x/tools/gopls: "pattern too long" error with gopls@master + k8s + coc.nvim #59635
Labels
FrozenDueToAge
gopls/incremental
gopls
Issues related to the Go language server, gopls.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
okay-after-beta1
Used by release team to mark a release-blocker issue as okay to resolve either before or after beta1
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Noticed that when using gopls@master in kubernetes, I am starting to get a new exception in coc.nvim:
I believe this is related to the (enormous) file watching pattern we serve for Kubernetes directories. But it is surprising that I don't get this error with gopls@v0.11.0. Needs investigation.
More generally, I really hope we can switch to simply requesting all file watching notifications, and avoid the enormous pattern entirely. But this must be carefully tested in various LSP clients.
The text was updated successfully, but these errors were encountered: