mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
storage - remove store2 (#109967)
This commit is contained in:
@@ -464,7 +464,7 @@ class TMTokenizationSupport implements ITokenizationSupport {
|
||||
[{
|
||||
label: nls.localize('neverAgain', "Don't Show Again"),
|
||||
isSecondary: true,
|
||||
run: () => this._storageService.store2(donotAskUpdateKey, true, StorageScope.GLOBAL, StorageTarget.USER)
|
||||
run: () => this._storageService.store(donotAskUpdateKey, true, StorageScope.GLOBAL, StorageTarget.USER)
|
||||
}]
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user