Skip to content

Commit

Permalink
vscode: Don't offer 'Create new project' on web
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw authored Aug 23, 2024
1 parent 19b891f commit 93e663a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@
},
{
"command": "slint.reload"
},
{
"command": "slint.newProject",
"when": "!isWeb"
}
]
},
Expand Down

0 comments on commit 93e663a

Please sign in to comment.