Releases: microsoft/vscode-azure-iot-edge
Releases · microsoft/vscode-azure-iot-edge
v1.13.0
Added
- Support relative path schema for the reference of external custom module. The schema is like ${MODULEDIR<RelativePathToModuleFolder>}
v1.13.0-rc3
isssue #447 (#449)
v1.13.0-rc2
Update json schema version to 2.0 (#441) * Update json schema version to 2.0 * Update to 1.13.0-rc2
v1.13.0-rc1
enable load env from other folder instead of just solution root folde…
v1.13.0-rc
1.13.0 rc (#445)
v1.12.0
Added
- Integrate the new setup option from iotedgehubdev v0.8.0 to setup Azure IoT Hub connection string. So now module twin will be updated automatically when running deployment in simulator.
Changed
- Only one sample gallery page will be opened in VS Code #414
v1.12.0-rc
prepare 1.12.0-rc (#432)
v1.11.1
Changed
- Marketplace integration hotfix
v1.11.0
Added
- Add IoT Edge Marketplace page. User can view and create IoT Edge modules from Azure Marketplace.
- Add json schema validation for deployment.*.template.json file.
v1.11.0-rc3
show warning message when ACR don't have image (#412) * show warning message when ACR don't have image * optimize code * Update code * Update code * Update version to 1.11.0-rc3