James Karefylakis

Results 5 comments of James Karefylakis

Old issue but this error seems to be solved by linking ssl similar to this https://stackoverflow.com/a/1912461/1219006 Had these errors before doing that

https://github.com/neovim/neovim/issues/23093#issuecomment-2648884489 https://github.com/neovim/neovim/pull/30319 Is there a way the new features eg. `:detach` could be used to switch to a different sessions?

> I had the same issue. In my case, I had forgotten to install the Tree-sitter parser for the language I was debugging. After installing it with :TSInstall, voilà —...

> > I had the same issue. In my case, I had forgotten to install the Tree-sitter parser for the language I was debugging. After installing it with :TSInstall, voilà...

> [Copilot.lua] RPC[Error] code_name = InvalidParams, message = "Document for URI could not be found: file:///Users/james/bar/cppdebugtest/14/spectre" I had this error In my case fixed with ```lua vim.api.nvim_create_autocmd({ "FileType" }, {...