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
"c_compiler_from_compiler_path": "Attempting to get defaults from C compiler in \"compilerPath\" property: '{0}'",
180
+
"cpp_compiler_from_compiler_path": "Attempting to get defaults from C++ compiler in \"compilerPath\" property: '{0}'",
181
+
"c_compiler_from_compile_commands": "Attempting to get defaults from C compiler in compile_commands.json file: '{0}'",
182
+
"cpp_compiler_from_compile_commands": "Attempting to get defaults from C++ compiler in compile_commands.json file: '{0}'",
183
+
"c_intellisense_mode_changed": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\".",
184
+
"cpp_intellisense_mode_changed": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\".",
185
+
"c_std_version_changed": "For C source files, the cStandard was changed from \"{0}\" to \"{1}\".",
186
+
"cpp_std_version_changed": "For C++ source files, the cppStandard was changed from \"{0}\" to \"{1}\".",
187
+
"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}\".",
188
+
"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}\".",
189
+
"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}\"",
190
+
"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}\"",
191
+
"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}\"",
192
+
"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}\"",
193
+
"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}\"",
194
+
"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}\"",
195
+
"compiler_path_changed": "Unable to resolve configuration with compilerPath \"{0}\". Using \"{1}\" instead.",
196
+
"compiler_path_invalid": "Unable to resolve configuration with compilerPath: \"{0}\"",
197
+
"compiler_path_empty": "Skipping probe of compiler due to explicitly empty compilerPath",
198
+
"msvc_intellisense_specified": "MSVC intelliSenseMode specified. Configuring for compiler cl.exe.",
199
+
"unable_to_configure_cl_exe": "Unable to configure for compiler cl.exe.",
200
+
"probing_compiler_default_target": "Probing compiler's default target using command line: \"{0}\" {1}",
201
+
"compiler_default_target": "Compiler returned default target value: {0}",
202
+
"c_probing_compiler_default_standard": "Probing compiler for default C language standard using command line: {0}",
203
+
"cpp_probing_compiler_default_standard": "Probing compiler for default C++ language standard using command line: {0}",
204
+
"detected_language_standard_version": "Detected language standard version: {0}",
205
+
"unhandled_default_target_detected": "Unhandled default compiler target value detected: {0}",
206
+
"unhandled_target_arg_detected": "Unhandled target argument value detected: {0}"
"c_compiler_from_compiler_path": "Attempting to get defaults from C compiler in \"compilerPath\" property: '{0}'",
180
+
"cpp_compiler_from_compiler_path": "Attempting to get defaults from C++ compiler in \"compilerPath\" property: '{0}'",
181
+
"c_compiler_from_compile_commands": "Attempting to get defaults from C compiler in compile_commands.json file: '{0}'",
182
+
"cpp_compiler_from_compile_commands": "Attempting to get defaults from C++ compiler in compile_commands.json file: '{0}'",
183
+
"c_intellisense_mode_changed": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\".",
184
+
"cpp_intellisense_mode_changed": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\".",
185
+
"c_std_version_changed": "For C source files, the cStandard was changed from \"{0}\" to \"{1}\".",
186
+
"cpp_std_version_changed": "For C++ source files, the cppStandard was changed from \"{0}\" to \"{1}\".",
187
+
"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}\".",
188
+
"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}\".",
189
+
"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}\"",
190
+
"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}\"",
191
+
"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}\"",
192
+
"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}\"",
193
+
"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}\"",
194
+
"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}\"",
195
+
"compiler_path_changed": "Unable to resolve configuration with compilerPath \"{0}\". Using \"{1}\" instead.",
196
+
"compiler_path_invalid": "Unable to resolve configuration with compilerPath: \"{0}\"",
197
+
"compiler_path_empty": "Skipping probe of compiler due to explicitly empty compilerPath",
198
+
"msvc_intellisense_specified": "MSVC intelliSenseMode specified. Configuring for compiler cl.exe.",
199
+
"unable_to_configure_cl_exe": "Unable to configure for compiler cl.exe.",
200
+
"probing_compiler_default_target": "Probing compiler's default target using command line: \"{0}\" {1}",
201
+
"compiler_default_target": "Compiler returned default target value: {0}",
202
+
"c_probing_compiler_default_standard": "Probing compiler for default C language standard using command line: {0}",
203
+
"cpp_probing_compiler_default_standard": "Probing compiler for default C++ language standard using command line: {0}",
204
+
"detected_language_standard_version": "Detected language standard version: {0}",
205
+
"unhandled_default_target_detected": "Unhandled default compiler target value detected: {0}",
206
+
"unhandled_target_arg_detected": "Unhandled target argument value detected: {0}"
"compiler_probe_command_line": "Příkazový řádek sondy kompilátoru: {0}"
178
+
"compiler_probe_command_line": "Příkazový řádek sondy kompilátoru: {0}",
179
+
"c_compiler_from_compiler_path": "Attempting to get defaults from C compiler in \"compilerPath\" property: '{0}'",
180
+
"cpp_compiler_from_compiler_path": "Attempting to get defaults from C++ compiler in \"compilerPath\" property: '{0}'",
181
+
"c_compiler_from_compile_commands": "Attempting to get defaults from C compiler in compile_commands.json file: '{0}'",
182
+
"cpp_compiler_from_compile_commands": "Attempting to get defaults from C++ compiler in compile_commands.json file: '{0}'",
183
+
"c_intellisense_mode_changed": "For C source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\".",
184
+
"cpp_intellisense_mode_changed": "For C++ source files, IntelliSenseMode was changed from \"{0}\" to \"{1}\".",
185
+
"c_std_version_changed": "For C source files, the cStandard was changed from \"{0}\" to \"{1}\".",
186
+
"cpp_std_version_changed": "For C++ source files, the cppStandard was changed from \"{0}\" to \"{1}\".",
187
+
"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}\".",
188
+
"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}\".",
189
+
"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}\"",
190
+
"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}\"",
191
+
"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}\"",
192
+
"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}\"",
193
+
"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}\"",
194
+
"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}\"",
195
+
"compiler_path_changed": "Unable to resolve configuration with compilerPath \"{0}\". Using \"{1}\" instead.",
196
+
"compiler_path_invalid": "Unable to resolve configuration with compilerPath: \"{0}\"",
197
+
"compiler_path_empty": "Skipping probe of compiler due to explicitly empty compilerPath",
198
+
"msvc_intellisense_specified": "MSVC intelliSenseMode specified. Configuring for compiler cl.exe.",
199
+
"unable_to_configure_cl_exe": "Unable to configure for compiler cl.exe.",
200
+
"probing_compiler_default_target": "Probing compiler's default target using command line: \"{0}\" {1}",
201
+
"compiler_default_target": "Compiler returned default target value: {0}",
202
+
"c_probing_compiler_default_standard": "Probing compiler for default C language standard using command line: {0}",
203
+
"cpp_probing_compiler_default_standard": "Probing compiler for default C++ language standard using command line: {0}",
204
+
"detected_language_standard_version": "Detected language standard version: {0}",
205
+
"unhandled_default_target_detected": "Unhandled default compiler target value detected: {0}",
206
+
"unhandled_target_arg_detected": "Unhandled target argument value detected: {0}"
0 commit comments