Skip to content

Commit

Permalink
Added support support for virtual workspaces & untrusted workspaces
Browse files Browse the repository at this point in the history
Added support support for virtual workspaces & untrusted workspaces
  • Loading branch information
DrVrej committed Jun 11, 2021
1 parent 804789a commit 02cc9da
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscplus",
"displayName": "VSC+",
"description": "Additional customizable tools for Visual Studio Code.",
"version": "1.0.1",
"version": "1.0.2",
"publisher": "Vrej",
"icon": "images/icon.png",
"author": {
Expand Down Expand Up @@ -48,6 +48,12 @@
"*"
],
"main": "./out/extension.js",
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": true
}
},
"contributes": {
"configuration": {
"type": "object",
Expand Down

0 comments on commit 02cc9da

Please sign in to comment.