Skip to content

Commit

Permalink
Added upload file command to explorer context menu
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <[email protected]>
  • Loading branch information
paulober committed Dec 27, 2023
1 parent d2fd18c commit d912ba4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@
"group": "micropico",
"when": "micropico.isActivated && resourceScheme != pico"
},
{
"command": "micropico.uploadFile",
"group": "micropico",
"when": "micropico.isActivated && resourceScheme != pico"
},
{
"command": "micropico.download",
"group": "micropico",
Expand Down

0 comments on commit d912ba4

Please sign in to comment.