enter image description hereI wish to use the vscode to type golang, so I set both, then I added the go plugins in vscode, but it shows these error, I don't know how to fix it. Is there any knows it?
Finally, I found the solution. You can open the user's settings.json file in the visual code , then
set "go.buildOnSave": true,
set "go.lintOnSave": true,
set "go.vetOnsave":false
I hope it can help you