Skip to content

Commit

Permalink
enable virtual workspace capability
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Apr 23, 2021
1 parent 77ac0dc commit ac151b4
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions extensions/configuration-editing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"vscode-nls": "^4.1.1"
},
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
1 change: 1 addition & 0 deletions extensions/css-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"browser": "./client/dist/browser/cssClientMain",
"enableProposedApi": true,
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
1 change: 1 addition & 0 deletions extensions/emmet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@
"vscode-languageserver-textdocument": "^1.0.1"
},
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
1 change: 1 addition & 0 deletions extensions/extension-editing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"main": "./out/extensionEditingMain",
"browser": "./dist/browser/extensionEditingBrowserMain",
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
1 change: 1 addition & 0 deletions extensions/github-authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"onAuthenticationRequest:github"
],
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
1 change: 1 addition & 0 deletions extensions/html-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"main": "./client/out/node/htmlClientMain",
"browser": "./client/dist/browser/htmlClientMain",
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
1 change: 1 addition & 0 deletions extensions/image-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"onCommand:imagePreview.zoomOut"
],
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
1 change: 1 addition & 0 deletions extensions/json-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"browser": "./client/dist/browser/jsonClientMain",
"enableProposedApi": true,
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
1 change: 1 addition & 0 deletions extensions/markdown-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"onCustomEditor:vscode.markdown.preview.editor"
],
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": "limited",
"description": "%workspaceTrust%",
Expand Down
1 change: 1 addition & 0 deletions extensions/microsoft-authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"onAuthenticationRequest:microsoft"
],
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
1 change: 1 addition & 0 deletions extensions/search-result/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:search-result ./tsconfig.json"
},
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
1 change: 1 addition & 0 deletions extensions/simple-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"onOpenExternalUri:https"
],
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
1 change: 1 addition & 0 deletions extensions/testing-editor-contributions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"vscode-nls": "^5.0.0"
},
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
1 change: 1 addition & 0 deletions extensions/typescript-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"enableProposedApi": true,
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": "limited",
"description": "%workspaceTrust%",
Expand Down

0 comments on commit ac151b4

Please sign in to comment.