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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
-
## Known Issues in 1.18.1
1
+
## Known Issues in 1.19.0
2
2
3
3
* Known limitations with the preview Razor (cshtml) language service to be addressed in a future release:
4
4
* Only ASP.NET Core projects are supported (no support for ASP.NET projects)
5
-
* Support for tag helpers and formatting not yet implemented
6
-
* Limited support for colorization
5
+
* Limited support for colorization and formatting
7
6
* Loss of HTML completions following C# less than (`<`) operator
8
7
* Error squiggles misaligned for expressions near the start of a new line
9
-
* Incorrect errors in Blazor projects for event bindings
10
8
* Emmet based abbreviation expansion is not yet supported
11
9
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
12
10
* As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy.
13
11
14
12
## 1.19.0 (April 16, 2019)
15
13
* Improved support for .NET Core 3
16
14
* Added support for roslyn analyzers, code fixes and rulesets which can be enabled via`omnisharp.enableRoslynAnalyzers` setting.
0 commit comments