Skip to content

Commit 1b16568

Browse files
author
Ravi Chande
authored
Merge pull request #2678 from danroth27/danroth27/changelog-razor-1.17.1
Update changelog with latest Razor changes
2 parents 6812082 + c338e8e commit 1b16568

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
## Known Issues in 1.17.0
1+
## Known Issues in 1.17.1
22

33
* Known limitations with the preview Razor (cshtml) language service to be addressed in a future release:
44
* Only ASP.NET Core projects are supported (no support for ASP.NET projects)
55
* Support for tag helpers and formatting not yet implemented
66
* Limited support for colorization
77
* Loss of HTML completions following C# less than (`<`) operator
88
* 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
109
* Incorrect errors in Blazor projects for event bindings
10+
* Emmet based abbreviation expansion is not yet supported
1111
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
1212
* As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy.
1313

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+
1418
## 1.17.0 (October 31, 2018)
1519

1620
* 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

Comments
 (0)