* Remove -D__building_module(x)=0 workaround. (#13621)
* add note about C++ Copilot suggestions improvement (#13624)
* Update changelog for 1.26.1 (#13627)
* Update changelog for 1.26.1
* fix typo (#13630)
1.26.0->1.26.1
* Remove the .type.descriptions since they don't seem to have any effect. (#13648)
* Lock the PATH variable which was incorrectly being translated. (#13649)
* Fix a couple loc issues. (#13650)
---------
Co-authored-by: Luca <[email protected]>
Co-authored-by: heartacker <[email protected]>
"enable_error_squiggles":"Enable all error squiggles",
"include_errors_update_include_path_squiggles_disables":"#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit ({0}).",
"include_errors_update_include_path_squiggles_disabled2":"#include errors detected. Please update your includePath. Syntax errors for this file will not be reported until included files are found.",
"include_errors_update_include_path_intellisense_disabled":"#include errors detected. Please update your includePath. IntelliSense features for this translation unit ({0}) will be provided by the Tag Parser.",
"include_errors_update_compile_commands_or_include_path_intellisense_disabled":"#include errors detected. Consider updating your compile_commands.json or includePath. IntelliSense features for this translation unit ({0}) will be provided by the Tag Parser.",
"could_not_parse_compile_commands":"\"{0}\" could not be parsed. 'includePath' from c_cpp_properties.json in folder '{1}' will be used instead.",
@@ -120,7 +120,7 @@
"formatting_diff":"Formatting diffed output:",
"disable_inactive_regions":"Disable inactive region colorization",
"error_limit_exceeded":"Error limit exceeded, {0} error(s) not reported.",
"include_errors_update_compile_commands_or_include_path_squiggles_disabled":"#include errors detected. Consider updating your compile_commands.json or includePath. Squiggles are disabled for this translation unit ({0}).",
"include_errors_update_compile_commands_or_include_path_squiggles_disabled2":"#include errors detected. Consider updating your compile_commands.json or includePath. Syntax errors for this file will not be reported until included files are found.",
"cannot_reset_database":"The IntelliSense database could not be reset. To manually reset, close all VS Code instances and then delete this file: {0}",
"formatting_failed_see_output":"Formatting failed. See the output window for details.",
"populating_include_completion_cache":"Populating include completion cache.",
@@ -158,7 +158,7 @@
"fallback_to_no_bitness":"Failed to query compiler. Falling back to no bitness.",
"include_errors_config_provider_intellisense_disabled":"#include errors detected based on information provided by the configurationProvider setting. IntelliSense features for this translation unit ({0}) will be provided by the Tag Parser.",
"include_errors_config_provider_squiggles_disabled":"#include errors detected based on information provided by the configurationProvider setting. Squiggles are disabled for this translation unit ({0}).",
"include_errors_config_provider_squiggles_disabled2":"#include errors detected based on information provided by the configurationProvider setting. Syntax errors for this file will not be reported until included files are found.",
"preprocessor_keyword":{
"text":"preprocessor keyword",
"hint":"Refers to C/C++ processor keywords"
@@ -699,4 +699,4 @@
"help_allow_missing_lsp_config":"Allow the server to start even if the specified --lsp-config file does not exist.",
"initialize_failed_during_engine_setup":"Initialization failed during engine setup.",
"important_label":"Important:"
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.