Skip to content

Commit a637321

Browse files
authored
Fix the description of debugServerPath (#13778)
This mentions the non-existent miDebugServerAddress, but the correct name is actually miDebuggerServerAddress.
1 parent a9ec333 commit a637321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Extension/package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@
895895
"{Locked=\"`true`\"} {Locked=\"`processId`\"}"
896896
]
897897
},
898-
"c_cpp.debuggers.debugServerPath.description": "Optional full path to the debug server to launch. Defaults to null. It is used in conjunction with either \"miDebugServerAddress\" or your own server with a \"customSetupCommand\" that runs \"-target-select remote <server:port>\".",
898+
"c_cpp.debuggers.debugServerPath.description": "Optional full path to the debug server to launch. Defaults to null. It is used in conjunction with either \"miDebuggerServerAddress\" or your own server with a \"customSetupCommand\" that runs \"-target-select remote <server:port>\".",
899899
"c_cpp.debuggers.debugServerArgs.description": "Optional debug server args. Defaults to null.",
900900
"c_cpp.debuggers.serverStarted.description": "Optional server-started pattern to look for in the debug server output. Defaults to null.",
901901
"c_cpp.debuggers.filterStdout.description": "Search stdout stream for server-started pattern and log stdout to debug output. Defaults to true.",
@@ -1084,4 +1084,4 @@
10841084
"c_cpp.configuration.refactoring.includeHeader.never.description": "Never include the header file.",
10851085
"c_cpp.languageModelTools.configuration.displayName": "C/C++ configuration",
10861086
"c_cpp.languageModelTools.configuration.userDescription": "Configuration of the active C or C++ file, like language standard version and target platform."
1087-
}
1087+
}

0 commit comments

Comments
 (0)