Skip to content

Commit fcedd31

Browse files
fix: removed deprecated "remove device from project" option
1 parent 1c63937 commit fcedd31

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

package.json

-15
Original file line numberDiff line numberDiff line change
@@ -559,12 +559,6 @@
559559
"title": "Select devices",
560560
"category": "PyMakr"
561561
},
562-
{
563-
"command": "pymakr.removeDeviceFromProject",
564-
"title": "Remove device from project",
565-
"shortTitle": "Remove device",
566-
"category": "PyMakr"
567-
},
568562
{
569563
"command": "pymakr.uploadPrompt",
570564
"title": "Upload to device",
@@ -730,10 +724,6 @@
730724
"command": "pymakr.selectDevicesForProjectPrompt",
731725
"when": "false"
732726
},
733-
{
734-
"command": "pymakr.removeDeviceFromProject",
735-
"when": "false"
736-
},
737727
{
738728
"command": "pymakr.uploadPrompt",
739729
"when": "false"
@@ -791,11 +781,6 @@
791781
"command": "pymakr.disconnect",
792782
"group": "1-primary"
793783
},
794-
{
795-
"command": "pymakr.removeDeviceFromProject",
796-
"when": "viewItem =~ /.+#project#device/",
797-
"group": "4-config"
798-
},
799784
{
800785
"command": "pymakr.eraseDevicePrompt",
801786
"group": "4-config"

0 commit comments

Comments
 (0)