Skip to content

Commit

Permalink
fix: mark Virtual Workspaces capability as unsupported (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
bugrasan committed Apr 11, 2024
1 parent f971a7f commit 1a30a21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
"restrictedConfigurations": [
"shellcheck.executablePath"
]
},
"virtualWorkspaces": {
"supported": false,
"description": "Virtual Workspaces are not supported due to dependency on a local `shellcheck` binary."
}
},
"contributes": {
Expand Down

0 comments on commit 1a30a21

Please sign in to comment.