Skip to content

Commit

Permalink
Listen to file creation even for js/ts. Fix #1091
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Mar 14, 2019
1 parent eda479c commit 77476a5
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 @@ -33,7 +33,7 @@ export function initializeLanguageClient(vlsModulePath: string): LanguageClient
documentSelector,
synchronize: {
configurationSection: ['vetur', 'emmet', 'html', 'javascript', 'typescript', 'prettier', 'stylusSupremacy'],
fileEvents: vscode.workspace.createFileSystemWatcher('{**/*.js,**/*.ts}', true, false, true)
fileEvents: vscode.workspace.createFileSystemWatcher('{**/*.js,**/*.ts}', false, false, true)
},
initializationOptions: {
config
Expand Down

0 comments on commit 77476a5

Please # to comment.