Skip to content

Commit c2a1a74

Browse files
authored
disable extension in virtual workspaces (#492)
1 parent 23e2b31 commit c2a1a74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"request": "onDemand",
2525
"description": "Extension may require your trust on workspace for code execution."
2626
},
27+
"capabilities": {
28+
"virtualWorkspaces": false
29+
},
2730
"activationEvents": [
2831
"onCommand:_java.project.open",
2932
"onCommand:java.project.create",

0 commit comments

Comments
 (0)