From the course: Learning Go

Unlock this course with a free trial

Join today to access over 24,200 courses taught by industry experts.

Install and configure Visual Studio Code

Install and configure Visual Studio Code - Go Tutorial

From the course: Learning Go

Install and configure Visual Studio Code

- [Narrator] I'm using Visual Studio Code as my editor for this course. If you want to follow along, you can download Visual Studio Code from this webpage. There are versions for Windows, Linux, and macOS. On Mac, there's only one version, but on Windows there's a variety of versions, which you choose depends on whether you want it to be available to just the current user or to all users, that would be user versus system. Whether you want to use the installer versus just unzipping the files. And you also should pay attention to which operating system version you have. If you have 64-bit Windows, choose this version 32-bit or if you have an ARM-based Windows computer you can choose this version. Regardless of which operating system you're on, the installation for Visual Studio Code is really simple. So I'll assume that you've already done that and that you fired up visual studio code for the first time. In order to program…

Contents