Skip to content

Commit 9cf88a6

Browse files
authored
Merge pull request #5604 from allisonchou/allichou/UpdateRazor
Update Razor to 7.0.0-preview.23124.2
2 parents 022afcd + b306da6 commit 9cf88a6

File tree

4 files changed

+26
-18
lines changed

4 files changed

+26
-18
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
* As a workaround, make an edit within the file before using Rename Symbol.
1414

1515
## 1.25.5
16+
* Update Razor to 7.0.0-preview.23124.2 (PR: [#5604](https://github.com/OmniSharp/omnisharp-vscode/pull/5604))
17+
* Fix colorization when nullable operators are present ([#5570](https://github.com/OmniSharp/omnisharp-vscode/pull/5570))
18+
* Add C#/HTML folding range support ([razor#8309](https://github.com/dotnet/razor/pull/8309))
19+
* Formatting fixes ([razor#8318](https://github.com/dotnet/razor/pull/8318))
1620
* Update OmniSharp to 1.39.6 (PR: [#5625](https://github.com/OmniSharp/omnisharp-vscode/pull/5625))
1721
* Use new VS threading version to match with Razor (PR:[#2518](https://github.com/OmniSharp/omnisharp-roslyn/pull/2518))
1822
* Update OmniSharp to 1.39.5 (PR: [#5618](https://github.com/OmniSharp/omnisharp-vscode/pull/5618))

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ If you still need Unity or .NET Framework support, you can set `omnisharp.useMod
3232
See issue [#5120](https://github.com/OmniSharp/omnisharp-vscode/issues/5120) for more details.
3333

3434
## What's new in 1.25.5
35+
* Update Razor to 7.0.0-preview.23124.2 (PR: [#5604](https://github.com/OmniSharp/omnisharp-vscode/pull/5604))
36+
* Fix colorization when nullable operators are present ([#5570](https://github.com/OmniSharp/omnisharp-vscode/pull/5570))
37+
* Add C#/HTML folding range support ([razor#8309](https://github.com/dotnet/razor/pull/8309))
38+
* Formatting fixes ([razor#8318](https://github.com/dotnet/razor/pull/8318))
3539
* Update OmniSharp to 1.39.6 (PR: [#5625](https://github.com/OmniSharp/omnisharp-vscode/pull/5625))
3640
* Use new VS threading version to match with Razor (PR:[#2518](https://github.com/OmniSharp/omnisharp-roslyn/pull/2518))
3741
* Update OmniSharp to 1.39.5 (PR: [#5618](https://github.com/OmniSharp/omnisharp-vscode/pull/5618))

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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"defaults": {
3838
"omniSharp": "1.39.6",
39-
"razor": "7.0.0-preview.23067.5"
39+
"razor": "7.0.0-preview.23124.2"
4040
},
4141
"main": "./dist/extension",
4242
"scripts": {
@@ -67,7 +67,7 @@
6767
"http-proxy-agent": "4.0.1",
6868
"https-proxy-agent": "5.0.0",
6969
"jsonc-parser": "3.0.0",
70-
"microsoft.aspnetcore.razor.vscode": "https://download.visualstudio.microsoft.com/download/pr/d749b600-7b8f-435b-ae24-bb101dc71dfd/61ccec6c2e1f052f95ebe735e1a8917a/microsoft.aspnetcore.razor.vscode-7.0.0-preview.23067.5.tgz",
70+
"microsoft.aspnetcore.razor.vscode": "https://download.visualstudio.microsoft.com/download/pr/b6a83fad-e9b1-4f47-8da7-b164207eeea5/ead84696b88864d35b9bb1de2740ba8d/microsoft.aspnetcore.razor.vscode-7.0.0-preview.23124.2.tgz",
7171
"node-machine-id": "1.1.12",
7272
"request-light": "0.4.0",
7373
"rxjs": "6.6.7",
@@ -522,7 +522,7 @@
522522
{
523523
"id": "Razor",
524524
"description": "Razor Language Server (Windows / x64)",
525-
"url": "https://download.visualstudio.microsoft.com/download/pr/d749b600-7b8f-435b-ae24-bb101dc71dfd/1c796f9a87ab9448fe6bcae2943c5647/razorlanguageserver-win-x64-7.0.0-preview.23067.5.zip",
525+
"url": "https://download.visualstudio.microsoft.com/download/pr/b6a83fad-e9b1-4f47-8da7-b164207eeea5/d8b448d6053ebcb10feff92aaf8536e2/razorlanguageserver-win-x64-7.0.0-preview.23124.2.zip",
526526
"installPath": ".razor",
527527
"platforms": [
528528
"win32"
@@ -534,7 +534,7 @@
534534
{
535535
"id": "Razor",
536536
"description": "Razor Language Server (Windows / x86)",
537-
"url": "https://download.visualstudio.microsoft.com/download/pr/d749b600-7b8f-435b-ae24-bb101dc71dfd/3ccb0f65c18dcbd690374c547ed6fe68/razorlanguageserver-win-x86-7.0.0-preview.23067.5.zip",
537+
"url": "https://download.visualstudio.microsoft.com/download/pr/b6a83fad-e9b1-4f47-8da7-b164207eeea5/2c7b92b8020aad20421161c8265c3043/razorlanguageserver-win-x86-7.0.0-preview.23124.2.zip",
538538
"installPath": ".razor",
539539
"platforms": [
540540
"win32"
@@ -546,7 +546,7 @@
546546
{
547547
"id": "Razor",
548548
"description": "Razor Language Server (Windows / ARM64)",
549-
"url": "https://download.visualstudio.microsoft.com/download/pr/d749b600-7b8f-435b-ae24-bb101dc71dfd/be7f9057aad3252178e22ab2708285a9/razorlanguageserver-win-arm64-7.0.0-preview.23067.5.zip",
549+
"url": "https://download.visualstudio.microsoft.com/download/pr/b6a83fad-e9b1-4f47-8da7-b164207eeea5/71015c6668052ff7d0ecae6a67f1a817/razorlanguageserver-win-arm64-7.0.0-preview.23124.2.zip",
550550
"installPath": ".razor",
551551
"platforms": [
552552
"win32"
@@ -558,7 +558,7 @@
558558
{
559559
"id": "Razor",
560560
"description": "Razor Language Server (Linux / x64)",
561-
"url": "https://download.visualstudio.microsoft.com/download/pr/d749b600-7b8f-435b-ae24-bb101dc71dfd/b4bc8a651969e04496648174f6d45242/razorlanguageserver-linux-x64-7.0.0-preview.23067.5.zip",
561+
"url": "https://download.visualstudio.microsoft.com/download/pr/b6a83fad-e9b1-4f47-8da7-b164207eeea5/aac784a0d2d27ed67b68c49e0869d9b3/razorlanguageserver-linux-x64-7.0.0-preview.23124.2.zip",
562562
"installPath": ".razor",
563563
"platforms": [
564564
"linux"
@@ -573,7 +573,7 @@
573573
{
574574
"id": "Razor",
575575
"description": "Razor Language Server (Linux ARM64)",
576-
"url": "https://download.visualstudio.microsoft.com/download/pr/d749b600-7b8f-435b-ae24-bb101dc71dfd/5d5146250cba7c6f924ccec058e298f3/razorlanguageserver-linux-arm64-7.0.0-preview.23067.5.zip",
576+
"url": "https://download.visualstudio.microsoft.com/download/pr/b6a83fad-e9b1-4f47-8da7-b164207eeea5/8686aa51ac5a5bc3484703e2398f3924/razorlanguageserver-linux-arm64-7.0.0-preview.23124.2.zip",
577577
"installPath": ".razor",
578578
"platforms": [
579579
"linux"
@@ -588,7 +588,7 @@
588588
{
589589
"id": "Razor",
590590
"description": "Razor Language Server (Linux musl / x64)",
591-
"url": "https://download.visualstudio.microsoft.com/download/pr/d749b600-7b8f-435b-ae24-bb101dc71dfd/d32d26b8e7b1ce3d20511129cae857d2/razorlanguageserver-linux-musl-x64-7.0.0-preview.23067.5.zip",
591+
"url": "https://download.visualstudio.microsoft.com/download/pr/b6a83fad-e9b1-4f47-8da7-b164207eeea5/168ba4d259756be73dc2cb98f214294b/razorlanguageserver-linux-musl-x64-7.0.0-preview.23124.2.zip",
592592
"installPath": ".razor",
593593
"platforms": [
594594
"linux-musl"
@@ -603,7 +603,7 @@
603603
{
604604
"id": "Razor",
605605
"description": "Razor Language Server (Linux musl ARM64)",
606-
"url": "https://download.visualstudio.microsoft.com/download/pr/d749b600-7b8f-435b-ae24-bb101dc71dfd/960fa999384fdd11ed7a14ec47745038/razorlanguageserver-linux-musl-arm64-7.0.0-preview.23067.5.zip",
606+
"url": "https://download.visualstudio.microsoft.com/download/pr/b6a83fad-e9b1-4f47-8da7-b164207eeea5/66e26679e348f33d2270571c412dc067/razorlanguageserver-linux-musl-arm64-7.0.0-preview.23124.2.zip",
607607
"installPath": ".razor",
608608
"platforms": [
609609
"linux-musl"
@@ -618,7 +618,7 @@
618618
{
619619
"id": "Razor",
620620
"description": "Razor Language Server (macOS / x64)",
621-
"url": "https://download.visualstudio.microsoft.com/download/pr/d749b600-7b8f-435b-ae24-bb101dc71dfd/8fbba140d9068dacb5310eda5bb26c96/razorlanguageserver-osx-x64-7.0.0-preview.23067.5.zip",
621+
"url": "https://download.visualstudio.microsoft.com/download/pr/b6a83fad-e9b1-4f47-8da7-b164207eeea5/f9cf727daa893515034ebca054da9647/razorlanguageserver-osx-x64-7.0.0-preview.23124.2.zip",
622622
"installPath": ".razor",
623623
"platforms": [
624624
"darwin"
@@ -633,7 +633,7 @@
633633
{
634634
"id": "Razor",
635635
"description": "Razor Language Server (macOS ARM64)",
636-
"url": "https://download.visualstudio.microsoft.com/download/pr/d749b600-7b8f-435b-ae24-bb101dc71dfd/2b3c4c4dfcf8683cd74904d3203eafcd/razorlanguageserver-osx-arm64-7.0.0-preview.23067.5.zip",
636+
"url": "https://download.visualstudio.microsoft.com/download/pr/b6a83fad-e9b1-4f47-8da7-b164207eeea5/e8aa0c429449b61e35a0f5d268c6d208/razorlanguageserver-osx-arm64-7.0.0-preview.23124.2.zip",
637637
"installPath": ".razor",
638638
"platforms": [
639639
"darwin"
@@ -4192,4 +4192,4 @@
41924192
}
41934193
]
41944194
}
4195-
}
4195+
}

0 commit comments

Comments
 (0)