Fixes #128528: Skip acquiring workspace storage locks on the local nodejs extension host

This commit is contained in:
Alex Dima
2021-07-13 15:56:44 +02:00
parent 9520f0a515
commit 69e8f8ea0c
4 changed files with 13 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ export interface IEnvironment {
globalStorageHome: URI;
workspaceStorageHome: URI;
useHostProxy?: boolean;
skipWorkspaceStorageLock?: boolean;
}
export interface IStaticWorkspaceData {