Skip to content

Commit 3e4dd35

Browse files
authored
Merge pull request #4166 from OmniSharp/nimullen/razorupdate.6.0.0-alpha.1.20529.17
Update Razor to version 6.0.0-alpha.1.20529.17.
2 parents a009182 + 29e1942 commit 3e4dd35

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
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

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"defaults": {
3232
"omniSharp": "1.37.3",
33-
"razor": "6.0.0-alpha.1.20526.2"
33+
"razor": "6.0.0-alpha.1.20529.17"
3434
},
3535
"main": "./dist/extension",
3636
"scripts": {
@@ -79,7 +79,7 @@
7979
"http-proxy-agent": "2.1.0",
8080
"https-proxy-agent": "^3.0.1",
8181
"jsonc-parser": "2.0.3",
82-
"microsoft.aspnetcore.razor.vscode": "https://download.visualstudio.microsoft.com/download/pr/843455c8-a9cb-4fc9-9a5b-257eaa054edc/4e36e947303ca50c2545ca954ce9ca5f/microsoft.aspnetcore.razor.vscode-6.0.0-alpha.1.20526.2.tgz",
82+
"microsoft.aspnetcore.razor.vscode": "https://download.visualstudio.microsoft.com/download/pr/813d0878-1f3c-41ad-909f-3a79032f77bd/312cddba1ed0acdae0fd9ec3f44026b2/microsoft.aspnetcore.razor.vscode-6.0.0-alpha.1.20529.17.tgz",
8383
"mkdirp": "^1.0.3",
8484
"node-filter-async": "1.1.1",
8585
"node-machine-id": "1.1.12",
@@ -342,8 +342,8 @@
342342
{
343343
"id": "Razor",
344344
"description": "Razor Language Server (Windows / x64)",
345-
"url": "https://download.visualstudio.microsoft.com/download/pr/843455c8-a9cb-4fc9-9a5b-257eaa054edc/e4ce80c5603158444269e4705b854a1a/razorlanguageserver-win-x64-6.0.0-alpha.1.20526.2.zip",
346-
"fallbackUrl": "https://razorvscodetest.blob.core.windows.net/languageserver/RazorLanguageServer-win-x64-6.0.0-alpha.1.20526.2.zip",
345+
"url": "https://download.visualstudio.microsoft.com/download/pr/813d0878-1f3c-41ad-909f-3a79032f77bd/f625585b30d205e6cde18ee709b1b604/razorlanguageserver-win-x64-6.0.0-alpha.1.20529.17.zip",
346+
"fallbackUrl": "https://razorvscodetest.blob.core.windows.net/languageserver/RazorLanguageServer-win-x64-6.0.0-alpha.1.20529.17.zip",
347347
"installPath": ".razor",
348348
"platforms": [
349349
"win32"
@@ -355,8 +355,8 @@
355355
{
356356
"id": "Razor",
357357
"description": "Razor Language Server (Windows / x86)",
358-
"url": "https://download.visualstudio.microsoft.com/download/pr/843455c8-a9cb-4fc9-9a5b-257eaa054edc/cf7261f0a6d04fbbc296519d70920da6/razorlanguageserver-win-x86-6.0.0-alpha.1.20526.2.zip",
359-
"fallbackUrl": "https://razorvscodetest.blob.core.windows.net/languageserver/RazorLanguageServer-win-x86-6.0.0-alpha.1.20526.2.zip",
358+
"url": "https://download.visualstudio.microsoft.com/download/pr/813d0878-1f3c-41ad-909f-3a79032f77bd/d57034073eed8eb2e42632aea36dc248/razorlanguageserver-win-x86-6.0.0-alpha.1.20529.17.zip",
359+
"fallbackUrl": "https://razorvscodetest.blob.core.windows.net/languageserver/RazorLanguageServer-win-x86-6.0.0-alpha.1.20529.17.zip",
360360
"installPath": ".razor",
361361
"platforms": [
362362
"win32"
@@ -368,8 +368,8 @@
368368
{
369369
"id": "Razor",
370370
"description": "Razor Language Server (Linux / x64)",
371-
"url": "https://download.visualstudio.microsoft.com/download/pr/843455c8-a9cb-4fc9-9a5b-257eaa054edc/66be7969db9f484d79aaf402a0f2e1bf/razorlanguageserver-linux-x64-6.0.0-alpha.1.20526.2.zip",
372-
"fallbackUrl": "https://razorvscodetest.blob.core.windows.net/languageserver/RazorLanguageServer-linux-x64-6.0.0-alpha.1.20526.2.zip",
371+
"url": "https://download.visualstudio.microsoft.com/download/pr/813d0878-1f3c-41ad-909f-3a79032f77bd/9ab0011c8228eb201b9968cbaf9c6a97/razorlanguageserver-linux-x64-6.0.0-alpha.1.20529.17.zip",
372+
"fallbackUrl": "https://razorvscodetest.blob.core.windows.net/languageserver/RazorLanguageServer-linux-x64-6.0.0-alpha.1.20529.17.zip",
373373
"installPath": ".razor",
374374
"platforms": [
375375
"linux"
@@ -384,8 +384,8 @@
384384
{
385385
"id": "Razor",
386386
"description": "Razor Language Server (macOS / x64)",
387-
"url": "https://download.visualstudio.microsoft.com/download/pr/843455c8-a9cb-4fc9-9a5b-257eaa054edc/0d9c73274c48948c450dc203def34055/razorlanguageserver-osx-x64-6.0.0-alpha.1.20526.2.zip",
388-
"fallbackUrl": "https://razorvscodetest.blob.core.windows.net/languageserver/RazorLanguageServer-osx-x64-6.0.0-alpha.1.20526.2.zip",
387+
"url": "https://download.visualstudio.microsoft.com/download/pr/813d0878-1f3c-41ad-909f-3a79032f77bd/b8b48fb221f4ec148ad3f698f96ca7aa/razorlanguageserver-osx-x64-6.0.0-alpha.1.20529.17.zip",
388+
"fallbackUrl": "https://razorvscodetest.blob.core.windows.net/languageserver/RazorLanguageServer-osx-x64-6.0.0-alpha.1.20529.17.zip",
389389
"installPath": ".razor",
390390
"platforms": [
391391
"darwin"

0 commit comments

Comments
 (0)