You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also tried the above with an outer gopls and against with an outer settings but it does not get applied to the gopls server, when I manually do the settings, for example as below, I see the linting appear.
Just as a gotcha for anyone else stumbling into my problem, which maybe were your original issue as well:
LspInstall will happily create a file for any string. So I created a go.json config file. Now this won't work, you need to create a gopls.json file (LspInstall gopls). If you do this, you'll also get automatic code-completions.
So keep in mind you're configuring the lsp, not the language preconfigured lsp.
It's not clear how the JSON is supposed to be setup here, for example I have tried
Also tried the above with an outer
gopls
and against with an outersettings
but it does not get applied to the gopls server, when I manually do the settings, for example as below, I see the linting appear.The text was updated successfully, but these errors were encountered: