govim
govim copied to clipboard
cmd/govim: fix gopls codelens setting
https://golang.org/cl/273308 fixes a misspelling, which causes a govim test to fail.
Thank you! We are a little bit in a "chicken and egg" situation here since this PR depends on govim
updating tools to a version that includes CL273308, and updating is blocked by golang/go#42837.
I took a look at CL273308 and it looks like having the old name shouldn't break the tests to fail (yet), as per Heschis comment, which govim
test is it that doesn't work?
The failing test is TestScripts/scenario_default/suggested_fixes -- it doesn't expect the pop-up that says the setting is deprecated and replaced. Do you know if https://golang.org/cl/274241/ resolved https://github.com/golang/go/issues/42837?
I see! Don't know yet, GitHub Actions seems to have a major outage.. I'll update you both when I know!