Skip to content

Commit 349fec6

Browse files
committed
Expose sourcelink option
1 parent 827e35a commit 349fec6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

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)