Skip to content

Commit 9b28638

Browse files
committed
File picker cursor at beginning
Fixes microsoft#76461
1 parent f7ff421 commit 9b28638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/services/dialogs/browser/remoteFileDialog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ export class RemoteFileDialog {
532532
// Either force the autocomplete, or the old value should be one smaller than the new value and match the new value.
533533
if (itemBasename === '..') {
534534
// Don't match on the up directory item ever.
535-
this.userEnteredPathSegment = startingValue;
535+
this.userEnteredPathSegment = '';
536536
this.autoCompletePathSegment = '';
537537
this.activeItem = quickPickItem;
538538
if (force) {

0 commit comments

Comments
 (0)