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 27c306b commit f39c691Copy full SHA for f39c691
package.json
@@ -20,6 +20,10 @@
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
"activationEvents": [
28
"onCommand:_java.project.open",
29
"onCommand:java.project.create",
0 commit comments