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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,20 @@
1
-
## Known Issues in 1.17.0
1
+
## Known Issues in 1.17.1
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
5
* Support for tag helpers and formatting not yet implemented
6
6
* Limited support for colorization
7
7
* Loss of HTML completions following C# less than (`<`) operator
8
8
* Error squiggles misaligned for expressions near the start of a new line
9
-
* Leaving Razor files open for a significant period of time results in loss of Razor C# tooling on macOS
10
9
* Incorrect errors in Blazor projects for event bindings
10
+
* Emmet based abbreviation expansion is not yet supported
11
11
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
12
12
* As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy.
13
13
14
+
## 1.17.1
15
+
16
+
* Updated Razor language service to fix various Razor editing reliability issues. For details see https://github.com/aspnet/Razor.VSCode/releases/tag/1.0.0-alpha2.
17
+
14
18
## 1.17.0 (October 31, 2018)
15
19
16
20
* Added preview Razor (cshtml) language service with support for C# completions and diagnostics in ASP.NET Core projects. Please report issues with the preview Razor tooling on the [aspnet/Razor.VSCode](https://github.com/aspnet/Razor.VSCode/issues) repo. To disable the preview Razor tooling set the "razor.disabled" setting to `true`. (PR: [2554](https://github.com/OmniSharp/omnisharp-vscode/pull/2554))
0 commit comments