Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandeep Somavarapu <sasomava@microsoft.com>2022-09-11 18:12:42 +0300
committerSandeep Somavarapu <sasomava@microsoft.com>2022-09-11 18:12:42 +0300
commit9cc45c4287452c7bc421e58204689cadf7325eda (patch)
treec7eb2b0b178ca0488c094c6d9162354251e8e9ee
parent754fd17a4f07b388f26f9d8c2194750c0d0e38bd (diff)
undo change
-rw-r--r--src/vs/editor/standalone/browser/standaloneServices.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vs/editor/standalone/browser/standaloneServices.ts b/src/vs/editor/standalone/browser/standaloneServices.ts
index e4ef8a5472d..c25434b6c38 100644
--- a/src/vs/editor/standalone/browser/standaloneServices.ts
+++ b/src/vs/editor/standalone/browser/standaloneServices.ts
@@ -976,7 +976,7 @@ registerSingleton(IMarkerDecorationsService, MarkerDecorationsService, false);
registerSingleton(IContextKeyService, ContextKeyService, false);
registerSingleton(IProgressService, StandaloneProgressService, false);
registerSingleton(IEditorProgressService, StandaloneEditorProgressService, false);
-registerSingleton(IStorageService, new SyncDescriptor(InMemoryStorageService));
+registerSingleton(IStorageService, InMemoryStorageService, false);
registerSingleton(IEditorWorkerService, EditorWorkerService, false);
registerSingleton(IBulkEditService, StandaloneBulkEditService, false);
registerSingleton(IWorkspaceTrustManagementService, StandaloneWorkspaceTrustManagementService, false);