Codify

vscode

A reference page for the vscode resource

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.jsonc
[
  {
    "type":  "vscode"
  }
]

On this page