Skip to content

Commit 34a98e3

Browse files
authored
Merge pull request #4568 from captainsafia/safia/update-razor
Update Razor to 6.0.0-preview.5.21271.1
2 parents f81b6ed + e09c558 commit 34a98e3

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
* Added support for osx-arm64 debugging ([#4390](https://github.com/OmniSharp/omnisharp-vscode/issues/4390))
3333
* Added support for exception conditions. See [documentation](https://aka.ms/VSCode-CS-ExceptionSettings) for more information ([#4356](https://github.com/OmniSharp/omnisharp-vscode/issues/4356)).
3434
* Fixed an issue with character encoding for multi-byte characters written to the debug console ([#4398](https://github.com/OmniSharp/omnisharp-vscode/issues/4398))
35+
* Fixed a bug where Blazor WASM debugging would fail to launch correctly ([dotnet/aspnetcore#31653](https://github.com/dotnet/aspnetcore/issues/31653))
3536

3637
## 1.23.11 (April 9, 2021)
3738
* Move the global Mono check to the correct place ([#4489](https://github.com/OmniSharp/omnisharp-vscode/issues/4489), PR: [#4492](https://github.com/OmniSharp/omnisharp-vscode/pull/4492))

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"defaults": {
3838
"omniSharp": "1.37.9",
39-
"razor": "6.0.0-alpha.1.21201.19"
39+
"razor": "6.0.0-preview.5.21271.1"
4040
},
4141
"main": "./dist/extension",
4242
"scripts": {
@@ -63,7 +63,7 @@
6363
"http-proxy-agent": "4.0.1",
6464
"https-proxy-agent": "5.0.0",
6565
"jsonc-parser": "3.0.0",
66-
"microsoft.aspnetcore.razor.vscode": "https://download.visualstudio.microsoft.com/download/pr/92748a92-32fe-4cf9-b6c2-e3d0edacf90d/d2dce097206432dfa3e47d9b09e58c93/microsoft.aspnetcore.razor.vscode-6.0.0-alpha.1.21201.19.tgz",
66+
"microsoft.aspnetcore.razor.vscode": "https://download.visualstudio.microsoft.com/download/pr/752cb2c4-4352-499f-ab81-54454d6e7a92/c83b913a02e68b5b5453c68a75471ba4/microsoft.aspnetcore.razor.vscode-6.0.0-preview.5.21271.1.tgz",
6767
"node-machine-id": "1.1.12",
6868
"request-light": "0.4.0",
6969
"rxjs": "6.6.7",
@@ -327,7 +327,7 @@
327327
{
328328
"id": "Razor",
329329
"description": "Razor Language Server (Windows / x64)",
330-
"url": "https://download.visualstudio.microsoft.com/download/pr/92748a92-32fe-4cf9-b6c2-e3d0edacf90d/32982b98737ab510fb2f840e6271b668/razorlanguageserver-win-x64-6.0.0-alpha.1.21201.19.zip",
330+
"url": "https://download.visualstudio.microsoft.com/download/pr/752cb2c4-4352-499f-ab81-54454d6e7a92/e6d849b750944ceea9bb5fbdec1f5a2c/razorlanguageserver-win-x64-6.0.0-preview.5.21271.1.zip",
331331
"installPath": ".razor",
332332
"platforms": [
333333
"win32"
@@ -339,7 +339,7 @@
339339
{
340340
"id": "Razor",
341341
"description": "Razor Language Server (Windows / x86)",
342-
"url": "https://download.visualstudio.microsoft.com/download/pr/92748a92-32fe-4cf9-b6c2-e3d0edacf90d/d44b829f47f1227c021f0c00acc22e2e/razorlanguageserver-win-x86-6.0.0-alpha.1.21201.19.zip",
342+
"url": "https://download.visualstudio.microsoft.com/download/pr/752cb2c4-4352-499f-ab81-54454d6e7a92/ff03e990c4d320cc3e30880e835c65db/razorlanguageserver-win-x86-6.0.0-preview.5.21271.1.zip",
343343
"installPath": ".razor",
344344
"platforms": [
345345
"win32"
@@ -351,7 +351,7 @@
351351
{
352352
"id": "Razor",
353353
"description": "Razor Language Server (Linux / x64)",
354-
"url": "https://download.visualstudio.microsoft.com/download/pr/92748a92-32fe-4cf9-b6c2-e3d0edacf90d/edb3faa70dfc2896bc656a379538f5cc/razorlanguageserver-linux-x64-6.0.0-alpha.1.21201.19.zip",
354+
"url": " https://download.visualstudio.microsoft.com/download/pr/752cb2c4-4352-499f-ab81-54454d6e7a92/344a62e65802d1f611bb0a8e94751cc8/razorlanguageserver-linux-x64-6.0.0-preview.5.21271.1.zip",
355355
"installPath": ".razor",
356356
"platforms": [
357357
"linux"
@@ -366,7 +366,7 @@
366366
{
367367
"id": "Razor",
368368
"description": "Razor Language Server (macOS / x64)",
369-
"url": "https://download.visualstudio.microsoft.com/download/pr/92748a92-32fe-4cf9-b6c2-e3d0edacf90d/43ccc87635d42521809c69061b4ec787/razorlanguageserver-osx-x64-6.0.0-alpha.1.21201.19.zip",
369+
"url": "https://download.visualstudio.microsoft.com/download/pr/752cb2c4-4352-499f-ab81-54454d6e7a92/095200d2ec40538faa0f59b52e229192/razorlanguageserver-osx-x64-6.0.0-preview.5.21271.1.zip",
370370
"installPath": ".razor",
371371
"platforms": [
372372
"darwin"
@@ -3706,4 +3706,4 @@
37063706
]
37073707
}
37083708
}
3709-
}
3709+
}

0 commit comments

Comments
 (0)