We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ff421 commit 9b28638Copy full SHA for 9b28638
1 file changed
src/vs/workbench/services/dialogs/browser/remoteFileDialog.ts
@@ -532,7 +532,7 @@ export class RemoteFileDialog {
532
// Either force the autocomplete, or the old value should be one smaller than the new value and match the new value.
533
if (itemBasename === '..') {
534
// Don't match on the up directory item ever.
535
- this.userEnteredPathSegment = startingValue;
+ this.userEnteredPathSegment = '';
536
this.autoCompletePathSegment = '';
537
this.activeItem = quickPickItem;
538
if (force) {
0 commit comments