Skip to content

Commit

Permalink
adopt virtual workspaces - not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Apr 22, 2021
1 parent d4033de commit 68bed01
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions extensions/debug-auto-launch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"icon": "media/icon.png",
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
1 change: 1 addition & 0 deletions extensions/debug-server-ready/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"onDebugResolve"
],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
1 change: 1 addition & 0 deletions extensions/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"test": "node ../../node_modules/mocha/bin/mocha"
},
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
1 change: 1 addition & 0 deletions extensions/grunt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"onCommand:workbench.action.tasks.runTask"
],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
1 change: 1 addition & 0 deletions extensions/gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"onCommand:workbench.action.tasks.runTask"
],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
1 change: 1 addition & 0 deletions extensions/jake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"onCommand:workbench.action.tasks.runTask"
],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
1 change: 1 addition & 0 deletions extensions/merge-conflict/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"Other"
],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
Expand Down
3 changes: 3 additions & 0 deletions extensions/notebook-markdown-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"categories": [
"Other"
],
"capabilities": {
"virtualWorkspaces": false
},
"contributes": {
"notebookMarkdownRenderer": [
{
Expand Down
1 change: 1 addition & 0 deletions extensions/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"onView:npm"
],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": "limited",
"description": "%workspaceTrust%"
Expand Down
1 change: 1 addition & 0 deletions extensions/php-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"Programming Languages"
],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": "limited",
"description": "%workspaceTrust%"
Expand Down

0 comments on commit 68bed01

Please sign in to comment.