zbirenbaum / copilot.lua

Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
MIT License
2.63k stars 75 forks source link

`lsp.log`: copilot triggers a registerCapability handler for workspace/didChangeWorkspaceFolders despite dynamicRegistration set to false #194

Closed thenbe closed 1 year ago

thenbe commented 1 year ago
[WARN][2023-07-02 15:17:07] ...lsp/handlers.lua:134 "The language server copilot triggers a registerCapability handler for workspace/didChangeWorkspaceFolders despite dynamicRegistration set to false. Report upstream, this warning is harmless"

I keep getting this warning in lsp.log.

MunifTanjim commented 1 year ago

Please report this to:

This plugin uses the offical lsp server. We can't change its behavior.

thenbe commented 1 year ago

Done. https://github.com/orgs/community/discussions/60285

beyourselfm commented 1 week ago

Most likely it's the node version, update the node version to 18 or above.