Skip to content

Commit 6db0d53

Browse files
authored
chore: disable untrustedWorkspaces support (#501)
1 parent 508b9a5 commit 6db0d53

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020
},
2121
"homepage": "https://github.com/Microsoft/vscode-java-dependency/blob/master/README.md",
2222
"icon": "logo.png",
23-
"workspaceTrust": {
24-
"request": "onDemand",
25-
"description": "Extension may require your trust on workspace for code execution."
26-
},
2723
"capabilities": {
28-
"virtualWorkspaces": false
24+
"virtualWorkspaces": false,
25+
"untrustedWorkspaces": {
26+
"supported": false
27+
}
2928
},
3029
"activationEvents": [
3130
"onCommand:_java.project.open",

0 commit comments

Comments
 (0)