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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3
* 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](https://github.com/mono/mono/issues/20250).
4
4
* Known limitations with the preview Razor (cshtml) language service to be addressed in a future release:
5
5
* Only ASP.NET Core projects are supported (no support for ASP.NET projects)
6
-
* Limited support for formatting
7
6
* Error squiggles misaligned for expressions near the start of a new line
8
7
* Emmet based abbreviation expansion is not yet supported (See note in readme for how to enable through your settings.json)
9
8
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
@@ -15,7 +14,7 @@
15
14
* Set meaning of UseGlobalMono "auto" to "never" since Mono 6.12.0 still ships with MSBuild 16.7 (PR: [#4130](https://github.com/OmniSharp/omnisharp-vscode/pull/4130))
16
15
* Ensure that the rename identifier and run code action providers do not apply changes twice (PR: [#4133](https://github.com/OmniSharp/omnisharp-vscode/pull/4133))
17
16
* Do not send file changed events for .cs files (PR: [#4141](https://github.com/OmniSharp/omnisharp-vscode/pull/4141), [#4143](https://github.com/OmniSharp/omnisharp-vscode/pull/4143))
18
-
* Update Razor to 6.0.0-alpha1.20521.3:
17
+
* Update Razor to 6.0.0-alpha.1.20529.17:
19
18
* Improvements to HTML colorization for non-C# portions of the document.
20
19
* Bug fix - the `razor.format.enable` option is honored again
0 commit comments