Skip to content

Commit 83b0207

Browse files
committed
Fix a name of option
1 parent 70773e6 commit 83b0207

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@
13481348
},
13491349
"dotnet.unitTestDebuggingOptions": {
13501350
"type": "object",
1351-
"description": "%configuration.debuggers.dotnet.launch.projectPath.description%",
1351+
"description": "%configuration.dotnet.unitTestDebuggingOptions%",
13521352
"default": {},
13531353
"properties": {
13541354
"sourceFileMap": {

package.nls.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
"configuration.dotnet.navigation.navigateToDecompiledSources": "Enable navigation to decomplied sources.",
4242
"configuration.dotnet.quickInfo.showRemarksInQuickInfo": "Show remarks information when display symbol.",
4343
"configuration.dotnet.symbolSearch.searchReferenceAssemblies": "Search symbols in reference assemblies. It affects features requires symbol searching, such as add imports.",
44-
"configuration.dotnet.unitTestDebuggingOptions": "Search symbols in reference assemblies. It affects features requires symbol searching, such as add imports.",
45-
"configuration.debuggers.dotnet.launch.projectPath.description": "Options to use with the debugger when launching for unit test debugging.",
44+
"configuration.dotnet.unitTestDebuggingOptions": "Options to use with the debugger when launching for unit test debugging.",
4645
"debuggers.dotnet.launch.projectPath.description": "Path to the .csproj file.",
4746
"debuggers.dotnet.launch.launchConfigurationId.description": "The launch configuration id to use. Empty string will use the current active configuration.",
4847
"viewsWelcome.debug.contents": {

0 commit comments

Comments
 (0)