File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -55,17 +55,6 @@ export function activate(context: ExtensionContext): Promise<ExtensionAPI> {
5555 ] ,
5656 synchronize : {
5757 configurationSection : 'java' ,
58- // Notify the server about file changes to .java and project/build files contained in the workspace
59- fileEvents : [
60- workspace . createFileSystemWatcher ( '**/*.java' ) ,
61- workspace . createFileSystemWatcher ( '**/pom.xml' ) ,
62- workspace . createFileSystemWatcher ( '**/*.gradle' ) ,
63- workspace . createFileSystemWatcher ( '**/gradle.properties' ) ,
64- workspace . createFileSystemWatcher ( '**/.project' ) ,
65- workspace . createFileSystemWatcher ( '**/.classpath' ) ,
66- workspace . createFileSystemWatcher ( '**/settings/*.prefs' ) ,
67- workspace . createFileSystemWatcher ( '**/src/**' )
68- ] ,
6958 } ,
7059 initializationOptions : {
7160 bundles : collectJavaExtensions ( extensions . all ) ,
You can’t perform that action at this time.
0 commit comments