File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/vs/workbench/services/extensions/electron-browser Expand file tree Collapse file tree 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 {
177177 VSCODE_IPC_HOOK_EXTHOST : pipeName ,
178178 VSCODE_HANDLES_UNCAUGHT_ERRORS : true ,
179179 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 : ''
181182 } ) ,
182183 // We only detach the extension host on windows. Linux and Mac orphan by default
183184 // and detach under Linux and Mac create another process group.
You can’t perform that action at this time.
0 commit comments