Skip to content

vscode

The vscode resource reference. This resource installs vscode to your system. Vscode is a popular lightweight code editor developed by Microsoft. Vscode supports many coding languages via plugins. For more information on Vscode see here

Parameters:

  • directory: (string) A custom directory to install the vscode application into. The default is $HOME/Applications/.

Example usage:

codify.json
[
{
"type": "vscode"
}
]