-
Notifications
You must be signed in to change notification settings - Fork 88
Build and test
henrikm edited this page Nov 2, 2020
·
3 revisions
needs work.
To install Go, visit this link.
go get -u github.com/AzureAD/microsoft-authentication-library-for-go/
- Install VS Code
- Install Go extension and tools for VS Code
- Setup the Language Server:
- To opt-in to the language server, set "go.useLanguageServer" to true in your settings. You should then be prompted to install gopls. If you are not prompted, you can install gopls manually by running the Go: Install/Update Tools command and selecting gopls.
- Read the details of the Go Team at Google (formerly known as Microsoft/vscode-go
- Setup the Language Server: