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
For Mono-based development (e.g. Unity) that requires full .NET framework, you need to set "omnisharp.useGlobalMono": "always". The current value of "auto" will remain "never" until Mono upgrades their bundled MSBuild version.
After selecting a solution filter (*.slnf) from the project selector, the solution's name will be displayed in the status bar instead of the filter's.
Known limitations with the preview Razor (cshtml) language service to be addressed in a future release:
Only ASP.NET Core projects are supported (no support for ASP.NET projects)
Error squiggles misaligned for expressions near the start of a new line
Emmet based abbreviation expansion is not yet supported (See note in readme for how to enable through your settings.json)
There currently is no completion support for package references in csproj files. (#1156)