Pārlūkot izejas kodu

Changes reset to remove keys

main
Eric Amodio pirms 7 gadiem
vecāks
revīzija
d111fb033e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/commands/resetSuppressedWarnings.ts

+ 1
- 1
src/commands/resetSuppressedWarnings.ts Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt