Skip to content

Commit

Permalink
Add support resolveJsonModule
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Jan 13, 2020
1 parent 1665982 commit d1786db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function initializeLanguageClient(vlsModulePath: string, globalSnippetDir
'prettier',
'stylusSupremacy'
],
fileEvents: vscode.workspace.createFileSystemWatcher('{**/*.js,**/*.ts}', false, false, true)
fileEvents: vscode.workspace.createFileSystemWatcher('{**/*.js,**/*.ts,**/*.json}', false, false, true)
},
initializationOptions: {
config,
Expand Down

0 comments on commit d1786db

Please sign in to comment.