Skip to content

Commit

Permalink
Add upload project status bar item
Browse files Browse the repository at this point in the history
  • Loading branch information
paulober committed Aug 14, 2023
1 parent 7626103 commit 2f5eaaf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@
"settings",
"listserial",
"listcommands",
"togglepicowfs"
"togglepicowfs",
"uploadproject"
]
},
"default": [
Expand Down Expand Up @@ -443,6 +444,12 @@
"command": "micropico.uploadFile",
"tooltip": "Upload current file to your board"
},
{
"key": "uploadproject",
"name": "$(triangle-up) Upload Project",
"command": "micropico.upload",
"tooltip": "Upload current project to your board"
},
{
"key": "download",
"name": "$(triangle-down) Download",
Expand Down

0 comments on commit 2f5eaaf

Please sign in to comment.