Create, compile, package and deploy an application#
To deploy an application from VSCode we recommend starting with our project templates.
Simply press F1
and look for the SimpleSwitch: initialize project
command.
After following the on-screen instructions you are ready to get started with the language framework of your choice and VSCode.
Recommended workflow#
We recommend always to run commands (using the menu after pressing F1
) in the following order
SimpleSwitch: compile
SimpleSwitch: package
SimpleSwitch: deploy
See also
Note
If you want to use your own SDK extension, please see our guide at Integrate with VSCode