Skip to content

Commit 29e1942

Browse files
author
N. Taylor Mullen
committed
Update CHANGELOG.md entry
1 parent 469dc38 commit 29e1942

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* 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).
44
* Known limitations with the preview Razor (cshtml) language service to be addressed in a future release:
55
* Only ASP.NET Core projects are supported (no support for ASP.NET projects)
6-
* Limited support for formatting
76
* Error squiggles misaligned for expressions near the start of a new line
87
* Emmet based abbreviation expansion is not yet supported (See note in readme for how to enable through your settings.json)
98
* 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 @@
1514
* 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))
1615
* 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))
1716
* 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:
1918
* Improvements to HTML colorization for non-C# portions of the document.
2019
* Bug fix - the `razor.format.enable` option is honored again
2120

0 commit comments

Comments
 (0)