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

Flutter - "PlatformException(no_fragment_activity, local_auth plugin requires activity to be a FragmentActivity., null)"

Dart syntax - initSate,Build,deactive, Dispose