提交 b673a645 编写于 作者: J Johannes Rieken

showInputBox should return the empty string when nothing was enter but OK pressed, fixes #10640

上级 903a0114
......@@ -190,7 +190,7 @@ export class QuickOpenController extends WorkbenchComponent implements IQuickOpe
return new TPromise(init).then(item => {
return currentValidation.then(valid => {
if (valid && item) {
return lastValue;
return lastValue || '';
}
});
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册