-
My project is structured as follows:
For deployment, the Makefile copies relevant items into I would like, therefore, to tell the language server to simply ignore anything under |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
@nathanvy When you say "language server" do you mean Roslyn LSP? |
Beta Was this translation helpful? Give feedback.
Well, that was embarassing.
I dug into it and it turns out I had two language servers installed (this one and csharp-ls), emacs was prioritizing csharp-ls rather than roslyn-lsp, and it was csharp-ls that was behaving strangely and not roslyn. I don't recall ever installing csharp-ls on this machine! oops.
Thanks for the help.