提交 9b28638e 编写于 作者: A Alex Ross

File picker cursor at beginning

Fixes #76461
上级 f7ff421b
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册