-
Notifications
You must be signed in to change notification settings - Fork 168
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
Omnsharp doesn't works in WSL #709
Comments
WSL2? It currently doesn't look like OmniSharp-vim and talk to the OmniSharp-roslyn server in WSL2, see issue #706: Omnisharp-vim not doing anything on WSL2 |
You've given no details of what the problem is. I don't know if you are trying to use a Windows server or just code Linux dotnet projects in WSL. Please share your config and log and give enough information to understand your issue. |
This is my log
|
OK, so you're working on raw .cs files (no .csproj or .sln) on the Windows filesystem, from WSL. Is this WSL1 or WSL2? You can check by running |
This is the return : It's WSL 1 |
And what is not working? If you add this to your .cs file and put the cursor on the 2nd line, does void CallMe() {
System.Console.WriteLine("Called");
}
CallMe(); |
The autosuggestions isn't works ._. but the other funcions works well And the OmniSharpGotoDefinition works well |
OmniSharp-vim doesn't provide autocompletion. It provides completions which can be triggered manually with |
I installed Omnisharp vim in my Ubuntu in WSL, and this plugin doesn't work, I tried to reinstall the plugin and activate other options, but it not works, can you give me a solution?
The text was updated successfully, but these errors were encountered: