mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
json.format.enable
This commit is contained in:
@@ -61,7 +61,8 @@ export function activate(context: ExtensionContext) {
|
||||
fileEvents: workspace.createFileSystemWatcher('**/*.json')
|
||||
},
|
||||
initializationOptions: {
|
||||
languageIds
|
||||
languageIds,
|
||||
['format.enable']: workspace.getConfiguration('json').get('format.enable')
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user