Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 540 Bytes

vscode.md

File metadata and controls

21 lines (11 loc) · 540 Bytes

VSCode

To configure VSCode to work with Go you will need to install a few things.

  1. Open VSCode.

  2. In VSCode, open the Extensions tab on the left (Ctrl + Shift + X).

  3. Search for Go and install the first extension (by Go Team at Google).

  4. Press Ctrl + Shift + P, search for Go: Install/Update Tools.

Install Tools Command

  1. From the list, select all extensions.

Select All Tools

  1. Wait for installation to finish and restart VSCode.

Finished output