We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ef762 commit 7d20b64Copy full SHA for 7d20b64
1 file changed
src/vs/workbench/services/dialogs/browser/remoteFileDialog.ts
@@ -248,6 +248,8 @@ export class RemoteFileDialog {
248
this.updateItems(homedir, trailing);
249
if (trailing) {
250
this.filePickBox.valueSelection = [this.filePickBox.value.length - trailing.length, this.filePickBox.value.length - ext.length];
251
+ } else {
252
+ this.filePickBox.valueSelection = [this.filePickBox.value.length, this.filePickBox.value.length];
253
}
254
this.userValue = this.filePickBox.value;
255
});
0 commit comments