csharp-language-server icon indicating copy to clipboard operation
csharp-language-server copied to clipboard

Could not read windows path when create cs file in neovim.

Open SetsuikiHyoryu opened this issue 2 years ago • 2 comments

If I create a cs file in neovim(with Neotree), csharp-ls will print "No parent project could be resolved to add file" message. It looks like changed "E:" to "e%3A" and fail to read. But it will read succeed by quit and restart neovim. I don't know why. How do I fix it? This problem will cause lsp feature failed.

image

SetsuikiHyoryu avatar Feb 10 '23 09:02 SetsuikiHyoryu

It happens for me when I use csharpls-extended-lsp.nvim and go to definition in any library

captainko avatar Feb 18 '23 15:02 captainko

@captainko And I tried ":edit", ":bufdo edit", ":tabdo edit", but no one reading succeed.

SetsuikiHyoryu avatar Feb 19 '23 03:02 SetsuikiHyoryu