Przeglądaj źródła

Changes reset to remove keys

main
Eric Amodio 7 lat temu
rodzic
commit
d111fb033e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/commands/resetSuppressedWarnings.ts

+ 1
- 1
src/commands/resetSuppressedWarnings.ts Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz