Skip to content

Commit

Permalink
fix: Turn off virtualWorkspaces and untrustedWorkspaces (streetsi…
Browse files Browse the repository at this point in the history
…desoftware#907)

Explicitly turn off support for `virtualWorkspaces` and `untrustedWorkspaces` until further investigation is possible.
  • Loading branch information
Jason3S authored May 29, 2021
1 parent 9138241 commit 30dfdc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions cspell-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ tslib
typechecking
unelevated
untracked
untrusted
uri's
visualstudio
vsce
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
],
"main": "./packages/client/dist/extension.js",
"contributes": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": false
},
"menus": {
"editor/context": [
{
Expand Down

0 comments on commit 30dfdc5

Please sign in to comment.