govalidate icon indicating copy to clipboard operation
govalidate copied to clipboard

Validates your Go installation and dependencies.

Results 8 govalidate issues
Sort by recently updated
recently updated
newest added

I have VSCode Go extension installed inside WSL but the tool is not detecting it. **Go version:** 1.13.5 **VSCode version:** 1.4.1.1 **VSCode Go Extension version:** 0.12.0

I tried running the program on wsl2 on windows 10 with ubuntu. ![image](https://user-images.githubusercontent.com/31256130/74589385-ed66b080-502a-11ea-9675-ef2c91e877ce.png) The program opens an instance of Visual studio code instead. And does not detect that the extension...

With the extension name change from `ms-vscode.Go` to `golang.Go`, the VSCode Go extension check warns `VSCode Go extension is not installed.` when the extension is installed. Adjust check to look...

It is useful for CI/CD that just wants to check the Go version.

VS Code Go extension is now named `golang.go` fixes #17 Updates install process from `go get` to `go install`