Releases: microsoft/vscode-azure-iot-edge
Releases · microsoft/vscode-azure-iot-edge
v1.8.0-rc3
fix #339 (#341)
v1.8.0-rc1: fix #337 and #336 (#338)
* also add learnmore button to warning message during activate * fix #337 and #336
v1.8.0-rc: 1.8.0-rc (#334)
* 1.8.0-rc * Update wording
v1.7.1-rc
Use Webpack to improve extension performance (#323)
v1.7.0
Added
- Support adding Azure Machine Learning modules.
- Support setting the template versions to be used by "New IoT Edge Solution" or "Add IoT Edge Module" commands.
v1.7.0-rc2
Remove Node.js template version config due to npx perf issue (#315)
v1.7.0-rc1
remove null for latest (#314)
v1.7.0-rc
support setting versions (#306) * support setting versions * fix comments * fix lint
v1.6.0
Added
- Add deployment.debug.template.json when creating new solution. The template refer to the debug flavour image of the modules and has debug createOptions populated automatically.
- Enable switch between different platforms for Azure IoT Edge Solution. User could switch the platform through status bar. By default, we provide "arm32v7", "amd64" and "windows-amd64" as the platform set since these are Azure IoT Edge supporting platforms today. Besides, user could customize new platform via user settings (azure-iot-edge.platforms). Now the image reference parameter in deployment template could be platform neutral. And the platform configured will be used when build the solution. For example, to reference the module "SampleModule" in deployment template, the parameter could be "${MODULES.SampleModule}" which does not have the platfrom suffix like ".amd64".
- Add third party module template support. User can define custom module scaffolding command in the user setting. And when add new module, the command could be triggered in the workflow.
Changed
- Change default type of "createOptions" in deloyment.template.json/deployment.debug.template.json to json object.
- Support build/generate/run template files which has .template.json suffix through command palette
v1.6.0-rc4
Refine default platform place holder (#302) * rename place holder * upgrade version