We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a94ff commit 6b8f563Copy full SHA for 6b8f563
1 file changed
package.json
@@ -30,6 +30,9 @@
30
"url": "https://github.com/Microsoft/vscode-java-pack"
31
},
32
"main": "./out/extension",
33
+ "capabilities": {
34
+ "virtualWorkspaces": false
35
+ },
36
"activationEvents": [
37
"onLanguage:java",
38
"workspaceContains:pom.xml",
0 commit comments