New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/tools/gopls: create a new snapshot on didChangeConfiguration #42814
Comments
I'm not sure if this is the same issue: I expect that settings sent via For example, given this file package main
func main() {
println()
}
It works when I restart the language server, or when I use Tangentially related: my main problem with |
@krobelus: Your topic is actually a separate issue, but I can answer it briefly. For some reason, VS Code doesn't actually send the modified settings in its You shouldn't need section headers for
|
Thanks that's good to know. It looks like gopls accepts the same options in both |
This is a persistent source of bugs. We should fix in the next release. |
It would probably simplify our logic to treat this as an invalidation event, especially since a change in environment leads to metadata invalidations.
The text was updated successfully, but these errors were encountered: