Skip to content

Commit fbd1d8d

Browse files
authored
fix bug: java dependencies window will not shown until open a java file (#66)
1 parent 8f5a5c3 commit fbd1d8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"activationEvents": [
2424
"onLanguage:java",
2525
"workspaceContains:pom.xml",
26+
"workspaceContains:.classpath",
2627
"workspaceContains:build.gradle",
2728
"onCommand:java.project.create"
2829
],

0 commit comments

Comments
 (0)