-
## Environment data
`dotnet --info` output:
.NET Command Line Tools (1.0.0-preview2-003131)
Product Information:
Version: 1.0.0-preview2-003131
Commit SHA-1 hash: 635cf40e58
…
-
I just created a new Eto.Forms project and I'm very exited to try it out.
I want to ask if there is any way to get basic syntax autocomplete for XAML (XETO files) in VSCode.
Thank you.
**Edit:…
-
In the MAC operating system, vscode cannot display the intelligent message properly. Add the following two lines in the vscode configuration file to configure the mono compiler path
```
"omnisharp.u…
-
From https://github.com/OmniSharp/OmniSharp/issues/11#issuecomment-200043024
> it'd be nice if the `cwd` or `git root` are auto included as sources so projects can ship local templates in checkouts w…
-
This is the error I am receiving after issuing the install command
`apm install omnisharp-atom`
I am running the latest **atom (1.2.4)** and I have **Node 5** installed. I have also gulp installed glo…
-
It seems like `client/registerCapability` requests with same id are sent multiple times from v1.37.7.
There is a warning from OmniSharp which is not output in v1.37.6.
> [Warn - 11:58:26 PM] Omni…
-
## Issue Description
OmniSharp fails to load projects that reference nuget packages with `RoslynCodeTaskFactory` tasks. The project builds and runs fine but the following error appears in the log fil…
-
MacVim on Ventura 13.1.
```
DEBUG: 'Using vim job_start to start the following command:'
DEBUG: ['/Users/frarees/.cache/omnisharp-vim/omnisharp-roslyn/run', '-s', '/Users/frarees/Developer/Unity/…
-
In the language server we use the `.GetFileSystemPath()` method frequently, which calls the following: https://github.com/OmniSharp/csharp-language-server-protocol/blob/82583557bee2699762e4e03989be22b…
-
I've been doing Unity tutorials and intellisense was working great on a previous project. Then I started a new one and it stopped working.
**Please could you help me understand how to fix this pro…