Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit cdbedbf

Browse files
authored
Merge pull request #69 from microsoft/sandy081-adoptCapabilities
adopt capabilities
2 parents e90c056 + 1c8a9b0 commit cdbedbf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
"engines": {
99
"vscode": "^1.40.0"
1010
},
11-
"workspaceTrust": {
12-
"request": "never"
11+
"capabilities": {
12+
"virtualWorkspaces": true,
13+
"untrustedWorkspaces": {
14+
"supported": true
15+
}
1316
},
1417
"repository": {
1518
"type": "git",

0 commit comments

Comments
 (0)