Skip to content

Commit

Permalink
fix build: try not using utility proc by default (#152416)
Browse files Browse the repository at this point in the history
try not using utility proc by default
  • Loading branch information
sbatten authored Jun 17, 2022
1 parent 482bc7c commit 2f4334e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration)
'extensions.experimental.useUtilityProcess': {
type: 'boolean',
description: localize('extensionsUseUtilityProcess', "When enabled, the extension host will be launched using the new UtilityProcess Electron API."),
default: true
default: false
},
[WORKSPACE_TRUST_EXTENSION_SUPPORT]: {
type: 'object',
Expand Down

0 comments on commit 2f4334e

Please sign in to comment.