|
88 | 88 | "not_exited_yet": "not exited yet. Will sleep for {0} milliseconds and try again.", |
89 | 89 | "failed_to_spawn_process": "Failed to spawn process. Error: {0} ({1})", |
90 | 90 | "offering_completion": "Offering completion", |
91 | | - "compiler_from_compiler_path": "Attempting to get defaults from compiler in \"compilerPath\" property: '{0}'", |
92 | | - "compiler_from_compile_commands": "Attempting to get defaults from compiler in compile_commands.json file: '{0}'", |
93 | 91 | "compiler_on_machine": "Attempting to get defaults from compiler found on the machine: '{0}'", |
94 | 92 | "unable_to_resolve_include_path": "Unable to resolve include path: {0}", |
95 | 93 | "error_searching_for_intellisense_client": "Error searching for IntelliSense client: {0}", |
|
143 | 141 | "timed_out_attempting_to_communicate_with_process": "Timed out attempting to communicate with process!", |
144 | 142 | "process_failed_to_run": "Process has failed to run", |
145 | 143 | "wsl_not_detected": "WSL not detected", |
146 | | - "compiler_in_compilerpath_not_found": "Compiler in \"compilerPath\" property not found: {0}", |
| 144 | + "compiler_in_compilerpath_not_found": "Specified compiler was not found: {0}", |
147 | 145 | "config_data_invalid": "Config data invalid, {0}", |
148 | 146 | "cmake_executable_not_found": "CMake executable not found at {0}", |
149 | 147 | "no_args_provider": "No args provider", |
|
191 | 189 | "deprecated_label": "Deprecated:", |
192 | 190 | "exceptions_label": "Exceptions:", |
193 | 191 | "template_parameters_label": "Template Parameters:", |
194 | | - "compiler_probe_command_line": "Compiler probe command line: {0}" |
| 192 | + "compiler_probe_command_line": "Compiler probe command line: {0}", |
| 193 | + "c_compiler_from_compiler_path": "Attempting to get defaults from C compiler in \"compilerPath\" property: '{0}'", |
| 194 | + "cpp_compiler_from_compiler_path": "Attempting to get defaults from C++ compiler in \"compilerPath\" property: '{0}'", |
| 195 | + "c_compiler_from_compile_commands": "Attempting to get defaults from C compiler in compile_commands.json file: '{0}'", |
| 196 | + "cpp_compiler_from_compile_commands": "Attempting to get defaults from C++ compiler in compile_commands.json file: '{0}'", |
| 197 | + "c_intellisense_mode_changed": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\".", |
| 198 | + "cpp_intellisense_mode_changed": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\".", |
| 199 | + "c_std_version_changed": "For C source files, the cStandard was changed from \"{0}\" to \"{1}\".", |
| 200 | + "cpp_std_version_changed": "For C++ source files, the cppStandard was changed from \"{0}\" to \"{1}\".", |
| 201 | + "c_intellisense_mode_and_std_version_changed": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" and cStandard was changed from \"{2}\" to \"{3}\".", |
| 202 | + "cpp_intellisense_mode_and_std_version_changed": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" and cppStandard changed from \"{2}\" to \"{3}\".", |
| 203 | + "c_intellisense_mode_changed_with_path": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" based on compiler args and probing compilerPath: \"{2}\"", |
| 204 | + "cpp_intellisense_mode_changed_with_path": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" based on compiler args and probing compilerPath: \"{2}\"", |
| 205 | + "c_std_version_changed_with_path": "For C source files, the cStandard was changed from \"{0}\" to \"{1}\" based on compiler args and probing compilerPath: \"{2}\"", |
| 206 | + "cpp_std_version_changed_with_path": "For C++ source files, the cppStandard was changed from \"{0}\" to \"{1}\" based on compiler args and probing compilerPath: \"{2}\"", |
| 207 | + "c_intellisense_mode_and_std_version_changed_with_path": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" and cStandard was changed from \"{2}\" to \"{3}\" based on compiler args and probing compilerPath: \"{4}\"", |
| 208 | + "cpp_intellisense_mode_and_std_version_changed_with_path": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\" and cppStandard changed from \"{2}\" to \"{3}\" based on compiler args and probing compilerPath: \"{4}\"", |
| 209 | + "compiler_path_changed": "Unable to resolve configuration with compilerPath \"{0}\". Using \"{1}\" instead.", |
| 210 | + "compiler_path_invalid": "Unable to resolve configuration with compilerPath: \"{0}\"", |
| 211 | + "compiler_path_empty": "Skipping probe of compiler due to explicitly empty compilerPath", |
| 212 | + "msvc_intellisense_specified": "MSVC intelliSenseMode specified. Configuring for compiler cl.exe.", |
| 213 | + "unable_to_configure_cl_exe": "Unable to configure for compiler cl.exe.", |
| 214 | + "probing_compiler_default_target": "Probing compiler's default target using command line: \"{0}\" {1}", |
| 215 | + "compiler_default_target": "Compiler returned default target value: {0}", |
| 216 | + "c_probing_compiler_default_standard": "Probing compiler for default C language standard using command line: {0}", |
| 217 | + "cpp_probing_compiler_default_standard": "Probing compiler for default C++ language standard using command line: {0}", |
| 218 | + "detected_language_standard_version": "Detected language standard version: {0}", |
| 219 | + "unhandled_default_target_detected": "Unhandled default compiler target value detected: {0}", |
| 220 | + "unhandled_target_arg_detected": "Unhandled target argument value detected: {0}" |
195 | 221 | } |
0 commit comments