Skip to content

Commit

Permalink
Fix #303 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
formulahendry authored Apr 23, 2019
1 parent a7a18c1 commit 2b4e265
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-iot-toolkit",
"displayName": "Azure IoT Hub Toolkit",
"description": "Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Device Simulation, IoT Hub Code Generation",
"version": "2.6.0-rc",
"version": "2.6.0-rc2",
"publisher": "vsciot-vscode",
"aiKey": "0caaff90-cc1c-4def-b64c-3ef33615bc9b",
"icon": "logo.png",
Expand Down Expand Up @@ -436,11 +436,6 @@
"when": "view == iotHubDevices && viewItem == edge",
"group": "azure-iot-toolkit-2@1"
},
{
"command": "azure-iot-toolkit.createModule",
"when": "view == iotHubDevices && viewItem == edge",
"group": "azure-iot-toolkit-2@2"
},
{
"command": "azure-iot-toolkit.getDevice",
"when": "view == iotHubDevices && viewItem == edge",
Expand Down

0 comments on commit 2b4e265

Please sign in to comment.