We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1665982 commit d1786dbCopy full SHA for d1786db
client/client.ts
@@ -49,7 +49,7 @@ export function initializeLanguageClient(vlsModulePath: string, globalSnippetDir
49
'prettier',
50
'stylusSupremacy'
51
],
52
- fileEvents: vscode.workspace.createFileSystemWatcher('{**/*.js,**/*.ts}', false, false, true)
+ fileEvents: vscode.workspace.createFileSystemWatcher('{**/*.js,**/*.ts,**/*.json}', false, false, true)
53
},
54
initializationOptions: {
55
config,
0 commit comments