Go - "gopls requires a module at the root of your workspace."

 

Just add the following to your settings.json:


//golang
"gopls": {
"experimentalWorkspaceModule": true,
},


Comments

Popular posts from this blog

Go-VSCode -Autocomplete and Auto-import

Go - mail