Skip to content

Commit f88df17

Browse files
authored
Bump @types/vscode from 1.57.0 to 1.60.0 (#786)
1 parent 2333f69 commit f88df17

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

src/util.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,10 @@ export class DummyMemento implements vscode.Memento {
331331
public async update(key: string, value: any): Promise<void> {
332332
this.items.set(key, value);
333333
}
334+
335+
public keys(): readonly string[] {
336+
return Object.keys(this.items);
337+
}
334338
}
335339

336340
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types, @typescript-eslint/no-explicit-any

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@
261261
integrity sha512-dchbFCWfVgUSWEvhOkXGS7zjm+K7jCUvGrQkAHPk2Fmslfofp4HQTH2pqnQ3Pw5GPYv0zWa2AQjKtsfZThuemQ==
262262

263263
"@types/vscode@^1.57.0":
264-
version "1.57.0"
265-
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.57.0.tgz#cc648e0573b92f725cd1baf2621f8da9f8bc689f"
266-
integrity sha512-FeznBFtIDCWRluojTsi9c3LLcCHOXP5etQfBK42+ixo1CoEAchkw39tuui9zomjZuKfUVL33KZUDIwHZ/xvOkQ==
264+
version "1.60.0"
265+
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.60.0.tgz#9330c317691b4f53441a18b598768faeeb71618a"
266+
integrity sha512-wZt3VTmzYrgZ0l/3QmEbCq4KAJ71K3/hmMQ/nfpv84oH8e81KKwPEoQ5v8dNCxfHFVJ1JabHKmCvqdYOoVm1Ow==
267267

268268
"@types/winreg@^1.2.30":
269269
version "1.2.30"

0 commit comments

Comments
 (0)