We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5c271 commit 325f21fCopy full SHA for 325f21f
lib/vscode/src/vs/platform/storage/common/storage.ts
@@ -480,11 +480,7 @@ export abstract class AbstractStorageService extends Disposable implements IStor
480
481
// --- abstract
482
483
-<<<<<<< HEAD
484
- protected abstract doStore(key: string, value: string | boolean | number, scope: StorageScope): Promise<void> | void;
485
-=======
486
protected abstract doInitialize(): Promise<void>;
487
->>>>>>> e8cd17a97d8c58fffcbac05394b3ee2b3c72d384
488
489
protected abstract getStorage(scope: StorageScope): IStorage | undefined;
490
0 commit comments