Skip to content

Commit d111fb0

Browse files
committed
Changes reset to remove keys
1 parent e316659 commit d111fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/resetSuppressedWarnings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class ResetSuppressedWarningsCommand extends Command {
1212

1313
async execute() {
1414
for (const key of Objects.values(SuppressedKeys)) {
15-
await this.context.globalState.update(key, false);
15+
await this.context.globalState.update(key, undefined);
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)