A simple edge sdk extension for Visual Studio Code.
Features
Adds a command "IoT Edge Sdk:Open Sdk Project" that displays a example java project for edge sdk.
Adds a command "IoT Edge Sdk:Package" that build a jar file.
Installation
Launch Visual Studio Code, go to the Extensions view, and search for "IoT Edge SDK". Click Install to install the extension.
Usage
Press F1 to open the command palette, type "IoT Edge Sdk:Open Sdk Project" and press Enter. A example java project for edge sdk will be displayed.
Press F1 to open the command palette, type "IoT Edge Sdk:Package" and press Enter. A example java jar file will be build.