Skip to content

Commit f39c691

Browse files
authored
adopt workspaceTrust in package.json (#486)
1 parent 27c306b commit f39c691

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
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+
},
2327
"activationEvents": [
2428
"onCommand:_java.project.open",
2529
"onCommand:java.project.create",

0 commit comments

Comments
 (0)