mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
fixes #6976: [json] Modifying a JSON Schema file requires a restart of VS code to pick up the changes
This commit is contained in:
@@ -59,7 +59,7 @@ export function activate(context: ExtensionContext) {
|
||||
synchronize: {
|
||||
// Synchronize the setting section 'json' to the server
|
||||
configurationSection: ['json.schemas', 'http.proxy', 'http.proxyStrictSSL'],
|
||||
fileEvents: workspace.createFileSystemWatcher('**/.json')
|
||||
fileEvents: workspace.createFileSystemWatcher('**/*.json')
|
||||
},
|
||||
initializationOptions: {
|
||||
languageIds
|
||||
|
||||
Reference in New Issue
Block a user