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 508b9a5 commit 6db0d53Copy full SHA for 6db0d53
package.json
@@ -20,12 +20,11 @@
20
},
21
"homepage": "https://github.com/Microsoft/vscode-java-dependency/blob/master/README.md",
22
"icon": "logo.png",
23
- "workspaceTrust": {
24
- "request": "onDemand",
25
- "description": "Extension may require your trust on workspace for code execution."
26
- },
27
"capabilities": {
28
- "virtualWorkspaces": false
+ "virtualWorkspaces": false,
+ "untrustedWorkspaces": {
+ "supported": false
+ }
29
30
"activationEvents": [
31
"onCommand:_java.project.open",
0 commit comments