提交 d19c4ec9 编写于 作者: M Matt Bierner

Fix TS 4.1 error

上级 af5dd228
......@@ -137,7 +137,7 @@ async function toggleAutoAttachSetting(scope?: vscode.ConfigurationTarget): Prom
const result = await new Promise<PickResult>(resolve => {
quickPick.onDidAccept(() => resolve(quickPick.selectedItems[0]));
quickPick.onDidHide(() => resolve());
quickPick.onDidHide(() => resolve(undefined));
quickPick.onDidTriggerButton(() => {
resolve({
scope: isGlobalScope
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册