mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
- Introduce policy model with file policy
- Introduce policy configuration using policy model - Use policy configuration while reading, inspecting and writing configuration - Adopt json settings editor
This commit is contained in:
@@ -256,7 +256,7 @@ export class ExtHostConfigProvider {
|
||||
return {
|
||||
key,
|
||||
|
||||
defaultValue: config.default?.value,
|
||||
defaultValue: config.policy?.value ?? config.default?.value,
|
||||
globalValue: config.user?.value,
|
||||
workspaceValue: config.workspace?.value,
|
||||
workspaceFolderValue: config.workspaceFolder?.value,
|
||||
|
||||
Reference in New Issue
Block a user