ソースを参照

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);
}
}
}

読み込み中…
キャンセル
保存