Skip to content

Commit 078b78a

Browse files
authored
Merge pull request #7555 from dotnet/merge/release-to-main
[automated] Merge branch 'release' => 'main'
2 parents c1ae63c + 773457a commit 078b78a

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
* Support component rename from an end tag (#10762) (PR: [#10762](https://github.com/dotnet/razor/pull/10762))
2828
* Bump xamltools to 17.12.35230.10 (PR: [#7493](https://github.com/dotnet/vscode-csharp/pull/7493))
2929

30+
# 2.45.25
31+
* Bump Roslyn to 4.12.0-2.24461.7 (PR: [#7544](https://github.com/dotnet/vscode-csharp/pull/7544))
32+
* Fix crash when closing source link documents (PR: [#75047](https://github.com/dotnet/roslyn/pull/75047))
33+
* Add option to disable source link (PR: [#75047](https://github.com/dotnet/roslyn/pull/75047))
34+
* Fix issue navigating from source link documents (PR: [#75033](https://github.com/dotnet/roslyn/pull/75033))
35+
* Fix exception applying fix all code action (PR: [#7537](https://github.com/dotnet/vscode-csharp/pull/7537))
36+
3037
# 2.45.17
3138
* Fix check for rzls being present (PR: [#7462](https://github.com/dotnet/vscode-csharp/pull/7462))
3239
* Bump Razor to 9.0.0-preview.24418.1 (PR: [#7456](https://github.com/dotnet/vscode-csharp/pull/7456))

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,12 @@
916916
"description": "%configuration.dotnet.navigation.navigateToDecompiledSources%",
917917
"order": 60
918918
},
919+
"dotnet.navigation.navigateToSourceLinkAndEmbeddedSources": {
920+
"type": "boolean",
921+
"default": "true",
922+
"description": "%configuration.dotnet.navigation.navigateToSourceLinkAndEmbeddedSources%",
923+
"order": 60
924+
},
919925
"dotnet.quickInfo.showRemarksInQuickInfo": {
920926
"type": "boolean",
921927
"default": "true",

package.nls.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"configuration.dotnet.inlayHints.suppressInlayHintsForParametersThatMatchArgumentName": "Suppress hints when argument matches parameter name",
7676
"configuration.dotnet.inlayHints.suppressInlayHintsForParametersThatMatchMethodIntent": "Suppress hints when parameter name matches the method's intent",
7777
"configuration.dotnet.navigation.navigateToDecompiledSources": "Enable navigation to decomplied sources.",
78+
"configuration.dotnet.navigation.navigateToSourceLinkAndEmbeddedSources": "Enable navigation to source link and embedded sources.",
7879
"configuration.dotnet.quickInfo.showRemarksInQuickInfo": "Show remarks information when display symbol.",
7980
"configuration.dotnet.symbolSearch.searchReferenceAssemblies": "Search symbols in reference assemblies. It affects features requires symbol searching, such as add imports.",
8081
"configuration.dotnet.unitTestDebuggingOptions": "Options to use with the debugger when launching for unit test debugging. (Previously `csharp.unitTestDebuggingOptions`)",

0 commit comments

Comments
 (0)