Skip to content

Commit

Permalink
chore: set capabilities in extension manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Nov 5, 2024
1 parent 3114b51 commit 340cc6b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
"Electron",
"build-tools"
],
"capabilities": {
"untrustedWorkspaces": {
"supported": false,
"description": "Electron build-tools is not supported in untrusted mode."
},
"virtualWorkspaces": {
"supported": false,
"description": "Electron build-tools is not supported in virtual workspaces."
}
},
"contributes": {
"colors": [
{
Expand Down

0 comments on commit 340cc6b

Please sign in to comment.