microsoft / vscode-iot-workbench

Azure IoT Device Workbench for Visual Studio Code
169 stars 74 forks source link

Auto downloading the package of AZ3166 #180

Closed lirenhe closed 6 years ago

lirenhe commented 6 years ago

Currently, user need to operate in the UI of Arduino extension manually.

ArthurMa1978 commented 6 years ago

Need export new API from Arduino extension

czgtest commented 6 years ago

Test sceanrio1 : Test result: Pre-steps: 1.remove package :MXChip - Microsoft Azure IoT Developer Kit 2.delete arduino.additionalUrls in vscode user settings 3.delete additional boards manager URLs from Arduino IDE

steps: 1.open vscode 2.press F1 and input iot workbench:New->select Iot DevKit board -> create an device project verify it auto install package -AZ3166 failed with error code 255 image

czgtest commented 6 years ago

Use the latest Arduino package vscode-arduino-0.2.13-rc2.vsix and workbench package vscode-iot-workbench-0.1.1-rc2.vsix , it fix work now, image