storage - remove store2 (#109967)

This commit is contained in:
Benjamin Pasero
2020-11-13 08:42:39 +01:00
parent 8f82b02a4c
commit b07d19a768
98 changed files with 233 additions and 250 deletions

View File

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