Skip to content

Commit 325f21f

Browse files
committed
fix(lib/vscode): change doStore > doInitialize AbstractStorageService
Looks like they changed the doStore method to doInitialize in the AbstractStorageService class. It no longer accepts any parameters.
1 parent dc5c271 commit 325f21f

File tree

1 file changed

+0
-4
lines changed
  • lib/vscode/src/vs/platform/storage/common

1 file changed

+0
-4
lines changed

lib/vscode/src/vs/platform/storage/common/storage.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -480,11 +480,7 @@ export abstract class AbstractStorageService extends Disposable implements IStor
480480

481481
// --- abstract
482482

483-
<<<<<<< HEAD
484-
protected abstract doStore(key: string, value: string | boolean | number, scope: StorageScope): Promise<void> | void;
485-
=======
486483
protected abstract doInitialize(): Promise<void>;
487-
>>>>>>> e8cd17a97d8c58fffcbac05394b3ee2b3c72d384
488484

489485
protected abstract getStorage(scope: StorageScope): IStorage | undefined;
490486

0 commit comments

Comments
 (0)