File picker cursor at beginning

Fixes #76461
This commit is contained in:
Alex Ross 2019-07-03 15:41:16 +02:00
parent f7ff421b11
commit 9b28638e8c

View file

@ -532,7 +532,7 @@ export class RemoteFileDialog {
// Either force the autocomplete, or the old value should be one smaller than the new value and match the new value.
if (itemBasename === '..') {
// Don't match on the up directory item ever.
this.userEnteredPathSegment = startingValue;
this.userEnteredPathSegment = '';
this.autoCompletePathSegment = '';
this.activeItem = quickPickItem;
if (force) {