Skip to content

Commit 21a44d9

Browse files
authored
Add a string for multiple compile_commands.json (on native side) (#12964)
1 parent bfa3c75 commit 21a44d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Extension/src/nativeStrings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -478,5 +478,6 @@
478478
"refactor_extract_reference_return_c_code": "The function would have to return a value by reference. C code cannot return references.",
479479
"refactor_extract_xborder_jump": "Jumps between the selected code and the surrounding code are present.",
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.",
481-
"expand_selection": "Expand selection (to enable 'Extract to function')"
481+
"expand_selection": "Expand selection (to enable 'Extract to function')",
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."
482483
}

0 commit comments

Comments
 (0)