mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Fixes #128528: Skip acquiring workspace storage locks on the local nodejs extension host
This commit is contained in:
@@ -77,6 +77,7 @@ export interface IEnvironment {
|
||||
globalStorageHome: URI;
|
||||
workspaceStorageHome: URI;
|
||||
useHostProxy?: boolean;
|
||||
skipWorkspaceStorageLock?: boolean;
|
||||
}
|
||||
|
||||
export interface IStaticWorkspaceData {
|
||||
|
||||
Reference in New Issue
Block a user