瀏覽代碼

Changes reset to remove keys

main
Eric Amodio 7 年之前
父節點
當前提交
d111fb033e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/commands/resetSuppressedWarnings.ts

+ 1
- 1
src/commands/resetSuppressedWarnings.ts 查看文件

@ -12,7 +12,7 @@ export class ResetSuppressedWarningsCommand extends Command {
async execute() {
for (const key of Objects.values(SuppressedKeys)) {
await this.context.globalState.update(key, false);
await this.context.globalState.update(key, undefined);
}
}
}

Loading…
取消
儲存