File tree 1 file changed +2
-1
lines changed
src/vs/workbench/services/extensions/electron-browser 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,8 @@ export class ExtensionHostProcessWorker implements IExtensionHostStarter {
177
177
VSCODE_IPC_HOOK_EXTHOST : pipeName ,
178
178
VSCODE_HANDLES_UNCAUGHT_ERRORS : true ,
179
179
VSCODE_LOG_STACK : ! this . _isExtensionDevTestFromCli && ( this . _isExtensionDevHost || ! this . _environmentService . isBuilt || product . quality !== 'stable' || this . _environmentService . verbose ) ,
180
- VSCODE_LOG_LEVEL : this . _environmentService . verbose ? 'trace' : this . _environmentService . log
180
+ VSCODE_LOG_LEVEL : this . _environmentService . verbose ? 'trace' : this . _environmentService . log ,
181
+ VSCODE_NODE_CACHED_DATA_DIR : ''
181
182
} ) ,
182
183
// We only detach the extension host on windows. Linux and Mac orphan by default
183
184
// and detach under Linux and Mac create another process group.
You can’t perform that action at this time.
0 commit comments