We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e316659 commit d111fb0Copy full SHA for d111fb0
src/commands/resetSuppressedWarnings.ts
@@ -12,7 +12,7 @@ export class ResetSuppressedWarningsCommand extends Command {
12
13
async execute() {
14
for (const key of Objects.values(SuppressedKeys)) {
15
- await this.context.globalState.update(key, false);
+ await this.context.globalState.update(key, undefined);
16
}
17
18
0 commit comments