handle java file change notifications

This commit is contained in:
Dave Holoway
2020-06-29 00:49:10 +01:00
parent 2716505a77
commit 4554b8890e
2 changed files with 38 additions and 30 deletions

View File

@@ -47,7 +47,7 @@ function activateLanguageClient(context) {
},
synchronize: {
// Notify the server about file changes to '.java files contained in the workspace
fileEvents: vscode.workspace.createFileSystemWatcher('**/.java')
fileEvents: vscode.workspace.createFileSystemWatcher('**/*.java')
},
};