From 2367db026f254d18f62c1e034a6c2446810bac6e Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 22 Jul 2025 11:03:13 -0400 Subject: [PATCH] Fix the description of debugServerPath This mentions the non-existent miDebugServerAddress, but the correct name is actually miDebuggerServerAddress. --- Extension/package.nls.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Extension/package.nls.json b/Extension/package.nls.json index 2b729a732..34295589f 100644 --- a/Extension/package.nls.json +++ b/Extension/package.nls.json @@ -895,7 +895,7 @@ "{Locked=\"`true`\"} {Locked=\"`processId`\"}" ] }, - "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 \".", + "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 \".", "c_cpp.debuggers.debugServerArgs.description": "Optional debug server args. Defaults to null.", "c_cpp.debuggers.serverStarted.description": "Optional server-started pattern to look for in the debug server output. Defaults to null.", "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 @@ "c_cpp.configuration.refactoring.includeHeader.never.description": "Never include the header file.", "c_cpp.languageModelTools.configuration.displayName": "C/C++ configuration", "c_cpp.languageModelTools.configuration.userDescription": "Configuration of the active C or C++ file, like language standard version and target platform." -} \ No newline at end of file +}