File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments