We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bdd7a commit df180a6Copy full SHA for df180a6
src/extension.ts
@@ -58,6 +58,7 @@ export function activate(context: ExtensionContext): Promise<ExtensionAPI> {
58
workspace.createFileSystemWatcher('**/*.java'),
59
workspace.createFileSystemWatcher('**/pom.xml'),
60
workspace.createFileSystemWatcher('**/*.gradle'),
61
+ workspace.createFileSystemWatcher('**/gradle.properties'),
62
workspace.createFileSystemWatcher('**/.project'),
63
workspace.createFileSystemWatcher('**/.classpath'),
64
workspace.createFileSystemWatcher('**/settings/*.prefs'),
0 commit comments