You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The C# LSP server (Omnisharp) contains an endpoint for tests discovery (o#/v2/discover_tests), and it contains an underscore. As far as I can see, all underscores are replaced to slashes, so I can't do something like:
The C# LSP server (Omnisharp) contains an endpoint for tests discovery (
o#/v2/discover_tests
), and it contains an underscore. As far as I can see, all underscores are replaced to slashes, so I can't do something like:Is there a way to instruct the client to not replace the last underscore?
The text was updated successfully, but these errors were encountered: