Skip to content

Commit 19a4bd4

Browse files
committed
Enable in untrusted Workspaces
1 parent bab83b6 commit 19a4bd4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
"extensionKind": [
2727
"ui"
2828
],
29+
"capabilities": {
30+
"untrustedWorkspaces": {
31+
"supported": true
32+
}
33+
},
2934
"activationEvents": [
3035
"onCommand:gitpod.syncProvider.add",
3136
"onCommand:gitpod.syncProvider.remove",

0 commit comments

Comments
 (0)