From 2b4e26552c7d66357b6b51ba98cf683e0a1fe9c5 Mon Sep 17 00:00:00 2001 From: Jun Han Date: Tue, 23 Apr 2019 03:56:38 -0500 Subject: [PATCH] Fix #303 (#304) --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 90d051d0..121183f8 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",