Skip to content

Commit 2f4334e

Browse files
authored
fix build: try not using utility proc by default (microsoft#152416)
try not using utility proc by default
1 parent 482bc7c commit 2f4334e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/extensions/browser/extensions.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration)
227227
'extensions.experimental.useUtilityProcess': {
228228
type: 'boolean',
229229
description: localize('extensionsUseUtilityProcess', "When enabled, the extension host will be launched using the new UtilityProcess Electron API."),
230-
default: true
230+
default: false
231231
},
232232
[WORKSPACE_TRUST_EXTENSION_SUPPORT]: {
233233
type: 'object',

0 commit comments

Comments
 (0)