소스 검색

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

불러오는 중...
취소
저장