-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$metadata$ URI prefix breaks the acme editor's goto definition feature #2317
Comments
ServerCapabilities
|
This is a duplicate of #2238 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi team,
what I'm trying to do
I'm trying to set up
omnisharp-roslyn
LSP with acme-lsp, in this way, I can makeacme
editor as a c-sharp IDE.my current blocker
I managed to get the most features from
roslyn
, however, when I dogo to definitions
on a standard library,roslyn
returns a URI with$metadata$
as prefix.The$metadata$ prefix confused the editor, thus, the editor can't open the source file.
not sure if I'm missing some configuration for
roslyn
or something elsehow I run
omnisharp-roslyn
I'm on macOS with OmniSharp binary and dotnet 6.0 CLI.
"/Users/ian/csharp/omnisharp-osx-x64-net6.0/OmniSharp -lsp -v -s /Users/ian/csharp/playground"
Here's the log of
OmniSharp
:The text was updated successfully, but these errors were encountered: