mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-12 11:39:57 +01:00
Expose extensions.experimental.affinity in settings schema
This commit is contained in:
@@ -202,6 +202,20 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration)
|
||||
'pub.name': false
|
||||
}
|
||||
},
|
||||
'extensions.experimental.affinity': {
|
||||
type: 'object',
|
||||
markdownDescription: localize('extensions.affinity', "Configure an extension to execute in a different extension host process."),
|
||||
patternProperties: {
|
||||
'([a-z0-9A-Z][a-z0-9-A-Z]*)\\.([a-z0-9A-Z][a-z0-9-A-Z]*)$': {
|
||||
type: 'integer',
|
||||
default: 1
|
||||
}
|
||||
},
|
||||
additionalProperties: false,
|
||||
default: {
|
||||
'pub.name': 1
|
||||
}
|
||||
},
|
||||
[WORKSPACE_TRUST_EXTENSION_SUPPORT]: {
|
||||
type: 'object',
|
||||
scope: ConfigurationScope.APPLICATION,
|
||||
|
||||
Reference in New Issue
Block a user