diff --git a/editors/vscode/package.json b/editors/vscode/package.json index d1e5dc27c09..efa6a49d35f 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -105,6 +105,10 @@ }, { "command": "slint.reload" + }, + { + "command": "slint.newProject", + "when": "!isWeb" } ] },