Skip to content

Commit 301f9a6

Browse files
authored
Add a string for browse path not found (#13372)
1 parent 4412f20 commit 301f9a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Extension/src/nativeStrings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,5 +480,6 @@
480480
"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.",
481481
"expand_selection": "Expand selection (to enable 'Extract to function')",
482482
"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.",
483-
"copilot_hover_link": "Generate Copilot summary"
483+
"copilot_hover_link": "Generate Copilot summary",
484+
"browse_path_not_found": "Unable to index files from non-existent folder: {0}"
484485
}

0 commit comments

Comments
 (0)