Skip to content

Commit 376c43c

Browse files
authored
Merge pull request #4642 from OmniSharp/nimullen/razor.33858
Update Razor to 6.0.0-preview.5.21358.6
2 parents 8d72cc7 + c40b7b8 commit 376c43c

File tree

3 files changed

+29
-28
lines changed

3 files changed

+29
-28
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* As a workaround, make an edit within the file before using Rename Symbol.
1313

1414
## 1.23.13 (Not yet released)
15+
* Fixes Razor editing support
1516
* Support V2 version of GoToDefinition, which can show more than one location for partial types and show source-generated file information (PR: [#4581](https://github.com/OmniSharp/omnisharp-vscode/pull/4581))
1617
* Add command 'listRemoteDockerProcess' and variable 'pickRemoteDockerProcess' ([#4607](https://github.com/OmniSharp/omnisharp-vscode/issues/4607), PR: [#4617](https://www.github.com/OmniSharp/omnisharp-vscode/pull/4617))
1718
* Ensure we only start one instance of OmniSharp server (PR: [#4612](https://www.github.com/OmniSharp/omnisharp-vscode/pull/4612))

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: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"defaults": {
3838
"omniSharp": "1.37.12",
39-
"razor": "6.0.0-preview.5.21271.1"
39+
"razor": "6.0.0-preview.5.21358.6"
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/752cb2c4-4352-499f-ab81-54454d6e7a92/c83b913a02e68b5b5453c68a75471ba4/microsoft.aspnetcore.razor.vscode-6.0.0-preview.5.21271.1.tgz",
66+
"microsoft.aspnetcore.razor.vscode": "https://download.visualstudio.microsoft.com/download/pr/b8678010-2cd7-4201-a5e7-ba57920607d5/0ab4b9b270542715d9ffa7ee05c809fb/microsoft.aspnetcore.razor.vscode-6.0.0-preview.5.21358.6.tgz",
6767
"node-machine-id": "1.1.12",
6868
"request-light": "0.4.0",
6969
"rxjs": "6.6.7",
@@ -328,7 +328,7 @@
328328
{
329329
"id": "Razor",
330330
"description": "Razor Language Server (Windows / x64)",
331-
"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",
331+
"url": "https://download.visualstudio.microsoft.com/download/pr/b8678010-2cd7-4201-a5e7-ba57920607d5/a654aaa3c8090ca1751d7f7646a7b000/razorlanguageserver-win-x64-6.0.0-preview.5.21358.6.zip",
332332
"installPath": ".razor",
333333
"platforms": [
334334
"win32"
@@ -340,7 +340,7 @@
340340
{
341341
"id": "Razor",
342342
"description": "Razor Language Server (Windows / x86)",
343-
"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",
343+
"url": "https://download.visualstudio.microsoft.com/download/pr/b8678010-2cd7-4201-a5e7-ba57920607d5/18e1cdfce3f4f074905cf0fd89f8d07f/razorlanguageserver-win-x86-6.0.0-preview.5.21358.6.zip",
344344
"installPath": ".razor",
345345
"platforms": [
346346
"win32"
@@ -353,7 +353,7 @@
353353
{
354354
"id": "Razor",
355355
"description": "Razor Language Server (Linux / x64)",
356-
"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",
356+
"url": "https://download.visualstudio.microsoft.com/download/pr/b8678010-2cd7-4201-a5e7-ba57920607d5/b846e9c7d7afdba54a72fae1dcb6c42c/razorlanguageserver-linux-x64-6.0.0-preview.5.21358.6.zip",
357357
"installPath": ".razor",
358358
"platforms": [
359359
"linux"
@@ -368,7 +368,7 @@
368368
{
369369
"id": "Razor",
370370
"description": "Razor Language Server (macOS / x64)",
371-
"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",
371+
"url": "https://download.visualstudio.microsoft.com/download/pr/b8678010-2cd7-4201-a5e7-ba57920607d5/ad846449769eb2ae810d0236823a6aaa/razorlanguageserver-osx-x64-6.0.0-preview.5.21358.6.zip",
372372
"installPath": ".razor",
373373
"platforms": [
374374
"darwin"
@@ -538,17 +538,17 @@
538538
"items": {
539539
"type": "string"
540540
},
541-
"description": "Array of symbol server URLs (example: http\u200b://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
541+
"description": "Array of symbol server URLs (example: http://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
542542
"default": []
543543
},
544544
"searchMicrosoftSymbolServer": {
545545
"type": "boolean",
546-
"description": "If 'true' the Microsoft Symbol server (https\u200b://msdl.microsoft.com\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
546+
"description": "If 'true' the Microsoft Symbol server (https://msdl.microsoft.com/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
547547
"default": false
548548
},
549549
"searchNuGetOrgSymbolServer": {
550550
"type": "boolean",
551-
"description": "If 'true' the NuGet.org symbol server (https\u200b://symbols.nuget.org\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
551+
"description": "If 'true' the NuGet.org symbol server (https://symbols.nuget.org/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
552552
"default": false
553553
},
554554
"cachePath": {
@@ -1533,17 +1533,17 @@
15331533
"items": {
15341534
"type": "string"
15351535
},
1536-
"description": "Array of symbol server URLs (example: http\u200b://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
1536+
"description": "Array of symbol server URLs (example: http://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
15371537
"default": []
15381538
},
15391539
"searchMicrosoftSymbolServer": {
15401540
"type": "boolean",
1541-
"description": "If 'true' the Microsoft Symbol server (https\u200b://msdl.microsoft.com\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
1541+
"description": "If 'true' the Microsoft Symbol server (https://msdl.microsoft.com/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
15421542
"default": false
15431543
},
15441544
"searchNuGetOrgSymbolServer": {
15451545
"type": "boolean",
1546-
"description": "If 'true' the NuGet.org symbol server (https\u200b://symbols.nuget.org\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
1546+
"description": "If 'true' the NuGet.org symbol server (https://symbols.nuget.org/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
15471547
"default": false
15481548
},
15491549
"cachePath": {
@@ -1969,17 +1969,17 @@
19691969
"items": {
19701970
"type": "string"
19711971
},
1972-
"description": "Array of symbol server URLs (example: http\u200b://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
1972+
"description": "Array of symbol server URLs (example: http://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
19731973
"default": []
19741974
},
19751975
"searchMicrosoftSymbolServer": {
19761976
"type": "boolean",
1977-
"description": "If 'true' the Microsoft Symbol server (https\u200b://msdl.microsoft.com\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
1977+
"description": "If 'true' the Microsoft Symbol server (https://msdl.microsoft.com/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
19781978
"default": false
19791979
},
19801980
"searchNuGetOrgSymbolServer": {
19811981
"type": "boolean",
1982-
"description": "If 'true' the NuGet.org symbol server (https\u200b://symbols.nuget.org\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
1982+
"description": "If 'true' the NuGet.org symbol server (https://symbols.nuget.org/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
19831983
"default": false
19841984
},
19851985
"cachePath": {
@@ -2639,17 +2639,17 @@
26392639
"items": {
26402640
"type": "string"
26412641
},
2642-
"description": "Array of symbol server URLs (example: http\u200b://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
2642+
"description": "Array of symbol server URLs (example: http://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
26432643
"default": []
26442644
},
26452645
"searchMicrosoftSymbolServer": {
26462646
"type": "boolean",
2647-
"description": "If 'true' the Microsoft Symbol server (https\u200b://msdl.microsoft.com\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
2647+
"description": "If 'true' the Microsoft Symbol server (https://msdl.microsoft.com/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
26482648
"default": false
26492649
},
26502650
"searchNuGetOrgSymbolServer": {
26512651
"type": "boolean",
2652-
"description": "If 'true' the NuGet.org symbol server (https\u200b://symbols.nuget.org\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
2652+
"description": "If 'true' the NuGet.org symbol server (https://symbols.nuget.org/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
26532653
"default": false
26542654
},
26552655
"cachePath": {
@@ -3075,17 +3075,17 @@
30753075
"items": {
30763076
"type": "string"
30773077
},
3078-
"description": "Array of symbol server URLs (example: http\u200b://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
3078+
"description": "Array of symbol server URLs (example: http://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
30793079
"default": []
30803080
},
30813081
"searchMicrosoftSymbolServer": {
30823082
"type": "boolean",
3083-
"description": "If 'true' the Microsoft Symbol server (https\u200b://msdl.microsoft.com\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
3083+
"description": "If 'true' the Microsoft Symbol server (https://msdl.microsoft.com/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
30843084
"default": false
30853085
},
30863086
"searchNuGetOrgSymbolServer": {
30873087
"type": "boolean",
3088-
"description": "If 'true' the NuGet.org symbol server (https\u200b://symbols.nuget.org\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
3088+
"description": "If 'true' the NuGet.org symbol server (https://symbols.nuget.org/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
30893089
"default": false
30903090
},
30913091
"cachePath": {
@@ -3729,4 +3729,4 @@
37293729
]
37303730
}
37313731
}
3732-
}
3732+
}

0 commit comments

Comments
 (0)