-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection browser enhancements #1845
Connection browser enhancements #1845
Conversation
src/locale/ids/fr.ts
Outdated
@@ -45,6 +45,9 @@ export const fr: Locale = { | |||
'connectionBrowser.connectTo.lastUsed': `Dernière utilisation: {0}`, | |||
'connectionBrowser.connectTo.title': `Dernières connexions IBM i`, | |||
'connectionBrowser.connectTo.error': `Utilisez l'Explorateur de Serveur pour sélectionner le serveur auquel se connecter.`, | |||
'connectionBrowser.renameConnection.prompt': `Rename connection {0}`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sebjulliand Could I ask you to translate these three new texts into French? 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure thing buddy!
@worksofliam Could your error be caused by some "molested" configuration settings in VS Code, where the I've seen many examples of this in my own settings - like the A connection has values in up to four different places in the settings / storage, and currently there is a danger in the code, that only part of them gets the new name for the connection. So be careful when testing - do not test on important connections! I will add a try-catch block to catch any errors and not update anything if errors occurred - stay tuned... |
@worksofliam Error handling has been added and you should get more error information - and not get any connection changed if error occurred. (Tested this with @sebjulliand Now even more messages to translate to French... 😉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and works fine so far! Thank you!
Just some very minor style change were requested, but that's just me being me.
src/locale/ids/fr.ts
Outdated
@@ -45,6 +45,9 @@ export const fr: Locale = { | |||
'connectionBrowser.connectTo.lastUsed': `Dernière utilisation: {0}`, | |||
'connectionBrowser.connectTo.title': `Dernières connexions IBM i`, | |||
'connectionBrowser.connectTo.error': `Utilisez l'Explorateur de Serveur pour sélectionner le serveur auquel se connecter.`, | |||
'connectionBrowser.renameConnection.prompt': `Rename connection {0}`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure thing buddy!
Co-authored-by: Sébastien Julliand <[email protected]>
Co-authored-by: Sébastien Julliand <[email protected]>
Co-authored-by: Sébastien Julliand <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Brilliant! Let's merge!
Changes
This PR adds some enhancements to the server browser:
Checklist
console.log
s I added