Skip to content

Commit

Permalink
πŸ› Only display PROS buttons if we are in a PROS Project #208
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyBot authored Feb 2, 2024
1 parent 2c5ba6e commit 6d5b83f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 6d5b83f

Please sign in to comment.