Back to Valdi

3 Setup Code Tools

docs/codelabs/getting_started/3-setup_code_tools.md

latest697 B
Original Source

Install everything

These steps should be completed in order, each step assumes you have successfully completed the previous steps.

VS Code setup

Valdi tooling is built around the VS Code IDE. You can use other editors but using VS Code will make your life easier.

  • Install VS Code
  • Launch VS Code
  • Add VS Code do your PATH
    • Open the Command Palette (cmd+shift+P)
    • Type shell command
    • Select > Install 'code' command in PATH For these changes to take effect, restart your terminal or source your terminal's config file.

TODO: add public facing instructions

Next >