Skip to content

Commit ed67205

Browse files
authored
Adds partial support for untrusted workspaces (#7)
1 parent ab2790d commit ed67205

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@
2222
"extensionKind": [
2323
"ui"
2424
],
25+
"capabilities": {
26+
"untrustedWorkspaces": {
27+
"supported": "limited",
28+
"description": "Untrusted workspaces can't override allowList / denyList",
29+
"restrictedConfigurations": [
30+
"allowList",
31+
"denyList"
32+
]
33+
}
34+
},
2535
"contributes": {
2636
"commands": [
2737
{

0 commit comments

Comments
 (0)