Skip to content

Commit 535cda4

Browse files
authored
Mark untrusted workspaces as supported (#139)
1 parent f9437f4 commit 535cda4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
"extensionKind": [
1717
"ui"
1818
],
19+
"capabilities": {
20+
"untrustedWorkspaces": {
21+
"supported": true
22+
}
23+
},
1924
"categories": [
2025
"Other"
2126
],

0 commit comments

Comments
 (0)