Conversation
| // Do not edit this file. It is machine generated. | ||
| { | ||
| "editorconfig.default.behavior": "코드 형식이 .clang 형식 대신 .editorconfig의 설정을 사용합니다. 자세한 내용은 'C_Cpp.formatting' 설정의 'Default' 값에 대한 설명서를 참조하세요." | ||
| "editorconfig.default.behavior": "코드 형식이 .clang 형식 대신 .editorconfig의 설정을 사용합니다. 자세한 내용은 'C_Cpp.formating' 설정의 'Default' 값에 대한 설명서를 참조하세요." |
There was a problem hiding this comment.
Not sure why someone updated this string just to misspell this setting name. Please don't commit until we get this corrected.
There was a problem hiding this comment.
I filed a bug on that already (yesterday)
Extension/i18n/esn/package.i18n.json
Outdated
| "c_cpp.configuration.renameRequiresIdentifier.description": "Si es true, \"Cambiar el nombre del símbolo\" requerirá un identificador de C/C++ válido.", | ||
| "c_cpp.configuration.autocompleteAddParentheses.description": "Si es true, la opción de autocompletar agregará \"(\" de forma automática después de las llamadas a funciones, en cuyo caso puede que también se agregue \")\", en función del valor de la configuración de \"editor.autoClosingBrackets\".", | ||
| "c_cpp.configuration.filesExclude.description": "Configure patrones globales para excluir carpetas (y archivos si se cambia \"C_Cpp.exclusionPolicy\"). Estos son específicos de la extensión de C/C++ y se agregan a \"files.exclude\", pero a diferencia de \"files.exclude\" no se quitan de la vista del explorador. Más información acerca de los patrones de globales [aquí](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options).", | ||
| "c_cpp.configuration.filesExclude.description": "Configure patrones globales para excluir carpetas (y archivos si se cambia \"C_Cpp. exclusionPolicy\"). Estos son específicos de la extensión de C/C++ y se agregan a \"files. Exclude\", pero a diferencia de \"files. Exclude\" no se quitan de la vista del explorador. Más información acerca de los patrones de globales [aquí](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options).", |
There was a problem hiding this comment.
This is wrong. Ultimately, we need a fix for: microsoft/vscode#125774
There was a problem hiding this comment.
Yes, I pinged the loc team yesterday on that.
| *--------------------------------------------------------------------------------------------*/ | ||
| // Do not edit this file. It is machine generated. | ||
| { | ||
| "c_cpp.capabilities.untrustedWorkspaces.description": "多個設定可能會導致工作區的本機進程得以執行,例如 C_Cpp. clang_format_path、C_Cpp addNodeAddonIncludePaths、C_Cpp. compilerPath、C_Cpp.default.configurationProvider 以及 C_Cpp. compileCommands 以及 c_cpp_properties.js 上的對等屬性。", |
There was a problem hiding this comment.
This is a new regression bug -- can you open a bug on the loc team?
There was a problem hiding this comment.
@Colengms FYI, my clang-tidy branch has these settings strings changed to markdown like `#C_Cpp.<setting>#` so that could make it more obvious to the loc team that they shouldn't be changing it.
No description provided.