diff --git a/package.json b/package.json index 5478c69..6e515a5 100644 --- a/package.json +++ b/package.json @@ -248,17 +248,17 @@ "menus": { "editor/title": [ { - "when": "true", + "when": "pros.isPROSProject", "command": "pros.build&upload", "group": "navigation@1" }, { - "when": "true", + "when": "pros.isPROSProject", "command": "pros.run", "group": "navigation@1" }, { - "when": "true", + "when": "pros.isPROSProject", "command": "pros.stop", "group": "navigation@1" }