From 14f24119e3916ce0d068a9045bef79aac38858a5 Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson Date: Thu, 13 Mar 2025 17:33:51 -0700 Subject: [PATCH 1/2] Add a string for browse path not found --- Extension/src/nativeStrings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Extension/src/nativeStrings.json b/Extension/src/nativeStrings.json index 2cbed668c..edd5d57e2 100644 --- a/Extension/src/nativeStrings.json +++ b/Extension/src/nativeStrings.json @@ -480,5 +480,6 @@ "refactor_extract_missing_return": "In the selected code, some control paths exit without setting the return value. This is supported only for scalar, numeric, and pointer return types.", "expand_selection": "Expand selection (to enable 'Extract to function')", "file_not_found_in_path2": "\"{0}\" not found in compile_commands.json files. 'includePath' from c_cpp_properties.json in folder '{1}' will be used for this file instead.", - "copilot_hover_link": "Generate Copilot summary" + "copilot_hover_link": "Generate Copilot summary", + "browse_path_not_found": "Browse path not found: {0}" } From cfd390ca1d94311e6caf25d35b9b26b727db5ea4 Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson Date: Fri, 14 Mar 2025 11:22:50 -0700 Subject: [PATCH 2/2] Update string --- Extension/src/nativeStrings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/src/nativeStrings.json b/Extension/src/nativeStrings.json index edd5d57e2..a6456f885 100644 --- a/Extension/src/nativeStrings.json +++ b/Extension/src/nativeStrings.json @@ -481,5 +481,5 @@ "expand_selection": "Expand selection (to enable 'Extract to function')", "file_not_found_in_path2": "\"{0}\" not found in compile_commands.json files. 'includePath' from c_cpp_properties.json in folder '{1}' will be used for this file instead.", "copilot_hover_link": "Generate Copilot summary", - "browse_path_not_found": "Browse path not found: {0}" + "browse_path_not_found": "Unable to index files from non-existent folder: {0}" }