This repository was archived by the owner on Jul 15, 2023. It is now read-only.
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
Use WSL go environment for tools #926
Closed
Description
I would like to have my environment set in WSL (bash.exe) and not in Windows, can vscode-go exec bash.exe before running the tools (golint, goreturns, etc) ?
I have the following settings but doesn't appear to work:
"terminal.integrated.shell.windows": "C:\\WINDOWS\\sysnative\\bash.exe",
"terminal.external.windowsExec": "C:\\WINDOWS\\sysnative\\bash.exe",
"go.goroot": "/usr/local/go"
vscode alerts with:
Cannot find \usr\local\go\bin\go.exe
Metadata
Metadata
Assignees
Labels
No labels