Skip to content

Commit cf7bc55

Browse files
authored
adopt workspaceTrust in package.json (#1186)
1 parent cd83cf9 commit cf7bc55

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"categories": [
2828
"Other"
2929
],
30+
"workspaceTrust": {
31+
"request": "onDemand",
32+
"description": "Extension may require your trust on workspace for code execution."
33+
},
3034
"activationEvents": [
3135
"onLanguage:java",
3236
"workspaceContains:pom.xml",
@@ -497,4 +501,4 @@
497501
"winston": "^3.2.1",
498502
"winston-transport": "^4.3.0"
499503
}
500-
}
504+
}

0 commit comments

Comments
 (0)