Skip to content

Commit ae0878b

Browse files
authored
Merge pull request #5672 from davidwengier/BumpRazor
2 parents f267b16 + 2b4b1dc commit ae0878b

File tree

4 files changed

+30
-20
lines changed

4 files changed

+30
-20
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
* Renaming symbol fails within a file that had recently been renamed without saving changes.
1313
* As a workaround, make an edit within the file before using Rename Symbol.
1414

15+
## 1.25.8
16+
* Update Razor to 7.0.0-preview.23258.1 (PR: [#5672](https://github.com/OmniSharp/omnisharp-vscode/pull/5672))
17+
* Fix issue with Razor attribute hover and Go to Definition (PR: [#8653](https://github.com/dotnet/razor/pull/8653))
18+
* Fix issue with Razor formatting (PR: [#8669](https://github.com/dotnet/razor/pull/8669))
19+
1520
## 1.25.7
1621
* Update Razor to 7.0.0-preview.23224.3 (PR: [#5660](https://github.com/OmniSharp/omnisharp-vscode/pull/5660))
1722
* Fix issue with Razor diagnostics (PR: [#8622](https://github.com/dotnet/razor/pull/8622))

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ If you still need Unity or .NET Framework support, you can set `omnisharp.useMod
3131

3232
See issue [#5120](https://github.com/OmniSharp/omnisharp-vscode/issues/5120) for more details.
3333

34+
## What's new in 1.25.8
35+
* Update Razor to 7.0.0-preview.23258.1 (PR: [#5672](https://github.com/OmniSharp/omnisharp-vscode/pull/5672))
36+
* Fix issue with Razor attribute hover and Go to Definition (PR: [#8653](https://github.com/dotnet/razor/pull/8653))
37+
* Fix issue with Razor formatting (PR: [#8669](https://github.com/dotnet/razor/pull/8669))
38+
3439
## What's new in 1.25.7
3540
* Update Razor to 7.0.0-preview.23224.3 (PR: [#5660](https://github.com/OmniSharp/omnisharp-vscode/pull/5660))
3641
* Fix issue with Razor diagnostics (PR: [#8622](https://github.com/dotnet/razor/pull/8622))

package-lock.json

Lines changed: 8 additions & 8 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
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-dotnettools",
4-
"version": "1.25.7",
4+
"version": "1.25.8",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
@@ -36,7 +36,7 @@
3636
},
3737
"defaults": {
3838
"omniSharp": "1.39.6",
39-
"razor": "7.0.0-preview.23224.3"
39+
"razor": "7.0.0-preview.23258.1"
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/487e1273-1db6-4190-9433-6eed9a97f737/e61238b0a454ccc1af73f3971e3c8bfd/microsoft.aspnetcore.razor.vscode-7.0.0-preview.23224.3.tgz",
70+
"microsoft.aspnetcore.razor.vscode": "https://download.visualstudio.microsoft.com/download/pr/4ccf25e1-f154-4946-b682-0cdfd35a60ce/4602907d6f698a6bf4b70562105a1a71/microsoft.aspnetcore.razor.vscode-7.0.0-preview.23258.1.tgz",
7171
"node-machine-id": "1.1.12",
7272
"request-light": "0.4.0",
7373
"rxjs": "6.6.7",
@@ -523,7 +523,7 @@
523523
{
524524
"id": "Razor",
525525
"description": "Razor Language Server (Windows / x64)",
526-
"url": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/3f3ea3269d1c7a7c9504e291c17f8c4f/razorlanguageserver-win-x64-7.0.0-preview.23224.3.zip",
526+
"url": "https://download.visualstudio.microsoft.com/download/pr/4ccf25e1-f154-4946-b682-0cdfd35a60ce/d67585e2b3009d700c70f6f3f7ec666f/razorlanguageserver-win-x64-7.0.0-preview.23258.1.zip",
527527
"installPath": ".razor",
528528
"platforms": [
529529
"win32"
@@ -535,7 +535,7 @@
535535
{
536536
"id": "Razor",
537537
"description": "Razor Language Server (Windows / x86)",
538-
"url": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/a47688bbc5d0816e365df7e0912aac60/razorlanguageserver-win-x86-7.0.0-preview.23224.3.zip",
538+
"url": "https://download.visualstudio.microsoft.com/download/pr/4ccf25e1-f154-4946-b682-0cdfd35a60ce/dc253426025d44bf9f78e9d69b1b946e/razorlanguageserver-win-x86-7.0.0-preview.23258.1.zip",
539539
"installPath": ".razor",
540540
"platforms": [
541541
"win32"
@@ -547,7 +547,7 @@
547547
{
548548
"id": "Razor",
549549
"description": "Razor Language Server (Windows / ARM64)",
550-
"url": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/11af119b4d7106040686e8aaff8a94f6/razorlanguageserver-win-arm64-7.0.0-preview.23224.3.zip",
550+
"url": "https://download.visualstudio.microsoft.com/download/pr/4ccf25e1-f154-4946-b682-0cdfd35a60ce/c6a4cc07ec8a8e089ce3a8e618e2df35/razorlanguageserver-win-arm64-7.0.0-preview.23258.1.zip",
551551
"installPath": ".razor",
552552
"platforms": [
553553
"win32"
@@ -559,7 +559,7 @@
559559
{
560560
"id": "Razor",
561561
"description": "Razor Language Server (Linux / x64)",
562-
"url": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/d8c26ff6e2b92f32803d26c625961575/razorlanguageserver-linux-x64-7.0.0-preview.23224.3.zip",
562+
"url": "https://download.visualstudio.microsoft.com/download/pr/4ccf25e1-f154-4946-b682-0cdfd35a60ce/86cc790bb4a8c703cbec0e3260b63620/razorlanguageserver-linux-x64-7.0.0-preview.23258.1.zip",
563563
"installPath": ".razor",
564564
"platforms": [
565565
"linux"
@@ -574,7 +574,7 @@
574574
{
575575
"id": "Razor",
576576
"description": "Razor Language Server (Linux ARM64)",
577-
"url": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/2dd92fb32b14c0e7c13424765a204c36/razorlanguageserver-linux-arm64-7.0.0-preview.23224.3.zip",
577+
"url": "https://download.visualstudio.microsoft.com/download/pr/4ccf25e1-f154-4946-b682-0cdfd35a60ce/cbd4a5d06dfd59faf0afca97cb44c2d8/razorlanguageserver-linux-arm64-7.0.0-preview.23258.1.zip",
578578
"installPath": ".razor",
579579
"platforms": [
580580
"linux"
@@ -589,7 +589,7 @@
589589
{
590590
"id": "Razor",
591591
"description": "Razor Language Server (Linux musl / x64)",
592-
"url": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/2998eea9598f0dd177aedaf529a3e8b9/razorlanguageserver-linux-musl-x64-7.0.0-preview.23224.3.zip",
592+
"url": "https://download.visualstudio.microsoft.com/download/pr/4ccf25e1-f154-4946-b682-0cdfd35a60ce/8eb49bd7a28941933356bdb206864b2d/razorlanguageserver-linux-musl-x64-7.0.0-preview.23258.1.zip",
593593
"installPath": ".razor",
594594
"platforms": [
595595
"linux-musl"
@@ -604,7 +604,7 @@
604604
{
605605
"id": "Razor",
606606
"description": "Razor Language Server (Linux musl ARM64)",
607-
"url": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/6da812e338088f2271a54139a30ed84b/razorlanguageserver-linux-musl-arm64-7.0.0-preview.23224.3.zip",
607+
"url": "https://download.visualstudio.microsoft.com/download/pr/4ccf25e1-f154-4946-b682-0cdfd35a60ce/6ddcb891121eef359196e37ab1f4f31d/razorlanguageserver-linux-musl-arm64-7.0.0-preview.23258.1.zip",
608608
"installPath": ".razor",
609609
"platforms": [
610610
"linux-musl"
@@ -619,7 +619,7 @@
619619
{
620620
"id": "Razor",
621621
"description": "Razor Language Server (macOS / x64)",
622-
"url": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/1064a35426c56aa84486ba1213f74253/razorlanguageserver-osx-x64-7.0.0-preview.23224.3.zip",
622+
"url": "https://download.visualstudio.microsoft.com/download/pr/4ccf25e1-f154-4946-b682-0cdfd35a60ce/cd0a3b009315c636383c21962d312d8a/razorlanguageserver-osx-x64-7.0.0-preview.23258.1.zip",
623623
"installPath": ".razor",
624624
"platforms": [
625625
"darwin"
@@ -634,7 +634,7 @@
634634
{
635635
"id": "Razor",
636636
"description": "Razor Language Server (macOS ARM64)",
637-
"url": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/e28194542ede37663eab38dcf5f3bfc5/razorlanguageserver-osx-arm64-7.0.0-preview.23224.3.zip",
637+
"url": "https://download.visualstudio.microsoft.com/download/pr/4ccf25e1-f154-4946-b682-0cdfd35a60ce/274355756fd7dd499d0116f063b2cd67/razorlanguageserver-osx-arm64-7.0.0-preview.23258.1.zip",
638638
"installPath": ".razor",
639639
"platforms": [
640640
"darwin"

0 commit comments

Comments
 (0)