Hello
I'm trying to properly configure workspace folders sent to my custom LSP server and I'm not sure how to do that properly. I read the manual, played with Configuration (optional) in Workspace Folders tab but to no success.
I'm looking at logs and notice that whatever I change the extension sends lots of irrelevant "workspaceFolders" entries during "initialize" request :(
In VSCode and Sublime LSP clients it's enough just to "open" the directory and it becomes a workspace folder. Can something similar be done in Rider?
Thanks in advance
Hello
I'm trying to properly configure workspace folders sent to my custom LSP server and I'm not sure how to do that properly. I read the manual, played with Configuration (optional) in Workspace Folders tab but to no success.
I'm looking at logs and notice that whatever I change the extension sends lots of irrelevant "workspaceFolders" entries during "initialize" request :(
In VSCode and Sublime LSP clients it's enough just to "open" the directory and it becomes a workspace folder. Can something similar be done in Rider?
Thanks in advance