You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Extension/src/nativeStrings.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -480,5 +480,6 @@
480
480
"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.",
481
481
"expand_selection": "Expand selection (to enable 'Extract to function')",
482
482
"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}"
0 commit comments