Compare commits

..
47 Commits
Author SHA1 Message Date
Sean McManus 886d3c58e9 Merge pull request #9642 from microsoft/main
Merge for 1.12.0
2022-07-26 22:52:45 -07:00
Sean McManus ae17dab804 Fix hover E2E test on Windows. (#9648) 2022-07-26 19:38:33 -07:00
Colen Garoutte-Carson 9fd2438d4c Fix bug introduced by use of new language-client (#9649) 2022-07-26 18:33:40 -07:00
Michelle Matias 1ac61ed3b6 Revert ignoring failures in E2E tests (#9647) 2022-07-26 16:13:25 -07:00
Sean McManus 6bd2bb5fdb Update changelog and version. (#9639)
* Update changelog and version.
2022-07-25 22:36:27 -07:00
Colen Garoutte-Carson ac1e3274ec Display warning for commands when IntelliSenseEngine is Disabled (#9640) 2022-07-25 18:56:03 -07:00
Colen Garoutte-Carson 14be9092a1 Update to latest vscode-languageclient (#9524) 2022-07-25 16:28:49 -07:00
Michelle Matias 5dfb14f86e fix spelling (#9638) 2022-07-25 15:41:42 -07:00
kouhe3 b42091e660 fix inlay hints chinese translate bug. (#9624) 2022-07-25 12:05:45 -07:00
Sean McManus 646f40b8b5 Add .vs exclusion. (#9629) 2022-07-25 11:47:50 -07:00
Michelle Matias c357584ec0 Add inlay hint tests, fix setting update of autoDeclarationTypes.showOnLeft (#9622) 2022-07-22 15:22:32 -07:00
Sean McManus 304858c0cb Merge branch 'release' into main 2022-07-21 15:18:40 -07:00
Sean McManus fa32357231 Update changelog. (#9620) 2022-07-21 15:14:44 -07:00
Sean McManus 8879e4e399 Fix empty inlay hint error. (#9617)
* Fix empty inlay hint error.
2022-07-21 14:40:00 -07:00
Sean McManus f1712ca20b Update terser dependency. (#9608) 2022-07-21 10:00:32 -07:00
Sean McManus 0445fc4207 Merge pull request #9603 from microsoft/main
Merge for 1.11.3
2022-07-19 14:14:52 -07:00
Sean McManus 34c3835151 Merge branch 'insiders' into main 2022-07-19 13:51:11 -07:00
xisui-MSFT f38f551cda Extended remote support (#9569)
* Extended remote support
2022-07-19 13:49:30 -07:00
Sean McManus 93fcc05944 Changelog for 1.11.3. (#9591)
* Changelog for 1.11.3.
2022-07-19 13:39:40 -07:00
ChaseKnowlden 12dbf2cd68 Convert Language Service issue template to github issue forms template (#9578) 2022-07-13 16:05:00 -07:00
Alex Hsu 6a97dd8c93 [Auto] Localization - Translated Strings (#9420) 2022-07-11 21:32:37 -07:00
Sean McManus fe9cfe318a Merge pull request #9518 from microsoft/seanmcm/1_10_8_release
1.10.8 release
2022-07-06 18:07:58 -07:00
Colen Garoutte-Carson 2080e28813 Fix issue in which duplicate compiler args might be used in compiler query (#9532) 2022-07-06 17:19:16 -07:00
Sean McManus 79e846844f Update changelog. 2022-07-06 17:19:06 -07:00
Sean McManus 3a74d10317 Update changelog for 1.10.8 2022-06-28 21:15:10 -07:00
Sean McManus ef637af801 Change C_Cpp.debugShortcut to resource scope (#9514)
Make C_Cpp.debugShortcut resource scope.
2022-06-28 21:12:12 -07:00
Sean McManus 833795da79 Update ThirdPartyNotices.txt (#9516)
* Update ThirdPartyNotices.txt
2022-06-28 21:11:50 -07:00
Chuck Ries 68bc9642f4 Contribute breakpoints for the "rust" language (#9484)
* Contribute breakpoints for the "rust" language

Since rust code can be debugged with this extension, contribute breakpoints for the "rust" language such that the workaround of "allow breakpoints in all files" is no longer required.
2022-06-28 21:11:03 -07:00
Sean McManus a8bae9e3a6 Update yarn.lock. (#9513) 2022-06-28 21:10:32 -07:00
Andrew Wang fe2c5ef04b Update VSCode Telemetry Package to v0.6.2 (#9512)
* Update VSCode Telemetry Package to v0.6.2
2022-06-28 21:10:10 -07:00
Elaheh Rashedi 83521bc682 rename "success" to "succeeded" in telemetry (#9509) 2022-06-28 21:09:32 -07:00
Sean McManus 3263fab54f Merge pull request #9455 from microsoft/seanmcm/1_10_7_cherrypick
Update version and changelog for 1.10.7. (#9454)
2022-06-15 14:10:00 -07:00
Sean McManus 3254d7db33 Update version and changelog for 1.10.7. (#9454) 2022-06-15 13:52:15 -07:00
Sean McManus 77bdf4b028 Merge pull request #9449 from microsoft/seanmcm/1_10_6_cherryPick2
1.10.6 another cherry-pick
2022-06-14 16:40:59 -07:00
Elaheh Rashedi ca16d85890 resolve tasks when IntelliSense is disabled (#9448) 2022-06-14 16:38:11 -07:00
Sean McManus 74f12d8071 Merge pull request #9447 from microsoft/seanmcm/1_10_6_cherryPick
Merge for 1.10.6
2022-06-14 14:30:26 -07:00
Sean McManus dc6b33eda2 Update version and changelog. (#9440)
* Update version and changelog.
2022-06-14 14:09:36 -07:00
Sean McManus bde931bc3a Remove legacyCompilerArgsBehavior deprecation. (#9439) 2022-06-14 14:09:07 -07:00
Sean McManus 872c86ad20 Fix error that occurred when resolving a merge conflict. (#9424) 2022-06-08 10:47:07 -07:00
Sean McManus 6736b6771f Merge pull request #9421 from microsoft/seanmcm/1_10_5_release
Merge for 1.10.5
2022-06-08 10:07:33 -07:00
Sean McManus 4b4ea51138 Merge branch 'release' into seanmcm/1_10_5_release 2022-06-07 21:48:48 -07:00
Colen Garoutte-Carson 380dcbbb58 Fix changelog release date for 1.9.8 (#9210) 2022-04-20 11:26:20 -07:00
Colen Garoutte-Carson 0a002db1e5 Merge pull request #9206 from microsoft/coleng/1.9.8-cherry-picks 2022-04-19 17:12:24 -07:00
Colen Garoutte-Carson b5b1c2b9df Update changelog for 1.9.8 (#9207) 2022-04-19 17:10:46 -07:00
Colen Garoutte-Carson dd8f358076 Fix exception when IntelliSenseEngine is Diabled (#9178) 2022-04-19 16:34:07 -07:00
Andrew Wang 34cd49174e Add back 'aiKey' in package.json (#9183)
* Add back 'aiKey' in package.json

* Add _aiKeyComment
2022-04-19 16:33:47 -07:00
Sean McManus 2874fd2600 Merge pull request #9070 from microsoft/main
Merge for 1.9.7
2022-03-22 18:52:16 -07:00
173 changed files with 2515 additions and 557 deletions
@@ -1,65 +0,0 @@
---
name: Bug Report - Language Service
about: 'Create a bug report for IntelliSense, autocomplete, code editing, code navigation, etc.'
title: ''
labels: ''
assignees: ''
---
Bug type: Language Service
<!-- Prior to creating a bug report, please review:
📝 Existing issues at https://github.com/Microsoft/vscode-cpptools/issues
📜 Our documentation at https://code.visualstudio.com/docs/languages/cpp
📙 FAQs at https://code.visualstudio.com/docs/cpp/faq-cpp
-->
**Describe the bug**
- OS and Version:
- VS Code Version:
- C/C++ Extension Version:
- Other extensions you installed (and if the issue persists after disabling them):
- If using SSH remote, specify OS of remote machine:
- A clear and concise description of what the bug is, including information about the workspace (i.e. is the workspace a single project or multiple projects, size of the project, etc).
**Steps to reproduce**
<!-- Provide clear steps to reproduce the bug: -->
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->
**Code sample and logs**
<!-- Please provide code sample, your c_cpp_properties.json and logs. -->
- Code sample
- Configurations in `c_cpp_properties.json`
- Logs from running `C/C++: Log Diagnostics` from the VS Code command palette
- Logs from [the language server logging](https://code.visualstudio.com/docs/cpp/enable-logging-cpp#_enable-logging-for-the-language-server)
**Screenshots**
<!-- If applicable, add screenshots to help explain your problem. -->
**Additional context**
<!--
Providing call stacks:
For bugs like crashes, deadlocks, infinite loops, etc. that we are not able to repro and for which the call stack may be useful, please attach a debugger and/or create a dmp and provide the call stacks. Windows binaries have symbols available in VS Code by setting your "symbolSearchPath" to "https://msdl.microsoft.com/download/symbols".
Instructions for attaching debugger to language service process:
https://github.com/microsoft/vscode-cpptools/wiki/Attaching-debugger-to-cpptools-or-cpptools%E2%80%90srv.
Performance analysis:
For a performance issue see instructions at https://github.com/microsoft/vscode-cpptools/wiki/Troubleshooting-Performance-Issues.
-->
@@ -0,0 +1,86 @@
name: Bug Report - Language Service
description: Create a bug report for IntelliSense, autocomplete, code editing, code navigation, etc.
body:
- type: markdown
attributes:
value: |
### Is there an existing issue for this?
Please search our [existing issues](https://github.com/microsoft/vscode-cpptools/issues) to see if an issue already exists for the bug you encountered.
Please also review our [documentation](https://code.visualstudio.com/docs/languages/cpp) and [FAQs](https://code.visualstudio.com/docs/cpp/faq-cpp).
- type: textarea
attributes:
label: Environment
description: |
Please provide the information for the following:
- OS and Version
- VS Code Version
- C/C++ Extension Version
- Other extensions you installed (and if the issue persists after disabling them)
- If using SSH remote, specify OS of remote machine
- A clear and concise description of what the bug is, including information about the workspace (i.e. is the workspace a single project or multiple projects, size of the project, etc).
value: |
- OS and Version:
- VS Code Version:
- C/C++ Extension Version:
- Other extensions you installed (and if the issue persists after disabling them):
- If using SSH remote, specify OS of remote machine:
- A clear and concise description of what the bug is, including information about the workspace (i.e. is the workspace a single project or multiple projects, size of the project, etc).
validations:
required: true
- type: textarea
attributes:
label: Bug Summary and Steps to Reproduce
description: |
Please describe the language service issue or language service feature that is not working as expected.
Include clear steps on how to reproduce the issue.
value: |
Bug Summary:
Steps to reproduce:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: false
- type: textarea
attributes:
label: Code sample and Logs
description: |
Please provide code sample, your c_cpp_properties.json and logs:
- Code sample
- Configurations in `c_cpp_properties.json`
- Logs from running `C/C++: Log Diagnostics` from the VS Code command palette
- Logs from [the language server logging](https://code.visualstudio.com/docs/cpp/enable-logging-cpp#_enable-logging-for-the-language-server)
render: shell
validations:
required: true
- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
validations:
required: false
- type: textarea
attributes:
label: Additional context
description: |
Providing call stacks:
For bugs like crashes, deadlocks, infinite loops, etc. that we are not able to repro and for which the call stack may be useful, please attach a debugger and/or create a dmp and provide the call stacks. Windows binaries have symbols available in VS Code by setting your "symbolSearchPath" to "https://msdl.microsoft.com/download/symbols".
Instructions for attaching debugger to language service process:
https://github.com/microsoft/vscode-cpptools/wiki/Attaching-debugger-to-cpptools-or-cpptools%E2%80%90srv.
Performance analysis:
For a performance issue see instructions at https://github.com/microsoft/vscode-cpptools/wiki/Troubleshooting-Performance-Issues.
validations:
required: false
+39 -21
View File
@@ -1,41 +1,59 @@
# C/C++ for Visual Studio Code Change Log
## Version 1.11.2 (pre-release): July 8, 2022
### Enhancements
## Version 1.12.0 (pre-release): July 27, 2022
## Enhancements
* Show an informative message when an IntelliSense-related command is executed while IntelliSense is disabled. [#9614](https://github.com/microsoft/vscode-cpptools/issues/9614)
* Add the `.vs` folder to the default exclusions. [PR #9629](https://github.com/microsoft/vscode-cpptools/pull/9629)
## Bug Fixes
* Fix some IntelliSense parsing bugs. [#3683](https://github.com/microsoft/vscode-cpptools/issues/3683), [#6659](https://github.com/microsoft/vscode-cpptools/issues/6659)
* Fix `.` to `->` completion in functions defined in the class/struct definition. [#9599](https://github.com/microsoft/vscode-cpptools/issues/9599)
* Fix inlay hint filtering not working with some cases of whitespace. [#9606](https://github.com/microsoft/vscode-cpptools/issues/9606)
* Fix Chinese translation mistakes.
* kouhe3 (@kouhe3) [PR #9624](https://github.com/microsoft/vscode-cpptools/pull/9624)
* Fix IntelliSense error with ARM register declarations. [#9627](https://github.com/microsoft/vscode-cpptools/issues/9627)
* Fix files with a `.c` extension not using a C++ `std` version passed in the `compilerArgs` or `compilerFragments`. [#9628](https://github.com/microsoft/vscode-cpptools/issues/9628)
* Fix unnecessary IntelliSense process restarting on file creation handling. [#9630](https://github.com/microsoft/vscode-cpptools/issues/9630)
* Fix potential crashes on shutdown.
## Version 1.11.4: July 21, 2022
## New Features
* Add inlay hints for parameters and auto types. [#5845](https://github.com/microsoft/vscode-cpptools/issues/5845)
* Add extended remote support for debugging. [#8497](https://github.com/microsoft/vscode-cpptools/issues/8497), [#9195](https://github.com/microsoft/vscode-cpptools/issues/9195), [#9491](https://github.com/microsoft/vscode-cpptools/discussions/9491), [#9505](https://github.com/microsoft/vscode-cpptools/issues/9505)
## Enhancements
* Add deploySteps and variables to cppdbg. [PR #9418](https://github.com/microsoft/vscode-cpptools/pull/9418)
## Version 1.11.1 (pre-release): July 7, 2022
### Enhancements
* Move "auto" inlay hints to the right by default and add `C_Cpp.inlayHints.autoDeclarationTypes.showOnLeft`. [#9478](https://github.com/microsoft/vscode-cpptools/issues/9478)
* Allow breakpoints for Rust debugging. [PR #9484](https://github.com/microsoft/vscode-cpptools/pull/9484)
* Remove `_` from the start of parameter inlay hints and add `C_Cpp.inlayHints.parameterNames.hideLeadingUnderscores`. [#9485](https://github.com/microsoft/vscode-cpptools/issues/9485)
* Add `C_Cpp.inlayHints.referenceOperator.showSpace` setting. [#9486](https://github.com/microsoft/vscode-cpptools/issues/9486)
* Make `C_Cpp.debugShortcut` settable per-workspace folder. [PR #9514](https://github.com/microsoft/vscode-cpptools/pull/9514)
### Bug Fixes
## Bug Fixes
* Fix "unknown register name" IntelliSense error. [#4382](https://github.com/microsoft/vscode-cpptools/issues/4382)
* Fix performance issue with tag parsing a file with a lot of defines. [#6454](https://github.com/microsoft/vscode-cpptools/issues/6454)
* Fix IntelliSense with gcc vector extension types. [#6890](https://github.com/microsoft/vscode-cpptools/issues/6890)
* Fix doc comments for macros and typedefs. [#8320](https://github.com/microsoft/vscode-cpptools/issues/8320)
* Fix issue with CUDA configuration when using a custom config provider and no config is available for the file. [#8483](https://github.com/microsoft/vscode-cpptools/issues/8483)
* Fix missing logging when `C_Cpp.intelliSenseEngine` is set to `"Disabled"`. [#9277](https://github.com/microsoft/vscode-cpptools/issues/9277)
* Fix doxygen comments not being displayed for multiple adjacent `@brief` or `@return` tags. [#9316](https://github.com/microsoft/vscode-cpptools/issues/9316)
* Fix the code analysis "disable" option not automatically clearing the disabled diagnostics. [#9364](https://github.com/microsoft/vscode-cpptools/issues/9364)
* Fix `-isystem` not being used for system headers with code analysis. [#9366](https://github.com/microsoft/vscode-cpptools/issues/9366)
* Fix compiler querying for EDG-based compilers. [#9410](https://github.com/microsoft/vscode-cpptools/issues/9410)
* Fix bug with the environment being incorrect when compiler querying. [#9472](https://github.com/microsoft/vscode-cpptools/issues/9472)
* Fix inlay hints not having padding on the left if there is no existing space. [#9479](https://github.com/microsoft/vscode-cpptools/issues/9479)
* Fix duplicate inlay hints appearing sometimes. [#9487](https://github.com/microsoft/vscode-cpptools/issues/9487)
* Fix duplicate compiler args in compiler query with custom configuration providers using cpptools-api prior to v6. [#9531](https://github.com/microsoft/vscode-cpptools/issues/9531)
* Fix hiding IntelliSense dependent commands when `C_Cpp.intelliSenseEngine` is `"Disabled"`. [#9451](https://github.com/microsoft/vscode-cpptools/issues/9451)
* Fix cl.exe build tasks not showing for .c files and .c build tasks being cached for .cpp files (and vice versa). [PR #9544](https://github.com/microsoft/vscode-cpptools/pull/9544)
* Fix process launching concurrency issues on Windows.
* Fix code analysis not detecting warnings with relative paths. [#9555](https://github.com/microsoft/vscode-cpptools/issues/9555)
* Fix `--header-filter` being used with clang-tidy when it shouldn't when a .clang-tidy file exists. [#9566](https://github.com/microsoft/vscode-cpptools/issues/9566)
* Fix code analysis giving an error with `__has_include` with gcc 9. [#9575](https://github.com/microsoft/vscode-cpptools/issues/9575)
* Fix `-target` not being processed in `compilerArgs`. [#9586](https://github.com/microsoft/vscode-cpptools/issues/9586)
## Version 1.11.0 (pre-release): June 20, 2022
### New Features
* Add inlay hints for parameters and auto types. [#5845](https://github.com/microsoft/vscode-cpptools/issues/5845)
## Version 1.10.8: July 7, 2022
### Enhancements
* Allow breakpoints for Rust debugging. [PR #9484](https://github.com/microsoft/vscode-cpptools/pull/9484)
* Make `C_Cpp.debugShortcut` settable per-workspace folder. [PR #9514](https://github.com/microsoft/vscode-cpptools/pull/9514)
### Bug Fixes
* Fix doxygen comments not being displayed for multiple adjacent `@brief` or `@return` tags. [#9316](https://github.com/microsoft/vscode-cpptools/issues/9316)
* Fix crash if clang-tidy returns a replacement with an empty FilePath. [#9437](https://github.com/microsoft/vscode-cpptools/issues/9437)
* Fix hiding IntelliSense dependent commands when `C_Cpp.intelliSenseEngine` is `"Disabled"`. [#9451](https://github.com/microsoft/vscode-cpptools/issues/9451)
* Fix skipping the compiler argument after `-c`. [#9453](https://github.com/microsoft/vscode-cpptools/issues/9453)
* Fix `-std:c++20` not being handled with cl.exe. [#9458](https://github.com/microsoft/vscode-cpptools/issues/9458)
* Fix bug with the environment being incorrect when compiler querying. [#9472](https://github.com/microsoft/vscode-cpptools/issues/9472)
* Fix duplicate compiler args in compiler query with custom configuration providers using cpptools-api prior to v6. [#9531](https://github.com/microsoft/vscode-cpptools/issues/9531)
* Fix process launching concurrency issues on Windows.
## Version 1.10.7: June 15, 2022
### Bug Fixes
+36
View File
@@ -171,6 +171,13 @@
"c_cpp.configuration.inactiveRegionOpacity.markdownDescription": "控制非活动预处理器块的不透明度。在 `0.1` 和 `1.0` 之间进行缩放。仅当启用非活动区域暗化时,此设置才适用。",
"c_cpp.configuration.inactiveRegionForegroundColor.description": "控制非活动预处理程序块的字体颜色。输入的格式为十六进制颜色代码或有效的主题颜色。如果未设置,则默认为编辑器的语法颜色方案。此设置仅在启用非活动区域变暗时适用。",
"c_cpp.configuration.inactiveRegionBackgroundColor.description": "控制非活动预处理程序块的背景颜色。输入的格式为十六进制颜色代码或有效的主题颜色。如果未设置,则默认为透明。此设置仅在启用了非活动区域变暗时适用。",
"c_cpp.configuration.inlayHints.autoDeclarationTypes.enabled.markdownDescription": "在声明中使用 `auto` 时显示推导类型的内嵌提示:\n```cpp \n\n auto index /* : int */ = 0;\n```",
"c_cpp.configuration.inlayHints.autoDeclarationTypes.showOnLeft.markdownDescription": "在标识符左侧声明中使用 `auto` 时显示推导类型的内嵌提示:\n```cpp \n\n auto /* int */ index = 0;\n```",
"c_cpp.configuration.inlayHints.parameterNames.enabled.markdownDescription": "显示参数名称的内嵌提示:\n```cpp \n\n int a = getArea(/* width: */ x, /* height: */ y);\n```",
"c_cpp.configuration.inlayHints.parameterNames.hideLeadingUnderscores.markdownDescription": "在参数名称提示中隐藏开头的`_`。",
"c_cpp.configuration.inlayHints.parameterNames.suppressWhenArgumentContainsName.markdownDescription": "当参数文本或内联注释包含参数名称时,隐藏参数名称提示:\n```cpp \n\n int a = getArea(width, /* height: */ y);\n```",
"c_cpp.configuration.inlayHints.referenceOperator.enabled.markdownDescription": "显示非 const 引用传递的参数的内嵌提示引用运算符 `&`:\n```cpp \n\n swap(/* &first: */ str1, /* &last: */ str2);\n```",
"c_cpp.configuration.inlayHints.referenceOperator.showSpace.markdownDescription": "控制在 `&` 后是否显示非常量引用传递的参数的空格:\n```cpp \n\n swap(/* & first: */ str1, /* & last: */ str2);\n```",
"c_cpp.configuration.loggingLevel.markdownDescription": "输出面板中日志记录的详细程度。从最不详细到最详细的级别顺序为: `None` < `Error` < `Warning` < `Information` < `Debug`。",
"c_cpp.configuration.autoAddFileAssociations.markdownDescription": "控制当文件为 C/C++ 文件中导航操作的目标时,其是否自动添加到 `#files.associations#`。",
"c_cpp.configuration.workspaceParsingPriority.markdownDescription": "控制分析非活动工作区文件是否使用睡眠以避免使用 100% CPU。值 `highest`/`high`/`medium`/`low` 对应于约 100/75/50/25% 的 CPU 使用率。",
@@ -299,6 +306,35 @@
"c_cpp.debuggers.hardwareBreakpoints.description": "对远程目标的硬件断点行为的显式控制。",
"c_cpp.debuggers.hardwareBreakpoints.require.description": "如果为 true,请始终使用硬件断点。默认值为 false。",
"c_cpp.debuggers.hardwareBreakpoints.limit.description": "要使用的可用硬件断点数量的可选限制。仅在“需要”为 true 且“限制”大于 0 时强制使用。默认值为 0。",
"c_cpp.debuggers.variables.description": "此启动配置中递归替换的变量。每个变量都可以引用其他变量。",
"c_cpp.debuggers.variables.properties.description": "此启动配置中递归替换的变量。该值可以引用其他变量。",
"c_cpp.debuggers.host.description": "主机信息。",
"c_cpp.debuggers.host.user.description": "登录到主机的用户。",
"c_cpp.debuggers.host.hostName.description": "主机名。",
"c_cpp.debuggers.host.port.description": "主机上的 SSH 端口。默认值为 22。",
"c_cpp.debuggers.host.jumpHost.description": "首先连接到跳转主机以连接到目标主机。",
"c_cpp.debuggers.host.localForward.description": "将本地(客户端)主机上给定 TCP 端口或 Unix 套接字的连接转发到远程端上的给定主机和端口或 Unix 套接字",
"c_cpp.debuggers.host.localForward.bindAddress.description": "本地地址",
"c_cpp.debuggers.host.localForward.port.description": "本地端口",
"c_cpp.debuggers.host.localForward.host.description": "主机名",
"c_cpp.debuggers.host.localForward.hostPort.description": "主机端口",
"c_cpp.debuggers.host.localForward.localSocket.description": "本地套接字",
"c_cpp.debuggers.host.localForward.remoteSocket.description": "远程套接字",
"c_cpp.debuggers.deploySteps.description": "部署应用程序所需的步骤。顺序很重要。",
"c_cpp.debuggers.deploySteps.scp.description": "使用 SCP 复制文件。",
"c_cpp.debuggers.deploySteps.scp.files.description": "要通过 SCP 复制的文件。支持路径模式。",
"c_cpp.debuggers.deploySteps.scp.targetDir.description": "目标目录。",
"c_cpp.debuggers.deploySteps.scp.scpPath.description": "SCP 的可选完整路径。假定 SCP 位于 PATH 上(如果未指定)",
"c_cpp.debuggers.deploySteps.debug": "如果为 true,则在不调试的情况下启动时跳过。如果为 false,则在开始调试时跳过。如果未定义,则从不跳过。",
"c_cpp.debuggers.deploySteps.ssh.description": "SSH 命令步骤。",
"c_cpp.debuggers.deploySteps.ssh.command.description": "要通过 SSH 执行的命令。SSH 命令中 \"-c\" 后面的命令。",
"c_cpp.debuggers.deploySteps.ssh.sshPath.description": "SSH 的可选完整路径。假定 SSH 位于 PATH 上(如果未指定)",
"c_cpp.debuggers.deploySteps.continueOn.description": "输出中的可选完成模式。在输出中看到此模式时,无论此步骤是否返回,都继续执行部署过程。",
"c_cpp.debuggers.deploySteps.shell.description": "shell 命令步骤。",
"c_cpp.debuggers.deploySteps.shell.command.description": "要执行的 shell 命令。",
"c_cpp.debuggers.vsCodeCommand.description": "要调用的 VS Code 命令。可以是 VS Code 或活动扩展中的命令。",
"c_cpp.debuggers.vsCodeCommand.command.description": "要调用的 VS Code 命令。",
"c_cpp.debuggers.vsCodeCommand.args.description": "VS Code 命令的参数。",
"c_cpp.taskDefinitions.name.description": "任务名称。",
"c_cpp.taskDefinitions.command.description": "执行编译的编译器或脚本的路径。",
"c_cpp.taskDefinitions.args.description": "其他要传递给编译器或编译脚本的参数。",
@@ -11,6 +11,7 @@
"lldb.framework.install.xcode": "详细信息",
"lldb.framework.not.found": "找不到用于 lldb-mi 的 \"LLDB.framework\"。请安装 XCode 或 XCode 命令行工具。",
"debugger.launchConfig": "启动配置:",
"vs.code.1.69+.required": "\"deploySteps\" 需要 VS Code 1.69+。",
"pre.Launch.Task": "preLaunchTask: {0}",
"build.and.debug.active.file": "生成和调试活动文件",
"cl.exe.not.available": "仅当从 VS 开发人员命令提示符处运行 VS Code 时,{0} 生成和调试才可用。",
@@ -29,6 +30,12 @@
"cannot.build.non.cpp": "无法生成和调试,因为活动文件不是 C 或 C++ 源文件。",
"no.compiler.found": "未找到编译程序",
"select.debug.configuration": "选择调试配置",
"command.args.must.be.array": "命令部署步骤中的 \"args\" 必须为数组。",
"missing.properties.scp": "scp 步骤中需要 \"host\"、\"files\" 和 \"targetDir\"。",
"incorrect.files.type.scp": "\"files\" 必须为 scp 步骤中的字符串或字符串数组。",
"missing.properties.ssh": "SSH 步骤需要 \"host\" 和 \"command\"。",
"missing.properties.shell": "shell 步骤需要 \"command\"。",
"deploy.step.type.not.supported": "不支持部署步骤类型 {0}。",
"unexpected.os": "意外的 OS 类型",
"path.to.pipe.program": "管道程序的完整路径,如 {0}",
"enable.pretty.printing": "为 {0} 启用整齐打印",
@@ -4,16 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fix_all_code_analysis_problems": "修复所有代码分析问题",
"clear_all_code_analysis_problems": "清除所有代码分析问题",
"c.cpp.debug.protocol": "C/C++ 调试协议",
"c.cpp.warnings": "C/C++ 配置警告",
"fix_all_type_problems": "修复所有 {0} 问题",
"disable_all_type_problems": "禁用所有 {0} 问题",
"clear_all_type_problems": "清除所有{0}问题",
"clear_this_problem": "清除此 {0} 问题",
"fix_this_problem": "修复此 {0} 问题",
"show_documentation_for": "显示 {0} 文档",
"unable.to.start": "无法启动 C/C++ 语言服务器。IntelliSense 功能将被禁用。错误: {0}",
"check.permissions": "EPERM: 检查“{0}”的权限",
"server.crashed2": "在过去 3 分钟内,语言服务器崩溃了 5 次。它不会重新启动。",
@@ -23,7 +13,6 @@
"allow.button": "允许",
"dont.allow.button": "不允许",
"ask.me.later.button": "稍后询问我",
"c.cpp.diagnostics": "C/C++ 诊断",
"dismiss.button": "消除",
"diable.warnings.button": "禁用警告",
"unable.to.provide.configuration": "{0} 无法为“{1}”提供 IntelliSense 配置信息。将改为使用“{2}”配置中的设置。",
@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fix_all_code_analysis_problems": "修复所有代码分析问题",
"clear_all_code_analysis_problems": "清除所有代码分析问题",
"fix_all_type_problems": "修复所有 {0} 问题",
"disable_all_type_problems": "禁用所有 {0} 问题",
"clear_all_type_problems": "清除所有{0}问题",
"clear_this_problem": "清除此 {0} 问题",
"fix_this_problem": "修复此 {0} 问题",
"show_documentation_for": "显示 {0} 文档"
}
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"c.cpp.symbolscope.separator": "{0}{1}"
}
@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"local.forward.local.conflict": "在 localForwards 中,不能同时使用 \"bindAddress\" 或 \"port\" 指定 \"localSocket\"",
"local.forward.local.missing": "localForwards 中需要 \"port\" 或 \"localSocket\"",
"local.forward.remote.conflict": "在 localForwards 中,不能同时使用 \"host\" 或 \"hostPort\" 指定 \"remoteSocket\"",
"local.forward.remote.missing": "localForwards 中需要 \"host\" 和 \"hostPort\" 或 \"remoteSocket\""
}
@@ -0,0 +1,20 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ssh.canceled": "已取消 SSH 命令",
"ssh.passphrase.input.box": "输入 ssh 密钥的密码{0}",
"ssh.enter.password.for.user": "输入用户 \"{0}\" 的密码",
"ssh_message_enterPassword": "输入密码",
"ssh.continue.confirmation.placeholder": "您确定要继续吗?",
"ssh.host.key.confirmation.title": "\"{0}\" 具有指纹 \"{1}\"。",
"continue": "继续",
"cancel": "取消",
"ssh.terminal.command.canceled": "已取消 \"{0}\" 终端命令。",
"ssh.terminal.command.done": "已完成 \"{0}\" 终端命令。",
"ssh.continuing.command.canceled": "已取消任务 \"{0}\",但基础命令可能不会终止。请手动进行检查。",
"ssh.process.failed": "\"{0}\" 进程失败: {1}",
"ssh.wrote.data.to.terminal": "\"{0}\" 已将数据写入终端: \"{1}\"。"
}
+4 -3
View File
@@ -7,11 +7,12 @@
"failed.to.parse.json": "未能分析 json 文件,可能是因注释或尾部逗号所致。",
"extension.not.ready": "C/C++ 扩展仍在安装。请查看输出窗口获取详细信息。",
"refer.read.me": "请参阅 {0} 了解疑难解答信息。可在 {1} 处创建问题",
"process.exited.with.code": "{0} 已退出,收到错误代码 {1}",
"process.exited": "已退出进程,代码 {0}",
"process.succeeded": "已成功执行进程。",
"killing.process": "正在终止进程 {0}",
"warning.file.missing": "警告: 缺少预期的文件 {0}。",
"warning.debugging.not.tested": "警告: 尚未为此平台测试调试。",
"reload.workspace.for.changes": "重新加载工作区以使设置更改生效。",
"reload.string": "重新加载",
"invalid.download.location.received": "接收的下载位置无效",
"c.cpp.symbolscope.separator": "{0}{1}"
"invalid.download.location.received": "接收的下载位置无效"
}
+12
View File
@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"max.recursion.reached": "已达到最大字符串扩展递归。可能存在循环引用。",
"invalid.var.reference": "字符串: {1} 中的变量引用 {0} 无效。",
"env.var.not.found": "找不到环境变量 {0}",
"commands.not.supported": "字符串: {0} 不支持命令。",
"exception.executing.command": "执行字符串: {1} {2} 的命令 {0} 时出现异常。"
}
+10
View File
@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "C/C++ 诊断",
"c.cpp.debug.protocol": "C/C++ 调试协议",
"c.cpp.warnings": "C/C++ 配置警告"
}
+1
View File
@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"macos.version.deprecated": "C/C++ 扩展的版本比 {0} 更新的版本至少需要 macOS 版本 {1}。",
"intellisense.disabled": "已禁用 intelliSenseEngine",
"more.info.button": "详细信息",
"ignore.button": "忽略",
"vsix.platform.incompatible": "已安装的 C/C++ 扩展与系统不匹配。",
+36
View File
@@ -171,6 +171,13 @@
"c_cpp.configuration.inactiveRegionOpacity.markdownDescription": "控制非作用中前置處理器區塊的不透明度。在 `0.1` 與 `1.0` 之間縮放。只有在啟用非作用中區域變暗時,才會套用此設定。",
"c_cpp.configuration.inactiveRegionForegroundColor.description": "控制非作用中前置處理器區塊的前景色彩。輸入的格式為十六進位色彩代碼或有效的佈景主題色彩。若未設定,會預設為編輯器的語法著色配置。只有在啟用非作用中區域變暗時,才會套用此設定。",
"c_cpp.configuration.inactiveRegionBackgroundColor.description": "控制非作用中前置處理器區塊的背景色彩。輸入的格式為十六進位色彩代碼或有效的佈景主題色彩。若未設定,會預設為透明。只有在啟用非作用中區域變暗時,才會套用此設定。",
"c_cpp.configuration.inlayHints.autoDeclarationTypes.enabled.markdownDescription": "宣告中使用 `auto` 時,顯示推算類型的內嵌提示:\n```cpp \n\n auto index /* : int */ = 0;\n```",
"c_cpp.configuration.inlayHints.autoDeclarationTypes.showOnLeft.markdownDescription": "在識別碼左側的宣告中使用 `auto` 時,顯示推算類型的內嵌提示:\n```cpp \n\n auto /* int */ index = 0;\n```",
"c_cpp.configuration.inlayHints.parameterNames.enabled.markdownDescription": "顯示參數名稱的內嵌提示:\n```cpp \n\n int a = getArea(/* width: */ x, /* height: */ y);\n```",
"c_cpp.configuration.inlayHints.parameterNames.hideLeadingUnderscores.markdownDescription": "隱藏參數名稱提示中的前置 `_`。",
"c_cpp.configuration.inlayHints.parameterNames.suppressWhenArgumentContainsName.markdownDescription": "當引數文字或內嵌註解包含參數名稱時,隱藏參數名稱提示:\n```cpp \n\n int a = getArea(width, /* height: */ y);\n```",
"c_cpp.configuration.inlayHints.referenceOperator.enabled.markdownDescription": "顯示非 const 參照所傳遞之參數的內嵌提示參照運算子 `&`:\n```cpp \n\n swap(/* &first: */ str1, /* &last: */ str2);\n```",
"c_cpp.configuration.inlayHints.referenceOperator.showSpace.markdownDescription": "控制是否針對非 const 參照所傳遞的參數在 `&` 之後顯示空格:\n```cpp \n\n swap(/* & first: */ str1, /* & last: */ str2);\n```",
"c_cpp.configuration.loggingLevel.markdownDescription": "輸出面板中記錄的詳細程度。從最不詳細到最詳細的層級順序為: `None` < `Error` < `Warning` < `Information` < `Debug`。",
"c_cpp.configuration.autoAddFileAssociations.markdownDescription": "控制是否會在檔案為 C/C++ 檔案的瀏覽作業目標時,自動將檔案新增至 `#files.associations#`。",
"c_cpp.configuration.workspaceParsingPriority.markdownDescription": "控制非作用中工作區檔案的剖析是否會使用睡眠來避免使用 100% 的 CPU。值 `highest`/`high`/`medium`/`low` 會約略對應至 100/75/50/25% CPU 使用率。",
@@ -299,6 +306,35 @@
"c_cpp.debuggers.hardwareBreakpoints.description": "明確控制遠端目標的硬體中斷點行為。",
"c_cpp.debuggers.hardwareBreakpoints.require.description": "如果為 True,請一律使用硬體中斷點。預設為 False。",
"c_cpp.debuggers.hardwareBreakpoints.limit.description": "可用硬體中斷點數目的選用限制。只有在「需要」為 True 且「限制」大於 0 時強制執行。預設為 0。",
"c_cpp.debuggers.variables.description": "用於在此啟動設定中遞迴替代的變數。每個變數可能參照其他項目。",
"c_cpp.debuggers.variables.properties.description": "用於在此啟動設定中遞迴替代的變數。值可能參照其他變數。",
"c_cpp.debuggers.host.description": "主機資訊。",
"c_cpp.debuggers.host.user.description": "使用者登入主機。",
"c_cpp.debuggers.host.hostName.description": "主機名稱。",
"c_cpp.debuggers.host.port.description": "主機上的 SSH 連接埠。預設值為 22。",
"c_cpp.debuggers.host.jumpHost.description": "先與跳板機建立連線,以連線至目標主機。",
"c_cpp.debuggers.host.localForward.description": "將通往至本機 (用戶端) 主機上指定的 TCP 連接埠或 Unix 通訊端的連線轉送至遠端上指定的主機和連接埠或 Unix 通訊端",
"c_cpp.debuggers.host.localForward.bindAddress.description": "本機位址",
"c_cpp.debuggers.host.localForward.port.description": "本機連接埠",
"c_cpp.debuggers.host.localForward.host.description": "主機名稱",
"c_cpp.debuggers.host.localForward.hostPort.description": "主機連接埠",
"c_cpp.debuggers.host.localForward.localSocket.description": "本機通訊端",
"c_cpp.debuggers.host.localForward.remoteSocket.description": "遠端通訊端",
"c_cpp.debuggers.deploySteps.description": "部署應用程式所需的步驟。順序很重要。",
"c_cpp.debuggers.deploySteps.scp.description": "使用 SCP 複製檔案。",
"c_cpp.debuggers.deploySteps.scp.files.description": "要透過 SCP 複製的檔案。支援路徑模式。",
"c_cpp.debuggers.deploySteps.scp.targetDir.description": "目標目錄。",
"c_cpp.debuggers.deploySteps.scp.scpPath.description": "SCP 的選用完整路徑。如果未指定,則會假設 SCP 在 PATH 上",
"c_cpp.debuggers.deploySteps.debug": "如果為 True,則在啟動而不偵錯的情況下略過。如果為 False,則在啟動而偵錯的情況下略過。如果未定義,則永不略過。",
"c_cpp.debuggers.deploySteps.ssh.description": "SSH 命令步驟。",
"c_cpp.debuggers.deploySteps.ssh.command.description": "要透過 SSH 執行的命令。SSH 命令中 '-c' 之後的命令。",
"c_cpp.debuggers.deploySteps.ssh.sshPath.description": "SSH 的選用完整路徑。如果未指定,則會假設 SSH 在 PATH 上",
"c_cpp.debuggers.deploySteps.continueOn.description": "輸出中選用的完成模式。當輸出中出現此模式,則會繼續執行部署程序 (而無論此步驟是否傳回)。",
"c_cpp.debuggers.deploySteps.shell.description": "殼層命令步驟。",
"c_cpp.debuggers.deploySteps.shell.command.description": "要執行的殼層命令。",
"c_cpp.debuggers.vsCodeCommand.description": "要叫用的 VS Code 命令。可以是 VS Code 中的命令或使用中的延伸模組。",
"c_cpp.debuggers.vsCodeCommand.command.description": "要叫用的 VS Code 命令。",
"c_cpp.debuggers.vsCodeCommand.args.description": "VS Code 命令的引數。",
"c_cpp.taskDefinitions.name.description": "工作的名稱。",
"c_cpp.taskDefinitions.command.description": "執行編譯的編譯器或指令碼路徑。",
"c_cpp.taskDefinitions.args.description": "要傳遞給編譯器或編譯指令碼的其他引數。",
@@ -11,6 +11,7 @@
"lldb.framework.install.xcode": "更多資訊",
"lldb.framework.not.found": "找不到 lldb-mi 的 'LLDB.framework'。請安裝 XCode 或 XCode 命令列工具。",
"debugger.launchConfig": "啟動設定:",
"vs.code.1.69+.required": "'deploySteps' 需要 VS Code 1.69+。",
"pre.Launch.Task": "preLaunchTask: {0}",
"build.and.debug.active.file": "建置及偵錯使用中的檔案",
"cl.exe.not.available": "只有從 VS 的開發人員命令提示字元執行 VS Code 時,才可使用 {0} 組建和偵錯。",
@@ -29,6 +30,12 @@
"cannot.build.non.cpp": "因為作用中的檔案不是 C 或 C++ 來源檔案,所以無法建立和偵錯。",
"no.compiler.found": "找不到任何編譯器",
"select.debug.configuration": "選取偵錯設定",
"command.args.must.be.array": "命令部署步驟中的 \"args\" 必須是陣列。",
"missing.properties.scp": "scp 步驟中需要 \"host\"、\"files\" 和 \"targetDir\"。",
"incorrect.files.type.scp": "\"files\" 必須是 scp 步驟中的字串或字串陣列。",
"missing.properties.ssh": "ssh 步驟中需要 \"host\" 和 \"command\"。",
"missing.properties.shell": "殼層步驟需要 \"command\"。",
"deploy.step.type.not.supported": "不支援部署步驟類型 {0}。",
"unexpected.os": "未預期的 OS 類型",
"path.to.pipe.program": "管道程式的完整路徑,例如 {0}",
"enable.pretty.printing": "啟用 {0} 的美化顯示",
@@ -4,16 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fix_all_code_analysis_problems": "修正所有程式碼分析問題",
"clear_all_code_analysis_problems": "清除所有程式碼分析問題",
"c.cpp.debug.protocol": "C/C++ 偵錯通訊協定",
"c.cpp.warnings": "C/C++ 設定警告",
"fix_all_type_problems": "修正所有 {0} 問題",
"disable_all_type_problems": "停用所有 {0} 問題",
"clear_all_type_problems": "清除所有 {0} 問題",
"clear_this_problem": "清除此 {0} 問題",
"fix_this_problem": "修正此 {0} 問題",
"show_documentation_for": "顯示 {0} 的文件",
"unable.to.start": "無法啟動 C/C + + 語言伺服器。將停用 IntelliSense 功能。錯誤: {0}",
"check.permissions": "EPERM: 檢查 '{0}' 的權限",
"server.crashed2": "語言伺服器在過去 3 分鐘內發生 5 次故障。將不會重新啟動。",
@@ -23,7 +13,6 @@
"allow.button": "允許",
"dont.allow.button": "不允許",
"ask.me.later.button": "稍後詢問我",
"c.cpp.diagnostics": "C/C++ 診斷",
"dismiss.button": "關閉",
"diable.warnings.button": "停用警告",
"unable.to.provide.configuration": "{0} 無法提供 '{1}' 的 IntelliSense 組態資訊。將改用來自 '{2}' 組態的設定。",
@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fix_all_code_analysis_problems": "修正所有程式碼分析問題",
"clear_all_code_analysis_problems": "清除所有程式碼分析問題",
"fix_all_type_problems": "修正所有 {0} 問題",
"disable_all_type_problems": "停用所有 {0} 問題",
"clear_all_type_problems": "清除所有 {0} 問題",
"clear_this_problem": "清除此 {0} 問題",
"fix_this_problem": "修正此 {0} 問題",
"show_documentation_for": "顯示 {0} 的文件"
}
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"c.cpp.symbolscope.separator": "{0}{1}"
}
@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"local.forward.local.conflict": "\"localSocket\" 不能同時與 \"bindAddress\" 或 \"port\" 在 localForwards 中指定",
"local.forward.local.missing": "localForwards 中需要 \"port\" 或 \"localSocket\"",
"local.forward.remote.conflict": "\"remoteSocket\" 不能同時與 \"host\" 或 \"hostPort\" 在 localForwards 中指定",
"local.forward.remote.missing": "localForwards 中需要 \"host\" 和 \"hostPort\" 或 \"remoteSocket\""
}
@@ -0,0 +1,20 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ssh.canceled": "SSH 命令已取消",
"ssh.passphrase.input.box": "輸入 ssh 金鑰 {0} 的複雜密碼",
"ssh.enter.password.for.user": "輸入使用者 \"{0}\" 的密碼",
"ssh_message_enterPassword": "輸入密碼",
"ssh.continue.confirmation.placeholder": "您確定要繼續嗎?",
"ssh.host.key.confirmation.title": "「{0}」具有指紋「{1}」。",
"continue": "繼續",
"cancel": "取消",
"ssh.terminal.command.canceled": "\"{0}\" 終端命令已取消。",
"ssh.terminal.command.done": "\"{0}\" 終端命令完成。",
"ssh.continuing.command.canceled": "工作 '{0}' 已取消,但可能無法終止基礎命令。請手動檢查。",
"ssh.process.failed": "\"{0}\" 程序已失敗: {1}",
"ssh.wrote.data.to.terminal": "\"{0}\" 將資料寫入終端: \"{1}\"。"
}
+4 -3
View File
@@ -7,11 +7,12 @@
"failed.to.parse.json": "無法剖析 json 檔案,這可能是因為註解或結尾逗號所致。",
"extension.not.ready": "C/C ++ 延伸模組仍在安裝。如需詳細資訊,請查看輸出視窗。",
"refer.read.me": "如需疑難排解資訊,請參閱 {0}。問題可在 {1} 建立",
"process.exited.with.code": "{0} 已結束,錯誤碼為 {1}",
"process.exited": "處理序已結束,碼為 {0}",
"process.succeeded": "程序已成功執行。",
"killing.process": "終止程序 {0}",
"warning.file.missing": "警告: 缺少預期的檔案 {0}。",
"warning.debugging.not.tested": "警告: 尚未針對此平台測試偵錯。",
"reload.workspace.for.changes": "請重新載入工作區以讓設定變更生效。",
"reload.string": "重新載入",
"invalid.download.location.received": "收到的下載位置無效",
"c.cpp.symbolscope.separator": "{0}{1}"
"invalid.download.location.received": "收到的下載位置無效"
}
+12
View File
@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"max.recursion.reached": "已達到字串展開遞迴的最大值。可能的循環參考。",
"invalid.var.reference": "字串中無效的變數參考 {0}: {1}。",
"env.var.not.found": "找不到環境變數 {0}",
"commands.not.supported": "字串不支援的命令: {0}。",
"exception.executing.command": "執行字串的命令 {0} 時發生例外狀況: {1} {2}。"
}
+10
View File
@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "C/C++ 診斷",
"c.cpp.debug.protocol": "C/C++ 偵錯通訊協定",
"c.cpp.warnings": "C/C++ 設定警告"
}
+1
View File
@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"macos.version.deprecated": "比 {0} 更新的 C/C++ 延伸模組版本至少需要 macOS 版本 {1}。",
"intellisense.disabled": "intelliSenseEngine 已停用",
"more.info.button": "更多資訊",
"ignore.button": "略過",
"vsix.platform.incompatible": "安裝的 C/C++ 延伸模組與您的系統不相符。",
+36
View File
@@ -171,6 +171,13 @@
"c_cpp.configuration.inactiveRegionOpacity.markdownDescription": "Určuje neprůhlednost neaktivních bloků preprocesoru. Hodnoty spadají do rozsahu od `0,1 do `1,0`. Toto nastavení platí jen v případě, že je povolené ztmavování neaktivních oblastí.",
"c_cpp.configuration.inactiveRegionForegroundColor.description": "Určuje barvení písma neaktivních bloků preprocesoru. Vstup má tvar šestnáctkového kódu barvy nebo platné barvy motivu. Pokud se nenastaví, výchozí nastavení je schéma barvení syntaxe v editoru. Toto nastavení platí jen v případě, že je povolené ztmavování neaktivních oblastí.",
"c_cpp.configuration.inactiveRegionBackgroundColor.description": "Určuje barvení pozadí neaktivních bloků preprocesoru. Vstup má tvar šestnáctkového kódu barvy nebo platné barvy motivu. Pokud se nenastaví, výchozí nastavení je průhledné pozadí. Toto nastavení platí jen v případě, že je povolené ztmavování neaktivních oblastí.",
"c_cpp.configuration.inlayHints.autoDeclarationTypes.enabled.markdownDescription": "Zobrazit pomocné parametry vloženého kódu pro odvozený typ, když se v deklaraci používá `auto`:\n```cpp \n\n auto index /* : int */ = 0;\n```",
"c_cpp.configuration.inlayHints.autoDeclarationTypes.showOnLeft.markdownDescription": "Zobrazit pomocné parametry vloženého kódu pro odvozený typ, když se v deklaraci na levé straně identifikátoru používá `auto`:\n```cpp \n\n auto /* int */ index = 0;\n```",
"c_cpp.configuration.inlayHints.parameterNames.enabled.markdownDescription": "Zobrazit pomocné parametry vloženého kódu pro názvy parametrů:\n```cpp \n\n int a = getArea(/* width: */ x, /* height: */ y);\n```",
"c_cpp.configuration.inlayHints.parameterNames.hideLeadingUnderscores.markdownDescription": "Skryje úvodní `_` v pomocných parametrech pro názvy parametrů.",
"c_cpp.configuration.inlayHints.parameterNames.suppressWhenArgumentContainsName.markdownDescription": "Potlačit pomocné parametry názvu parametru, pokud text argumentu nebo vložený komentář obsahuje název parametru:\n```cpp \n\n int a = getArea(width, /* height: */ y);\n```",
"c_cpp.configuration.inlayHints.referenceOperator.enabled.markdownDescription": "Zobrazí operátor odkazu na pomocný parametr vloženého kódu `&` pro parametry předané nekonstantním odkazem:\n```cpp \n\n swap(/* & first: */ str1, /* & last: */ str2);\n```",
"c_cpp.configuration.inlayHints.referenceOperator.showSpace.markdownDescription": "Určuje, jestli se za znakem `&` u parametrů, předaných nekonstantním odkazem, zobrazí mezera:\n```cpp \n\n swap(/* & first: */ str1, /* & last: */ str2);\n```",
"c_cpp.configuration.loggingLevel.markdownDescription": "Úroveň podrobností protokolování panelu výstupu. Pořadí úrovní od nejméně podrobné po nejpodrobnější je toto: `None` < `Error` < `Warning` < `Information` < `Debug`.",
"c_cpp.configuration.autoAddFileAssociations.markdownDescription": "Určuje, jestli se soubory automaticky přidají do `#files.associations#`, když budou cílem operace navigace ze souboru C/C++.",
"c_cpp.configuration.workspaceParsingPriority.markdownDescription": "Určuje, jestli parsování neaktivních souborů pracovního prostoru použije operace čekání, aby se procesor nevyužíval na 100 %. Hodnoty `highest`/`high`/`medium`/`low` odpovídají přibližně 100/75/50/25 % využití procesoru.",
@@ -299,6 +306,35 @@
"c_cpp.debuggers.hardwareBreakpoints.description": "Explicitní řízení chování zarážek hardwaru pro vzdálené cíle.",
"c_cpp.debuggers.hardwareBreakpoints.require.description": "Pokud je hodnota true, vždy používejte hardwarové zarážky. Výchozí hodnota je false.",
"c_cpp.debuggers.hardwareBreakpoints.limit.description": "Volitelný limit počtu dostupných hardwarových zarážek, které se mají použít. Vynucuje se jenom v případě, že hodnota \"require\" je true a \"limit\" je větší než 0. Výchozí hodnota je 0.",
"c_cpp.debuggers.variables.description": "Proměnná pro rekurzivní nahrazování v této konfiguraci spuštění. Každá proměnná může odkazovat na jiné proměnné.",
"c_cpp.debuggers.variables.properties.description": "Proměnná pro rekurzivní nahrazování v této konfiguraci spuštění. Hodnota může odkazovat na jiné proměnné.",
"c_cpp.debuggers.host.description": "Informace o hostiteli.",
"c_cpp.debuggers.host.user.description": "Uživatel se přihlašuje k hostiteli.",
"c_cpp.debuggers.host.hostName.description": "Název hostitele.",
"c_cpp.debuggers.host.port.description": "Port SSH na hostiteli. Výchozí hodnota je 22.",
"c_cpp.debuggers.host.jumpHost.description": "Připojte se k cílovému hostiteli tak, že nejdříve vytvoříte připojení k hostitelům přeskakování.",
"c_cpp.debuggers.host.localForward.description": "Přesměrovat připojení k danému portu TCP nebo soketu Unixu na místním (klientském) hostiteli na daného hostitele a port nebo soket Unix na vzdálené straně",
"c_cpp.debuggers.host.localForward.bindAddress.description": "Místní adresa",
"c_cpp.debuggers.host.localForward.port.description": "Místní port",
"c_cpp.debuggers.host.localForward.host.description": "Název hostitele",
"c_cpp.debuggers.host.localForward.hostPort.description": "Port hostitele",
"c_cpp.debuggers.host.localForward.localSocket.description": "Místní soket",
"c_cpp.debuggers.host.localForward.remoteSocket.description": "Vzdálený soket",
"c_cpp.debuggers.deploySteps.description": "Kroky potřebné k nasazení aplikace. Pořadí je důležité.",
"c_cpp.debuggers.deploySteps.scp.description": "Zkopírujte soubory pomocí spojovacího bodu SCP.",
"c_cpp.debuggers.deploySteps.scp.files.description": "Soubory, které se mají zkopírovat přes spojovací bod SCP. Podporuje vzor cesty.",
"c_cpp.debuggers.deploySteps.scp.targetDir.description": "Cílový adresář.",
"c_cpp.debuggers.deploySteps.scp.scpPath.description": "Volitelná úplná cesta k SCP. Předpokládá, že SCP je na cestě PATH, pokud není zadané",
"c_cpp.debuggers.deploySteps.debug": "Při hodnotě true přeskočte při spuštění bez ladění. Pokud je hodnota false, přeskočte při spuštění ladění. Pokud není definováno, nikdy nepřeskakujte.",
"c_cpp.debuggers.deploySteps.ssh.description": "Krok příkazu SSH.",
"c_cpp.debuggers.deploySteps.ssh.command.description": "Příkaz, který se má provést přes SSH. Příkaz za znakem -c v příkazu SSH.",
"c_cpp.debuggers.deploySteps.ssh.sshPath.description": "Volitelná úplná cesta k SSH. Předpokládá, že SSH je na cestě PATH, pokud není zadané",
"c_cpp.debuggers.deploySteps.continueOn.description": "Nepovinný vzor dokončení při výstupu. Pokud je tento vzor zaznamenán při výstupu, pokračujte v nasazování procedur bez ohledu na to, zda se tento krok vrátí.",
"c_cpp.debuggers.deploySteps.shell.description": "Krok příkazu prostředí.",
"c_cpp.debuggers.deploySteps.shell.command.description": "Příkaz prostředí, který se má provést.",
"c_cpp.debuggers.vsCodeCommand.description": "Příkaz VS Code, který má být vyvolán. Může to být příkaz v VS Code nebo v aktivním rozšíření.",
"c_cpp.debuggers.vsCodeCommand.command.description": "Příkaz VS Code, který má být vyvolán.",
"c_cpp.debuggers.vsCodeCommand.args.description": "Argumenty příkazu VS Code.",
"c_cpp.taskDefinitions.name.description": "Název úlohy.",
"c_cpp.taskDefinitions.command.description": "Cesta ke kompilátoru nebo skriptu, který provádí kompilaci.",
"c_cpp.taskDefinitions.args.description": "Další argumenty, které se mají předat kompilátoru nebo kompilačnímu skriptu.",
@@ -11,6 +11,7 @@
"lldb.framework.install.xcode": "Další informace",
"lldb.framework.not.found": "Nepovedlo se najít LLDB.framework pro lldb-mi. Nainstalujte prosím XCode nebo jeho nástroje příkazového řádku.",
"debugger.launchConfig": "Spustit konfiguraci:",
"vs.code.1.69+.required": "DeploySteps vyžaduje VS Code 1.69+.",
"pre.Launch.Task": "preLaunchTask: {0}",
"build.and.debug.active.file": "sestavit a ladit aktivní soubor",
"cl.exe.not.available": "Sestavení a ladění {0} je k dispozici jen v případě, že se nástroj VS Code spustil z nástroje Developer Command Prompt pro VS.",
@@ -29,6 +30,12 @@
"cannot.build.non.cpp": "Sestavení a ladění není možné, protože aktivní soubor není zdrojový soubor jazyka C ani C++.",
"no.compiler.found": "Nenašel se žádný kompilátor.",
"select.debug.configuration": "Vyberte konfiguraci ladění",
"command.args.must.be.array": "Argumenty v kroku nasazení příkazu musí být pole.",
"missing.properties.scp": "V krocích scp se vyžadují \"host\", \"files\" a \"targetDir\".",
"incorrect.files.type.scp": "\"files\" musí být řetězec nebo pole řetězců v krocích SCP.",
"missing.properties.ssh": "Pro kroky ssh se vyžadují \"host\" a \"command\".",
"missing.properties.shell": "Pro kroky prostředí se vyžaduje příkaz command.",
"deploy.step.type.not.supported": "Typ kroku nasazení{0}se nepodporuje.",
"unexpected.os": "Neočekávaný typ operačního systému",
"path.to.pipe.program": "úplná cesta k programu kanálu, třeba {0}",
"enable.pretty.printing": "Povolit přehledný výpis pro {0}",
@@ -4,16 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fix_all_code_analysis_problems": "Opravit všechny problémy s analýzou kódu",
"clear_all_code_analysis_problems": "Vymazat všechny problémy s analýzou kódu",
"c.cpp.debug.protocol": "Protokol ladění C/C++",
"c.cpp.warnings": "Upozornění konfigurace C/C++",
"fix_all_type_problems": "Opravit všechny problémy {0}",
"disable_all_type_problems": "Zakázat všechny problémy {0}",
"clear_all_type_problems": "Vymazat všechny problémy {0}",
"clear_this_problem": "Vymazat tento problém {0}",
"fix_this_problem": "Opravit tento problém {0}",
"show_documentation_for": "Zobrazit dokumentaci pro {0}",
"unable.to.start": "Nepovedlo se spustit jazykový server C/C++. Funkce IntelliSense se zakážou. Chyba: {0}",
"check.permissions": "EPERM: Zkontrolujte oprávnění pro {0}.",
"server.crashed2": "Jazykový server se 5krát za poslední 3 minuty chybově ukončil. Nebude se restartovat.",
@@ -23,7 +13,6 @@
"allow.button": "Povolit",
"dont.allow.button": "Nepovolit",
"ask.me.later.button": "Požádat později",
"c.cpp.diagnostics": "Diagnostika C/C++",
"dismiss.button": "Zrušit",
"diable.warnings.button": "Zakázat upozornění",
"unable.to.provide.configuration": "{0} nemůže poskytnout informace pro konfiguraci IntelliSense pro {1}. Místo nich se použijí nastavení z konfigurace {2}.",
@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fix_all_code_analysis_problems": "Opravit všechny problémy s analýzou kódu",
"clear_all_code_analysis_problems": "Vymazat všechny problémy s analýzou kódu",
"fix_all_type_problems": "Opravit všechny problémy {0}",
"disable_all_type_problems": "Zakázat všechny problémy {0}",
"clear_all_type_problems": "Vymazat všechny problémy {0}",
"clear_this_problem": "Vymazat tento problém {0}",
"fix_this_problem": "Opravit tento problém {0}",
"show_documentation_for": "Zobrazit dokumentaci pro {0}"
}
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"c.cpp.symbolscope.separator": "{0}, {1}"
}
@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"local.forward.local.conflict": "LocalSocket se nedá současně specifikovat pomocí bindAddress nebo port v localForwards.",
"local.forward.local.missing": "V localForwards se vyžaduje port nebo localSocket.",
"local.forward.remote.conflict": "LocalSocket se nedá současně specifikovat pomocí host nebo hostPort v localForwards.",
"local.forward.remote.missing": "V localForwards se vyžaduje možnost host a hostPort nebo remoteSocket"
}
@@ -0,0 +1,20 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ssh.canceled": "Příkaz SSH je zrušený",
"ssh.passphrase.input.box": "Zadejte heslo pro klíč SSH {0}",
"ssh.enter.password.for.user": "Zadejte heslo pro uživatele{0}",
"ssh_message_enterPassword": "Zadejte heslo",
"ssh.continue.confirmation.placeholder": "Opravdu chcete pokračovat?",
"ssh.host.key.confirmation.title": "{0} má otisk prstu {1}.",
"continue": "Pokračovat",
"cancel": "Zrušit",
"ssh.terminal.command.canceled": "Příkaz terminálu \"{0}\" byl zrušen.",
"ssh.terminal.command.done": "\"{0}\" příkaz terminálu je hotový.",
"ssh.continuing.command.canceled": "Úloha '{0}' je zrušená, ale podkladový příkaz nemusí být ukončen. Zkontrolujte to prosím ručně.",
"ssh.process.failed": "Proces{0}se nezdařil: {1}",
"ssh.wrote.data.to.terminal": "\"{0}\" zapsal data do terminálu: \"{1}\"."
}
+4 -3
View File
@@ -7,11 +7,12 @@
"failed.to.parse.json": "Nepovedlo se parsovat soubor json, pravděpodobně kvůli komentářům nebo čárkám na konci.",
"extension.not.ready": "Rozšíření C/C++ se stále instaluje. Další informace najdete v okně výstupu.",
"refer.read.me": "Informace o řešení problémů najdete v {0}. Problémy se dají vytvořit v {1}.",
"process.exited.with.code": "{0} se ukončilo s kódem chyby {1}.",
"process.exited": "Proces byl ukončen s kódem {0}",
"process.succeeded": "Proces byl úspěšně proveden.",
"killing.process": "Ukončuje se proces {0}",
"warning.file.missing": "Upozornění: Chybí očekávaný soubor {0}.",
"warning.debugging.not.tested": "Upozornění: Ladění se pro tuto platformu netestovalo.",
"reload.workspace.for.changes": "Načtěte pracovní prostor znovu, aby se změna nastavení projevila.",
"reload.string": "Načíst znovu",
"invalid.download.location.received": "Přijato neplatné umístění pro stahování",
"c.cpp.symbolscope.separator": "{0}, {1}"
"invalid.download.location.received": "Přijato neplatné umístění pro stahování"
}
+12
View File
@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"max.recursion.reached": "Dosáhlo se maximální rekurze rozšiřování řetězce. Možná vznikl cyklický odkaz.",
"invalid.var.reference": "Neplatný odkaz na proměnnou {0} v řetězci: {1}",
"env.var.not.found": "Proměnná prostředí {0} se nenašla",
"commands.not.supported": "Pro řetězec se nepodporují příkazy: {0}",
"exception.executing.command": "Výjimka při provádění příkazu {0} pro řetězec: {1} {2}."
}
+10
View File
@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "Diagnostika C/C++",
"c.cpp.debug.protocol": "Protokol ladění C/C++",
"c.cpp.warnings": "Upozornění konfigurace C/C++"
}
+1
View File
@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"macos.version.deprecated": "Verze rozšíření C/C++ novější než {0} vyžadují alespoň verzi macOS {1}.",
"intellisense.disabled": "IntelliSenseEngine je zakázané.",
"more.info.button": "Další informace",
"ignore.button": "Ignorovat",
"vsix.platform.incompatible": "Nainstalované rozšíření C/C++ neodpovídá vašemu systému.",
+36
View File
@@ -171,6 +171,13 @@
"c_cpp.configuration.inactiveRegionOpacity.markdownDescription": "Steuert de Deckkraft von inaktiven Präprozessorblöcken. Skaliert zwischen `0.1` und `1.0`. Diese Einstellung gilt nur, wenn das Abblenden inaktiver Regionen aktiviert ist.",
"c_cpp.configuration.inactiveRegionForegroundColor.description": "Hiermit wird die Schriftfarbe von inaktiven Präprozessorblöcken gesteuert. Die Eingabe erfolgt in Form eines hexadezimalen Farbcodes oder einer gültigen Designfarbe. Wenn diese Option nicht festgelegt ist, wird standardmäßig das Syntaxfarbschema des Editors verwendet. Diese Einstellung gilt nur, wenn das Abblenden inaktiver Regionen aktiviert ist.",
"c_cpp.configuration.inactiveRegionBackgroundColor.description": "Hiermit wird die Hintergrundfarbe von inaktiven Präprozessorblöcken gesteuert. Die Eingabe erfolgt in Form eines hexadezimalen Farbcodes oder einer gültigen Designfarbe. Wenn diese Option nicht festgelegt ist, ist die Anzeige standardmäßig transparent. Diese Einstellung gilt nur, wenn das Abblenden inaktiver Regionen aktiviert ist.",
"c_cpp.configuration.inlayHints.autoDeclarationTypes.enabled.markdownDescription": "Zeigt Einlegehinweise für abgeleiteten Typ an, wenn `auto` in einer Deklaration verwendet wird:\n```cpp \n\n auto index /* : int */ = 0;\n```",
"c_cpp.configuration.inlayHints.autoDeclarationTypes.showOnLeft.markdownDescription": "Zeigt Einlegehinweise für den abgeleiteten Typ an, wenn `auto` in einer Deklaration links vom Bezeichner verwendet wird:\n```cpp \n\n auto /* int */ index = 0;\n```",
"c_cpp.configuration.inlayHints.parameterNames.enabled.markdownDescription": "Inlayhinweise für Parameternamen anzeigen:\n```cpp \n\n int a = getArea(/* width: */ x, /* height: */ y);\n```",
"c_cpp.configuration.inlayHints.parameterNames.hideLeadingUnderscores.markdownDescription": "Blendet führendes `_` in Parameternamenshinweisen aus.",
"c_cpp.configuration.inlayHints.parameterNames.suppressWhenArgumentContainsName.markdownDescription": "Parameternamenhinweise unterdrücken, wenn der Argumenttext oder der Inlinekommentar den Parameternamen enthält:\n```cpp \n\nint a = getArea(width, /* height: */ y);\n```",
"c_cpp.configuration.inlayHints.referenceOperator.enabled.markdownDescription": "Zeigen Sie den Inlayhinweis-Verweisoperator `&` für Parameter an, die von einem nicht konstanten Verweis übergeben werden:\n```cpp \n\n swap(/* &first: */ str1, /* &last: */ str2);\n```",
"c_cpp.configuration.inlayHints.referenceOperator.showSpace.markdownDescription": "Steuert, ob nach `&` ein Leerzeichen für Parameter angezeigt wird, die von einem nicht konstanten Verweis übergeben werden:\n```cpp \n\n swap(/* & first: */ str1, /* & last: */ str2);\n```",
"c_cpp.configuration.loggingLevel.markdownDescription": "Die Ausführlichkeit der Protokollierung im Ausgabebereich. Die Reihenfolge der Ebenen von \"am wenigsten ausführlich\" bis \"am ausführlichsten\" lautet: `None` < `Error` < `Warning` < `Information` < `Debug`.",
"c_cpp.configuration.autoAddFileAssociations.markdownDescription": "Steuert, ob Dateien automatisch zu `#files.associations#` hinzugefügt werden, wenn sie das Ziel eines Navigationsvorgangs aus einer C/C++-Datei sind.",
"c_cpp.configuration.workspaceParsingPriority.markdownDescription": "Steuert, ob bei der Analyse der nicht aktiven Arbeitsbereichsdateien der Standbymodus verwendet wird, um eine CPU-Auslastung von 100 % zu vermeiden. Die Werte `highest`/`high`/`medium`/`low` entsprechen jeweils etwa einer CPU-Auslastung von 100/75/50/25 %.",
@@ -299,6 +306,35 @@
"c_cpp.debuggers.hardwareBreakpoints.description": "Explizite Steuerung des Hardwarehaltepunktverhaltens für Remoteziele.",
"c_cpp.debuggers.hardwareBreakpoints.require.description": "Wenn \"true\", verwenden Sie immer Hardwarehaltepunkte. Entspricht standardmäßig \"false\".",
"c_cpp.debuggers.hardwareBreakpoints.limit.description": "Optionaler Grenzwert für die Anzahl der zu verwendenden verfügbaren Hardwarehaltepunkte. Nur erzwungen, wenn \"require\" auf \"true\" festgelegt ist und \"limit\" größer als 0 ist. Entspricht standardmäßig 0.",
"c_cpp.debuggers.variables.description": "Variablen für rekursive Ersetzung in dieser Startkonfiguration. Jede Variable kann auf andere verweisen.",
"c_cpp.debuggers.variables.properties.description": "Variable für rekursive Ersetzung in dieser Startkonfiguration. Der Wert kann auf andere Variablen verweisen.",
"c_cpp.debuggers.host.description": "Hostinformationen.",
"c_cpp.debuggers.host.user.description": "Benutzer, der sich beim Host anmeldet.",
"c_cpp.debuggers.host.hostName.description": "Hostname.",
"c_cpp.debuggers.host.port.description": "SSH-Port auf dem Host. Der Standardwert ist 22.",
"c_cpp.debuggers.host.jumpHost.description": "Stellen Sie eine Verbindung mit dem Zielhost her, indem Sie zuerst eine Verbindung mit den Jumphosts herstellen.",
"c_cpp.debuggers.host.localForward.description": "Leiten Sie Verbindungen an den angegebenen TCP-Port oder Unixsocket auf dem lokalen Host (Clienthost), an den angegebenen Host und Port oder an den Unixsocket auf der Remoteseite weiter.",
"c_cpp.debuggers.host.localForward.bindAddress.description": "Lokale Adresse",
"c_cpp.debuggers.host.localForward.port.description": "Lokaler Port",
"c_cpp.debuggers.host.localForward.host.description": "Hostname",
"c_cpp.debuggers.host.localForward.hostPort.description": "Hostport",
"c_cpp.debuggers.host.localForward.localSocket.description": "Lokaler Socket",
"c_cpp.debuggers.host.localForward.remoteSocket.description": "Remotesocket",
"c_cpp.debuggers.deploySteps.description": "Schritte, die zum Bereitstellen der Anwendung erforderlich sind. Die Reihenfolge ist wichtig.",
"c_cpp.debuggers.deploySteps.scp.description": "Kopieren Sie Dateien mithilfe von SCP.",
"c_cpp.debuggers.deploySteps.scp.files.description": "Dateien, die über SCP kopiert werden sollen. Unterstützt Pfadmuster.",
"c_cpp.debuggers.deploySteps.scp.targetDir.description": "Zielverzeichnis.",
"c_cpp.debuggers.deploySteps.scp.scpPath.description": "Optionaler vollständiger Pfad zu SCP. Es wird davon ausgegangen, dass sich SCP auf PATH befindet, wenn keine Angabe erfolgt.",
"c_cpp.debuggers.deploySteps.debug": "Wenn WAHR, überspringen Sie beim Starten ohne Debuggen. Wenn FALSCH, überspringen Sie beim Starten von Debuggen. Wenn nicht definiert, überspringen Sie nie.",
"c_cpp.debuggers.deploySteps.ssh.description": "SSH-Befehlsschritt.",
"c_cpp.debuggers.deploySteps.ssh.command.description": "Befehl, der über SSH ausgeführt werden soll. Der Befehl nach „-c“ im SSH-Befehl.",
"c_cpp.debuggers.deploySteps.ssh.sshPath.description": "Optionaler vollständiger Pfad zu SSH. Es wird davon ausgegangen, dass sich SSH auf PATH befindet, sofern nicht angegeben.",
"c_cpp.debuggers.deploySteps.continueOn.description": "Ein optionales Endmuster in der Ausgabe. Wenn dieses Muster in der Ausgabe angezeigt wird, setzen Sie die Bereitstellungsprozeduren unabhängig davon fort, ob dieser Schritt zurückgegeben wird.",
"c_cpp.debuggers.deploySteps.shell.description": "Shellbefehlsschritt.",
"c_cpp.debuggers.deploySteps.shell.command.description": "Shellbefehl, der ausgeführt werden soll.",
"c_cpp.debuggers.vsCodeCommand.description": "VS Code-Befehl, der aufgerufen werden soll. Kann ein Befehl in VS Code oder eine aktive Erweiterung sein.",
"c_cpp.debuggers.vsCodeCommand.command.description": "VS Code-Befehl, der aufgerufen werden soll.",
"c_cpp.debuggers.vsCodeCommand.args.description": "Argumente für den VS Code-Befehl.",
"c_cpp.taskDefinitions.name.description": "Der Name der Aufgabe.",
"c_cpp.taskDefinitions.command.description": "Der Pfad zu einem Compiler oder Skript, der die Kompilierung ausführt.",
"c_cpp.taskDefinitions.args.description": "Zusätzliche Argumente, die an den Compiler oder das Kompilierungsskript übergeben werden sollen.",
@@ -11,6 +11,7 @@
"lldb.framework.install.xcode": "Details",
"lldb.framework.not.found": "\"LLDB.framework\" wurde für LLDB-Mi nicht gefunden. Installieren Sie XCode oder die XCode-Befehlszeilentools.",
"debugger.launchConfig": "Startkonfiguration:",
"vs.code.1.69+.required": "„deploySteps“ erfordert VS Code 1.69 oder höher.",
"pre.Launch.Task": "preLaunchTask: {0}",
"build.and.debug.active.file": "Aktive Datei erstellen und debuggen",
"cl.exe.not.available": "{0}-Build und -Debuggen können nur verwendet werden, wenn VS Code von der Developer-Eingabeaufforderung für VS ausgeführt wird.",
@@ -29,6 +30,12 @@
"cannot.build.non.cpp": "Erstellen und Debuggen nicht möglich, da die aktive Datei keine C- oder C++-Quelldatei ist.",
"no.compiler.found": "Kein Compiler gefunden.",
"select.debug.configuration": "Debugkonfiguration auswählen",
"command.args.must.be.array": "„Args“ im Befehlsbereitstellungsschritt muss ein Array sein.",
"missing.properties.scp": "„host“, „files“ und „targetDir“ sind in SCP-Schritten erforderlich.",
"incorrect.files.type.scp": "„files“ muss eine Zeichenfolge oder ein Array von Zeichenfolgen in SCP-Schritten sein.",
"missing.properties.ssh": "„Host“ und „Befehl“ sind für SSH-Schritte erforderlich.",
"missing.properties.shell": "„Befehl“ ist für Shellschritte erforderlich.",
"deploy.step.type.not.supported": "Der Bereitstellungsschritttyp „{0}“ wird nicht unterstützt.",
"unexpected.os": "Unerwarteter Betriebssystemtyp",
"path.to.pipe.program": "Vollständiger Pfad zum Pipeprogramm wie z. B. \"{0}\"",
"enable.pretty.printing": "Automatische Strukturierung und Einrückung für \"{0}\" aktivieren",
@@ -4,16 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fix_all_code_analysis_problems": "Beheben aller Codeanalyseprobleme",
"clear_all_code_analysis_problems": "Alle Codeanalyseprobleme löschen",
"c.cpp.debug.protocol": "C/C++-Debugprotokoll",
"c.cpp.warnings": "C/C++-Konfigurationswarnungen",
"fix_all_type_problems": "Alle {0}-Probleme beheben",
"disable_all_type_problems": "Alle {0}-Probleme deaktivieren",
"clear_all_type_problems": "Alle {0}-Probleme löschen",
"clear_this_problem": "Dieses {0}-Problem löschen",
"fix_this_problem": "Dieses {0}-Problem beheben",
"show_documentation_for": "Dokumentation für {0} anzeigen",
"unable.to.start": "Der C/C++-Sprachserver kann nicht gestartet werden. IntelliSense-Features werden deaktiviert. Fehler: {0}",
"check.permissions": "EPERM: Berechtigungen für \"{0}\" überprüfen",
"server.crashed2": "Der Sprachserver ist in den letzten 3 Minuten 5-mal abgestürzt. Er wird nicht neu gestartet.",
@@ -23,7 +13,6 @@
"allow.button": "Zulassen",
"dont.allow.button": "Nicht zulassen",
"ask.me.later.button": "Später nachfragen",
"c.cpp.diagnostics": "C/C++-Diagnose",
"dismiss.button": "Schließen",
"diable.warnings.button": "Warnungen deaktivieren",
"unable.to.provide.configuration": "{0} kann keine IntelliSense-Konfigurationsinformationen für \"{1}\" bereitstellen. Stattdessen werden Einstellungen aus der Konfiguration \"{2}\" verwendet.",
@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fix_all_code_analysis_problems": "Beheben aller Codeanalyseprobleme",
"clear_all_code_analysis_problems": "Alle Codeanalyseprobleme löschen",
"fix_all_type_problems": "Alle {0}-Probleme beheben",
"disable_all_type_problems": "Alle {0}-Probleme deaktivieren",
"clear_all_type_problems": "Alle {0}-Probleme löschen",
"clear_this_problem": "Dieses {0}-Problem löschen",
"fix_this_problem": "Dieses {0}-Problem beheben",
"show_documentation_for": "Dokumentation für {0} anzeigen"
}
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"c.cpp.symbolscope.separator": "{0}, {1}"
}
@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"local.forward.local.conflict": "„localSocket“ kann nicht gleichzeitig mit „bindAddress“ oder“\"Port“ in localForwards angegeben werden.",
"local.forward.local.missing": "„Port“ oder „localSocket“ in localForwards erforderlich",
"local.forward.remote.conflict": "„remoteSocket“ kann nicht gleichzeitig mit „host“ oder „hostPort“ in localForwards angegeben werden.",
"local.forward.remote.missing": "„Host“ und „hostPort“ oder „remoteSocket“ sind in localForwards erforderlich."
}
@@ -0,0 +1,20 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ssh.canceled": "Der SSH-Befehl wurde abgebrochen.",
"ssh.passphrase.input.box": "Passphrase für SSH-Schlüssel eingeben {0}",
"ssh.enter.password.for.user": "Geben Sie das Kennwort für Benutzer „{0}“ ein.",
"ssh_message_enterPassword": "Kennwort eingeben",
"ssh.continue.confirmation.placeholder": "Möchten Sie wirklich fortfahren?",
"ssh.host.key.confirmation.title": "\"{0}\" hat Fingerabdruck \"{1}\".",
"continue": "Weiter",
"cancel": "Abbrechen",
"ssh.terminal.command.canceled": "Der Terminalbefehl „{0}“ wurde abgebrochen.",
"ssh.terminal.command.done": "Der Terminalbefehl „{0}“ wurde abgeschlossen.",
"ssh.continuing.command.canceled": "Die Aufgabe „{0}“ wurde abgebrochen, aber der zugrunde liegende Befehl wird möglicherweise nicht beendet. Überprüfen Sie dies manuell.",
"ssh.process.failed": "Fehler beim Prozess „{0}“: {1}",
"ssh.wrote.data.to.terminal": "„{0}“ hat Daten in das Terminal „{1}“ geschrieben."
}
+4 -3
View File
@@ -7,11 +7,12 @@
"failed.to.parse.json": "Fehler beim Analysieren der JSON-Datei, möglicherweise aufgrund von Kommentaren oder nachgestellten Kommas.",
"extension.not.ready": "Die C/C++-Erweiterung wird noch installiert. Weitere Informationen finden Sie im Ausgabefenster.",
"refer.read.me": "Informationen zur Problembehandlung finden Sie hier: {0}. Issues können hier erstellt werden: {1}.",
"process.exited.with.code": "\"{0}\" wurde mit Fehlercode \"{1}\" beendet.",
"process.exited": "Der Prozess wurde mit Code {0} beendet.",
"process.succeeded": "Der Prozess wurde erfolgreich ausgeführt.",
"killing.process": "Der Prozess „{0}“ wird beendet.",
"warning.file.missing": "Warnung: Die erwartete Datei \"{0}\" fehlt.",
"warning.debugging.not.tested": "Warnung: Das Debugging wurde für diese Plattform nicht getestet.",
"reload.workspace.for.changes": "Laden Sie den Arbeitsbereich neu, damit die Einstellungsänderung wirksam wird.",
"reload.string": "Aktualisieren",
"invalid.download.location.received": "Ungültiger Downloadspeicherort empfangen.",
"c.cpp.symbolscope.separator": "{0}, {1}"
"invalid.download.location.received": "Ungültiger Downloadspeicherort empfangen."
}
+12
View File
@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"max.recursion.reached": "Die maximale Rekursion für die Zeichenfolgenerweiterung wurde erreicht. Möglicher Zirkelbezug.",
"invalid.var.reference": "Ungültiger Variablenverweis „{0}“ in der Zeichenfolge „{1}“.",
"env.var.not.found": "Die Umgebungsvariable „{0}“ wurde nicht gefunden.",
"commands.not.supported": "Befehle werden für die Zeichenfolge „{0}“ nicht unterstützt.",
"exception.executing.command": "Ausnahme beim Ausführen des Befehls „{0}“ für die Zeichenfolge „{1} {2}“."
}
+10
View File
@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "C/C++-Diagnose",
"c.cpp.debug.protocol": "C/C++-Debugprotokoll",
"c.cpp.warnings": "C/C++-Konfigurationswarnungen"
}
+1
View File
@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"macos.version.deprecated": "Neuere Versionen der C/C++-Erweiterung {0} erfordern mindestens die macOS-Version {1}.",
"intellisense.disabled": "IntelliSenseEngine ist deaktiviert.",
"more.info.button": "Weitere Informationen",
"ignore.button": "Ignorieren",
"vsix.platform.incompatible": "Die installierte C/C++-Erweiterung stimmt nicht mit Ihrem System überein.",
+36
View File
@@ -171,6 +171,13 @@
"c_cpp.configuration.inactiveRegionOpacity.markdownDescription": "Controla la opacidad de los bloques de preprocesador inactivos. Escala el valor entre `0.1` y `1.0`. Esta configuración solo se aplica cuando está habilitada la atenuación de regiones inactivas.",
"c_cpp.configuration.inactiveRegionForegroundColor.description": "Controla el color de la fuente en los bloques de preprocesador inactivos. La entrada se realiza en forma de código de color hexadecimal o de un color para temas válido. Si no se establece, se usa como valor predeterminado la combinación de colores de la sintaxis del editor. Esta configuración solo se aplica cuando está habilitada la atenuación de regiones inactivas.",
"c_cpp.configuration.inactiveRegionBackgroundColor.description": "Controla el color de fondo de los bloques de preprocesador inactivos. La entrada se realiza en forma de código de color hexadecimal o de un color para temas válido. Si no se establece, el valor predeterminado es transparente. Esta configuración solo se aplica cuando está habilitada la atenuación de regiones inactivas.",
"c_cpp.configuration.inlayHints.autoDeclarationTypes.enabled.markdownDescription": "Mostrar sugerencias de incrustación para el tipo deducido cuando se usa `auto` en una declaración:\n```cpp \n\n auto index /* : int */ = 0;\n```",
"c_cpp.configuration.inlayHints.autoDeclarationTypes.showOnLeft.markdownDescription": "Mostrar sugerencias de incrustación para el tipo deducido cuando se usa `auto` en una declaración:\n```cpp \n\n auto /* int */ index = 0;\n```",
"c_cpp.configuration.inlayHints.parameterNames.enabled.markdownDescription": "Mostrar sugerencias de incrustación para nombres de parámetros:\n```cpp \n\nint a = getArea(/* width: */ x, /* height: */ y);\n```",
"c_cpp.configuration.inlayHints.parameterNames.hideLeadingUnderscores.markdownDescription": "Ocultar el `_` inicial en las sugerencias de nombre de parámetro.",
"c_cpp.configuration.inlayHints.parameterNames.suppressWhenArgumentContainsName.markdownDescription": "Suprima las sugerencias de nombre de parámetro cuando el texto del argumento o el comentario insertado contenga el nombre del parámetro:\n```cpp \n\n int a = getArea(width, /* height: */ y);\n```",
"c_cpp.configuration.inlayHints.referenceOperator.enabled.markdownDescription": "Muestra el operador de referencia de sugerencia de incrustación `&` para los parámetros pasados por una referencia no const:\n```cpp \n\n swap(/* &first: */ str1, /* &last: */ str2);\n```",
"c_cpp.configuration.inlayHints.referenceOperator.showSpace.markdownDescription": "Controla si un espacio se muestra después de `&` para parámetros pasados por referencia no-const:\n```cpp \n\n swap(/* & first: */ str1, /* & last: */ str2);\n```",
"c_cpp.configuration.loggingLevel.markdownDescription": "Nivel de detalle del registro en el panel de salida. El orden de los niveles de menos detallado a más detallado es: `None` < `Error` < `Warning` < `Information` < `Debug`.",
"c_cpp.configuration.autoAddFileAssociations.markdownDescription": "Controla si los archivos se agregan automáticamente a `#files.associations#` cuando son el destino de una operación de navegación desde un archivo de C/C++.",
"c_cpp.configuration.workspaceParsingPriority.markdownDescription": "Controla si el análisis de los archivos de área de trabajo no activos los pone en suspensión para evitar el uso del 100% de la CPU. Los valores `highest`/`high`/`medium`/`low` corresponden a un uso de la CPU aproximado del 100%, 75%, 50% y 25% respectivamente.",
@@ -299,6 +306,35 @@
"c_cpp.debuggers.hardwareBreakpoints.description": "Control explícito del comportamiento del punto de interrupción de hardware para destinos remotos.",
"c_cpp.debuggers.hardwareBreakpoints.require.description": "Si es verdadero, se usarán siempre puntos de interrupción de hardware. El valor predeterminado es falso.",
"c_cpp.debuggers.hardwareBreakpoints.limit.description": "Límite opcional del número de puntos de interrupción de hardware disponibles que se van a usar. Solo se aplica cuando \"require\" es true y \"Limit\" es mayor que 0. El valor predeterminado es 0.",
"c_cpp.debuggers.variables.description": "Variables para la sustitución recursiva en esta configuración de inicio. Cada variable puede hacer referencia a otras.",
"c_cpp.debuggers.variables.properties.description": "Variable para la sustitución recursiva en esta configuración de inicio. El valor puede hacer referencia a otras variables.",
"c_cpp.debuggers.host.description": "Información del host.",
"c_cpp.debuggers.host.user.description": "Usuario iniciando sesión en el host.",
"c_cpp.debuggers.host.hostName.description": "Nombre de host.",
"c_cpp.debuggers.host.port.description": "Puerto SSH en el host. El valor predeterminado es 22.",
"c_cpp.debuggers.host.jumpHost.description": "Conéctese al host de destino estableciendo primero una conexión con los hosts de accesos directos.",
"c_cpp.debuggers.host.localForward.description": "Reenviar conexiones al puerto TCP o socket Unix especificados en el host local (cliente) al host y puerto especificados, o bien al socket Unix, en el lado remoto",
"c_cpp.debuggers.host.localForward.bindAddress.description": "Dirección local",
"c_cpp.debuggers.host.localForward.port.description": "Puerto local",
"c_cpp.debuggers.host.localForward.host.description": "Nombre de host",
"c_cpp.debuggers.host.localForward.hostPort.description": "Puerto de host",
"c_cpp.debuggers.host.localForward.localSocket.description": "Socket local",
"c_cpp.debuggers.host.localForward.remoteSocket.description": "Socket remoto",
"c_cpp.debuggers.deploySteps.description": "Pasos necesarios para implementar la aplicación. El orden es importante.",
"c_cpp.debuggers.deploySteps.scp.description": "Copiar archivos mediante SCP.",
"c_cpp.debuggers.deploySteps.scp.files.description": "Archivos que se van a copiar a través de SCP. Admite el patrón de ruta de acceso.",
"c_cpp.debuggers.deploySteps.scp.targetDir.description": "Directorio de destino.",
"c_cpp.debuggers.deploySteps.scp.scpPath.description": "Ruta de acceso completa opcional al SCP. Asume que SCP está en PATH si no se especifica",
"c_cpp.debuggers.deploySteps.debug": "Si es true, se omite cuando se inicia sin depuración. Si es false, se omite al iniciar la depuración. Si no está definido, no se omitirá nunca.",
"c_cpp.debuggers.deploySteps.ssh.description": "Paso del comando SSH.",
"c_cpp.debuggers.deploySteps.ssh.command.description": "Comando que se ejecutará a través de SSH. Comando después de '-c' en el comando SSH.",
"c_cpp.debuggers.deploySteps.ssh.sshPath.description": "Ruta de acceso completa opcional a SSH. Asume que SSH está en PATH si no se especifica",
"c_cpp.debuggers.deploySteps.continueOn.description": "Patrón de finalización opcional en la salida. Cuando se ve este patrón en la salida, continúa con los procedimientos de implementación independientemente de si este paso devuelve resultados.",
"c_cpp.debuggers.deploySteps.shell.description": "Paso del comando shell.",
"c_cpp.debuggers.deploySteps.shell.command.description": "Comando de shell que se va a ejecutar.",
"c_cpp.debuggers.vsCodeCommand.description": "VS Code comando que se invocará. Puede ser un comando en VS Code o una extensión activa.",
"c_cpp.debuggers.vsCodeCommand.command.description": "Comando VS Code que se invocará.",
"c_cpp.debuggers.vsCodeCommand.args.description": "Argumentos para el comando VS Code.",
"c_cpp.taskDefinitions.name.description": "Nombre de la tarea.",
"c_cpp.taskDefinitions.command.description": "Ruta de acceso a un compilador o script que realiza la compilación.",
"c_cpp.taskDefinitions.args.description": "Argumentos adicionales que se pasan al compilador o al script de compilación.",
@@ -11,6 +11,7 @@
"lldb.framework.install.xcode": "Más información",
"lldb.framework.not.found": "No se encuentra \"LLDB.framework\" para lldb-mi. Instale XCode o las herramientas de línea de comandos de XCode.",
"debugger.launchConfig": "Configuración de inicio:",
"vs.code.1.69+.required": "\"deploySteps\" requiere VS Code 1.69 ó posterior.",
"pre.Launch.Task": "preLaunchTask: {0}",
"build.and.debug.active.file": "Compilar y depurar el archivo activo",
"cl.exe.not.available": "La compilación y depuración de {0} solo se puede usar cuando VS Code se ejecuta desde el Símbolo del sistema para desarrolladores de Visual Studio.",
@@ -29,6 +30,12 @@
"cannot.build.non.cpp": "No se puede compilar y depurar código porque el archivo activo no es un archivo de código fuente de C o C++.",
"no.compiler.found": "No se encontró ningún compilador",
"select.debug.configuration": "Seleccione una configuración de depuración",
"command.args.must.be.array": "\"args\" en el paso de implementación de comandos debe ser una matriz.",
"missing.properties.scp": "\"host\", \"files\" y \"targetDir\" son necesarios en los pasos de SCP.",
"incorrect.files.type.scp": "\"files\" debe ser una cadena o una matriz de cadenas en los pasos de SCP.",
"missing.properties.ssh": "Se requieren \"host\" y \"command\" para los pasos ssh.",
"missing.properties.shell": "Se requiere \"command\" para los pasos del shell.",
"deploy.step.type.not.supported": "No se admite el tipo de paso de implementación {0}.",
"unexpected.os": "Tipo de sistema operativo no esperado",
"path.to.pipe.program": "Ruta de acceso completa al programa de canalización, como {0}.",
"enable.pretty.printing": "Habilitar la impresión con sangría para {0}",
@@ -4,16 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fix_all_code_analysis_problems": "Corregir todos los problemas de análisis de código",
"clear_all_code_analysis_problems": "Borrar todos los problemas de análisis de código",
"c.cpp.debug.protocol": "Protocolo de depuración de C/C++",
"c.cpp.warnings": "Advertencias de configuración de C/C++",
"fix_all_type_problems": "Corregir todos los problemas de {0}",
"disable_all_type_problems": "Deshabilitar todos los problemas de {0}",
"clear_all_type_problems": "Borrar todos los problemas de {0}",
"clear_this_problem": "Borrar este problema de {0}",
"fix_this_problem": "Corregir este problema de {0}",
"show_documentation_for": "Mostrar documentación de {0}",
"unable.to.start": "No se puede iniciar el servidor de lenguaje de C/C++. Las características de IntelliSense se deshabilitarán. Error: {0}",
"check.permissions": "EPERM: Compruebe los permisos de \"{0}\"",
"server.crashed2": "El servidor de lenguaje se ha bloqueado cinco veces en los tres últimos minutos. No se reiniciará.",
@@ -23,7 +13,6 @@
"allow.button": "Permitir",
"dont.allow.button": "No permitir",
"ask.me.later.button": "Preguntarme más tarde",
"c.cpp.diagnostics": "Diagnósticos de C/C++",
"dismiss.button": "Descartar",
"diable.warnings.button": "Deshabilitar advertencias",
"unable.to.provide.configuration": "{0} no puede proporcionar información de configuración de IntelliSense para \"{1}\". Se utilizará la configuración de \"{2}\" en su lugar.",
@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fix_all_code_analysis_problems": "Corregir todos los problemas de análisis de código",
"clear_all_code_analysis_problems": "Borrar todos los problemas de análisis de código",
"fix_all_type_problems": "Corregir todos los problemas de {0}",
"disable_all_type_problems": "Deshabilitar todos los problemas de {0}",
"clear_all_type_problems": "Borrar todos los problemas de {0}",
"clear_this_problem": "Borrar este problema de {0}",
"fix_this_problem": "Corregir este problema de {0}",
"show_documentation_for": "Mostrar documentación de {0}"
}
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"c.cpp.symbolscope.separator": "{0}, {1}"
}
@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"local.forward.local.conflict": "\"localSocket\" no se puede especificar al mismo tiempo con \"bindAddress\" o \"port\" en localForwards",
"local.forward.local.missing": "Se requiere \"port\" o \"localSocket\" en localForwards",
"local.forward.remote.conflict": "\"remoteSocket\" no se puede especificar al mismo tiempo con \"host\" o \"hostPort\" en localForwards",
"local.forward.remote.missing": "Se requiere \"host\" y \"hostPort\" o \"remoteSocket\" en localForwards"
}
@@ -0,0 +1,20 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ssh.canceled": "Comando SSH cancelado",
"ssh.passphrase.input.box": "Escriba la frase de contraseña para la clave SSH {0}",
"ssh.enter.password.for.user": "Escriba la contraseña del usuario \"{0}\"",
"ssh_message_enterPassword": "Escribir contraseña",
"ssh.continue.confirmation.placeholder": "¿Está seguro de que desea continuar?",
"ssh.host.key.confirmation.title": "\"{0}\" tiene la huella digital \"{1}\".",
"continue": "Continuar",
"cancel": "Cancelar",
"ssh.terminal.command.canceled": "se canceló \"{0}\" comando de terminal.",
"ssh.terminal.command.done": "\"{0}\" comando de terminal realizado.",
"ssh.continuing.command.canceled": "Se canceló la tarea '{0}', pero es posible que el comando subyacente no se termine. Compruébelo manualmente.",
"ssh.process.failed": "Error en el proceso de \"{0}\": {1}",
"ssh.wrote.data.to.terminal": "\"{0}\" escribió datos en el terminal: \"{1}\"."
}
+4 -3
View File
@@ -7,11 +7,12 @@
"failed.to.parse.json": "No se pudo analizar el archivo json, posiblemente debido a comentarios o a comas finales.",
"extension.not.ready": "La extensión de C/C++ aún se está instalando. Vea la ventana de salida para obtener más información.",
"refer.read.me": "Consulte {0} para obtener información de solución de problemas. Puede crear incidencias en {1}",
"process.exited.with.code": "{0} se cerró con el código de error {1}",
"process.exited": "Proceso cerrado con el código {0}",
"process.succeeded": "El proceso se ejecutó correctamente.",
"killing.process": "{0}de proceso de terminación",
"warning.file.missing": "Advertencia: Falta el archivo {0} que se esperaba.",
"warning.debugging.not.tested": "Advertencia: La depuración no se ha probado para esta plataforma.",
"reload.workspace.for.changes": "Recargue el área de trabajo para que el cambio de configuración surta efecto.",
"reload.string": "Volver a cargar",
"invalid.download.location.received": "Se ha recibido una ubicación de descarga no válida.",
"c.cpp.symbolscope.separator": "{0}, {1}"
"invalid.download.location.received": "Se ha recibido una ubicación de descarga no válida."
}
+12
View File
@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"max.recursion.reached": "Se ha alcanzado la recursividad de expansión de cadena máxima. Posible referencia circular.",
"invalid.var.reference": "{0} de referencia de variable no válida en la cadena: {1}.",
"env.var.not.found": "No se encuentra la variable de entorno {0}",
"commands.not.supported": "No se admiten comandos para la cadena: {0}.",
"exception.executing.command": "Excepción al ejecutar {0} de comandos para la cadena: {1} {2}."
}
+10
View File
@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "Diagnósticos de C/C++",
"c.cpp.debug.protocol": "Protocolo de depuración de C/C++",
"c.cpp.warnings": "Advertencias de configuración de C/C++"
}
+1
View File
@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"macos.version.deprecated": "Las versiones de la extensión de C/C++ más recientes que {0} requieren al menos macOS versión {1}.",
"intellisense.disabled": "IntelliSenseEngine está deshabilitado",
"more.info.button": "Más información",
"ignore.button": "Omitir",
"vsix.platform.incompatible": "La extensión C/C++ instalada no coincide con el sistema.",
+36
View File
@@ -171,6 +171,13 @@
"c_cpp.configuration.inactiveRegionOpacity.markdownDescription": "Contrôle l'opacité des blocs inactifs du préprocesseur. L'échelle est comprise entre `0.1` et `1.0`. Ce paramètre ne s'applique que lorsque la gradation des régions inactives est activée.",
"c_cpp.configuration.inactiveRegionForegroundColor.description": "Contrôle la coloration de la police des blocs de préprocesseur inactifs. L'entrée se présente sous la forme d'un code de couleur hexadécimal ou d'une couleur de thème valide. Si ce paramètre n'est pas défini, la valeur par défaut est le schéma de coloration de syntaxe de l'éditeur. Ce paramètre s'applique uniquement quand l'estompage des régions inactives est activé.",
"c_cpp.configuration.inactiveRegionBackgroundColor.description": "Contrôle la coloration d'arrière-plan des blocs de préprocesseur inactifs. L'entrée se présente sous la forme d'un code de couleur hexadécimal ou d'une couleur de thème valide. Si ce paramètre n'est pas défini, la valeur par défaut est Transparent. Ce paramètre s'applique uniquement quand l'estompage des régions inactives est activé.",
"c_cpp.configuration.inlayHints.autoDeclarationTypes.enabled.markdownDescription": "Afficher les indicateurs dinlay pour le type déduit quand `auto` est utilisé dans une déclaration :\n```cpp \n\n auto index /* : int */ = 0;\n```",
"c_cpp.configuration.inlayHints.autoDeclarationTypes.showOnLeft.markdownDescription": "Afficher les indicateurs dinlay pour le type déduit quand `auto` est utilisé dans une déclaration à gauche de lidentificateur :\n```cpp \n\n auto /* int */ index = 0;\n```",
"c_cpp.configuration.inlayHints.parameterNames.enabled.markdownDescription": "Afficher des indicateurs dinlay pour les noms de paramètres :\n```cpp \n\n int a = getArea(/* width: */ x, /* height: */ y);\n```",
"c_cpp.configuration.inlayHints.parameterNames.hideLeadingUnderscores.markdownDescription": "Masquez `_` principal dans les indicateurs de nom de paramètre.",
"c_cpp.configuration.inlayHints.parameterNames.suppressWhenArgumentContainsName.markdownDescription": "Supprimez les indicateurs de nom de paramètre lorsque le texte de largument ou le commentaire inline contient le nom du paramètre :\n```cpp \n\n int a = getArea(width, /* height: */ y);\n``",
"c_cpp.configuration.inlayHints.referenceOperator.enabled.markdownDescription": "Afficher lopérateur de référence dindicateur dinlay `&` pour les paramètres passés par une référence non const :\n```cpp \n\n swap(/* &first: */ str1, /* &last: */ str2);\n```",
"c_cpp.configuration.inlayHints.referenceOperator.showSpace.markdownDescription": "Contrôle si un espace est affiché après `&` pour les paramètres passés par référence non-const.\n```cpp \n\n swap(/* & first: */ str1, /* & last: */ str2);\n```",
"c_cpp.configuration.loggingLevel.markdownDescription": "La verbosité de la journalisation dans le panneau de sortie. L'ordre des niveaux du moins verbeux au plus verbeux est : `None` < `Error` < `Warning` < `Information` < `Debug`.",
"c_cpp.configuration.autoAddFileAssociations.markdownDescription": "Contrôle si les fichiers sont automatiquement ajoutés à `#files.associations#` lorsqu'ils sont la cible d'une opération de navigation depuis un fichier C/C++.",
"c_cpp.configuration.workspaceParsingPriority.markdownDescription": "Contrôle si l'analyse des fichiers de l'espace de travail non actif utilise des dormants pour éviter d'utiliser 100% du CPU. Les valeurs `highest`/`high`/`medium`/`low` correspondent à environ 100/75/50/25% d'utilisation du CPU.",
@@ -299,6 +306,35 @@
"c_cpp.debuggers.hardwareBreakpoints.description": "Contrôle explicite du comportement du point darrêt matériel pour les cibles distantes.",
"c_cpp.debuggers.hardwareBreakpoints.require.description": "Si la valeur est true, utilisez toujours des points darrêt matériels. La valeur par défaut est false.",
"c_cpp.debuggers.hardwareBreakpoints.limit.description": "Limite facultative du nombre de points darrêt matériels disponibles à utiliser. Appliqué uniquement lorsque « require » a la valeur true et que « limit » est supérieur à 0. La valeur par défaut est 0.",
"c_cpp.debuggers.variables.description": "Variables pour la substitution récursive dans cette configuration de lancement. Chaque variable peut faire référence à dautres variables.",
"c_cpp.debuggers.variables.properties.description": "Variable de substitution récursive dans cette configuration de lancement. La valeur peut faire référence à dautres variables.",
"c_cpp.debuggers.host.description": "Informations sur lhôte.",
"c_cpp.debuggers.host.user.description": "Utilisateur se connectant à lhôte.",
"c_cpp.debuggers.host.hostName.description": "Nom de l'hôte.",
"c_cpp.debuggers.host.port.description": "Port SSH sur lhôte. La valeur par défaut est 22.",
"c_cpp.debuggers.host.jumpHost.description": "Connectez-vous à lhôte cible en effectuant dabord une connexion aux hôtes jump.",
"c_cpp.debuggers.host.localForward.description": "Transférer les connexions vers le port TCP ou le socket Unix donné sur lhôte local (client) vers lhôte et le port donnés, ou le socket Unix, du côté distant",
"c_cpp.debuggers.host.localForward.bindAddress.description": "Adresse locale",
"c_cpp.debuggers.host.localForward.port.description": "Port local",
"c_cpp.debuggers.host.localForward.host.description": "Nom de l'hôte",
"c_cpp.debuggers.host.localForward.hostPort.description": "Port hôte",
"c_cpp.debuggers.host.localForward.localSocket.description": "Socket local",
"c_cpp.debuggers.host.localForward.remoteSocket.description": "Socket distant",
"c_cpp.debuggers.deploySteps.description": "Étapes nécessaires pour déployer lapplication. La commande est importante.",
"c_cpp.debuggers.deploySteps.scp.description": "Copiez les fichiers à laide de SCP.",
"c_cpp.debuggers.deploySteps.scp.files.description": "Fichiers à copier via SCP. Prend en charge le modèle de chemin daccès.",
"c_cpp.debuggers.deploySteps.scp.targetDir.description": "Répertoire cible.",
"c_cpp.debuggers.deploySteps.scp.scpPath.description": "Chemin daccès complet facultatif au protocole SCP. Suppose que SCP est sur PATH sil nest pas spécifié",
"c_cpp.debuggers.deploySteps.debug": "Si la valeur est true, ignorez le démarrage sans débogage. Si la valeur est false, ignorez le début du débogage. Sil nest pas défini, ne lignorez jamais.",
"c_cpp.debuggers.deploySteps.ssh.description": "Étape de commande SSH.",
"c_cpp.debuggers.deploySteps.ssh.command.description": "Commande à exécuter via SSH. Commande après « -c » dans la commande SSH.",
"c_cpp.debuggers.deploySteps.ssh.sshPath.description": "Chemin complet facultatif vers SSH. Suppose que SSH est sur PATH sil nest pas spécifié",
"c_cpp.debuggers.deploySteps.continueOn.description": "Modèle de fin facultatif dans la sortie. Lorsque ce modèle est affiché dans la sortie, continuez les procédures de déploiement, que cette étape soit retournée ou non.",
"c_cpp.debuggers.deploySteps.shell.description": "Étape de commande de linterpréteur de commandes.",
"c_cpp.debuggers.deploySteps.shell.command.description": "Commande Shell à exécuter.",
"c_cpp.debuggers.vsCodeCommand.description": "VS Code commande à appeler. Peut être une commande dans VS Code ou une extension active.",
"c_cpp.debuggers.vsCodeCommand.command.description": "VS Code commande à appeler.",
"c_cpp.debuggers.vsCodeCommand.args.description": "Arguments de la commande VS Code.",
"c_cpp.taskDefinitions.name.description": "Nom de la tâche.",
"c_cpp.taskDefinitions.command.description": "Chemin daccès à un compilateur ou à un script qui effectue la compilation.",
"c_cpp.taskDefinitions.args.description": "Arguments supplémentaires à passer au compilateur ou au script de compilation.",
@@ -11,6 +11,7 @@
"lldb.framework.install.xcode": "En savoir plus",
"lldb.framework.not.found": "Impossible de localiser 'LLDB.framework' pour lldb-mi. Installez XCode ou les outils en ligne de commande XCode.",
"debugger.launchConfig": "Lancer la configuration :",
"vs.code.1.69+.required": "'deploySteps' nécessite VS Code 1.69+.",
"pre.Launch.Task": "tâche de prélancement : {0}",
"build.and.debug.active.file": "Générer et déboguer le fichier actif",
"cl.exe.not.available": "La génération et le débogage de {0} peuvent être utilisés uniquement quand VS Code est exécuté à partir de l'invite de commandes développeur pour VS.",
@@ -29,6 +30,12 @@
"cannot.build.non.cpp": "Génération et débogage impossibles, car le fichier actif n'est pas un fichier source C ou C++.",
"no.compiler.found": "Aucun compilateur",
"select.debug.configuration": "Sélectionnez une configuration de débogage",
"command.args.must.be.array": "« args » dans l’étape de déploiement de commande doit être un tableau.",
"missing.properties.scp": "« host », « files » et « targetDir » sont obligatoires dans les étapes SCP.",
"incorrect.files.type.scp": "« files » doit être une chaîne ou un tableau de chaînes dans les étapes SCP.",
"missing.properties.ssh": "« host » et « command » sont obligatoires pour les étapes ssh.",
"missing.properties.shell": "« commande » est obligatoire pour les étapes de linterpréteur de commandes.",
"deploy.step.type.not.supported": "Le type d’étape de déploiement {0} nest pas pris en charge.",
"unexpected.os": "Type de système d'exploitation inattendu",
"path.to.pipe.program": "chemin complet du programme de canal, par exemple {0}",
"enable.pretty.printing": "Activer l'impression en mode Pretty pour {0}",
@@ -4,16 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fix_all_code_analysis_problems": "Résoudre tous les problèmes danalyse du code",
"clear_all_code_analysis_problems": "Effacer tous les problèmes danalyse du code",
"c.cpp.debug.protocol": "Protocole de débogage C/C++",
"c.cpp.warnings": "Avertissements de configuration C/C++",
"fix_all_type_problems": "Résoudre tous les problèmes de {0}",
"disable_all_type_problems": "Désactiver tous les problèmes de {0}",
"clear_all_type_problems": "Effacer tous les problèmes de {0}",
"clear_this_problem": "Effacer ce problème de {0}",
"fix_this_problem": "Résoudre ce problème de {0}",
"show_documentation_for": "Afficher la documentation pour {0}",
"unable.to.start": "Impossible de démarrer le serveur de langage C/C++. Les fonctionnalités IntelliSense sont désactivées. Erreur : {0}",
"check.permissions": "EPERM : Vérifier les autorisations de '{0}'",
"server.crashed2": "Le serveur de langage s'est bloqué 5 fois au cours des 3 dernières minutes. Il n'est pas redémarré.",
@@ -23,7 +13,6 @@
"allow.button": "Autoriser",
"dont.allow.button": "Ne pas autoriser",
"ask.me.later.button": "Me demander plus tard",
"c.cpp.diagnostics": "Diagnostics C/C++",
"dismiss.button": "Ignorer",
"diable.warnings.button": "Désactiver les avertissements",
"unable.to.provide.configuration": "{0} ne peut pas fournir les informations de configuration IntelliSense de '{1}'. Les paramètres de la configuration de '{2}' sont utilisés à la place.",
@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fix_all_code_analysis_problems": "Résoudre tous les problèmes danalyse du code",
"clear_all_code_analysis_problems": "Effacer tous les problèmes danalyse du code",
"fix_all_type_problems": "Résoudre tous les problèmes de {0}",
"disable_all_type_problems": "Désactiver tous les problèmes de {0}",
"clear_all_type_problems": "Effacer tous les problèmes de {0}",
"clear_this_problem": "Effacer ce problème de {0}",
"fix_this_problem": "Résoudre ce problème de {0}",
"show_documentation_for": "Afficher la documentation pour {0}"
}
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"c.cpp.symbolscope.separator": "{0}, {1}"
}
@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"local.forward.local.conflict": "« localSocket » ne peut pas être spécifié en même temps avec « bindAddress » ou « port » dans localForwards",
"local.forward.local.missing": "« port » ou « localSocket » requis dans localForwards",
"local.forward.remote.conflict": "Impossible de spécifier « remoteSocket » en même temps que « host » ou « hostPort » dans localForwards",
"local.forward.remote.missing": "« host » et « hostPort » ou « remoteSocket » requis dans localForwards"
}
@@ -0,0 +1,20 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ssh.canceled": "Commande SSH annulée",
"ssh.passphrase.input.box": "Entrer la phrase secrète pour la clé SSH {0}",
"ssh.enter.password.for.user": "Entrez le mot de passe de lutilisateur «{0}»",
"ssh_message_enterPassword": "Entrez le mot de passe",
"ssh.continue.confirmation.placeholder": "Êtes-vous sûr de vouloir continuer ?",
"ssh.host.key.confirmation.title": "« {0} » a une empreinte digitale « {1} ».",
"continue": "Continuer",
"cancel": "Annuler",
"ssh.terminal.command.canceled": "Commande de terminal «{0}» annulée.",
"ssh.terminal.command.done": "\"{0}\" commande de terminal terminée.",
"ssh.continuing.command.canceled": "La tâche '{0}' est annulée, mais la commande sous-jacente ne peut pas être arrêtée. Vérifiez manuellement.",
"ssh.process.failed": "Échec du processus «{0}» : {1}",
"ssh.wrote.data.to.terminal": "«{0}» a écrit des données sur le terminal : «{1}» ."
}
+4 -3
View File
@@ -7,11 +7,12 @@
"failed.to.parse.json": "Échec de l'analyse du fichier json, probablement en raison de commentaires ou de virgules de fin.",
"extension.not.ready": "L'extension C/C++ est toujours en cours d'installation. Pour plus d'informations, consultez la fenêtre Sortie.",
"refer.read.me": "Pour plus d'informations sur la résolution des problèmes, consultez {0}. Des demandes peuvent être créées sur {1}",
"process.exited.with.code": "{0} a quitté avec le code d'erreur {1}",
"process.exited": "Le processus s'est arrêté avec le code {0}",
"process.succeeded": "Le processus a été exécuté avec succès.",
"killing.process": "Processus de suppression {0}",
"warning.file.missing": "Avertissement : Le fichier attendu {0} est manquant.",
"warning.debugging.not.tested": "Avertissement : Le débogage n'a pas été testé pour cette plateforme.",
"reload.workspace.for.changes": "Rechargez l'espace de travail pour appliquer les changements des paramètres.",
"reload.string": "Recharger",
"invalid.download.location.received": "Emplacement de téléchargement reçu non valide",
"c.cpp.symbolscope.separator": "{0}, {1}"
"invalid.download.location.received": "Emplacement de téléchargement reçu non valide"
}
+12
View File
@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"max.recursion.reached": "La récursivité dexpansion de chaîne maximale a été atteinte. Référence circulaire possible.",
"invalid.var.reference": "Référence de variable non valide {0} dans la chaîne : {1}.",
"env.var.not.found": "Variable denvironnement introuvable {0}",
"commands.not.supported": "Les commandes ne sont pas prises en charge pour la chaîne : {0}.",
"exception.executing.command": "Exception lors de lexécution de {0} commande pour la chaîne : {1} {2}."
}
+10
View File
@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "Diagnostics C/C++",
"c.cpp.debug.protocol": "Protocole de débogage C/C++",
"c.cpp.warnings": "Avertissements de configuration C/C++"
}
+1
View File
@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"macos.version.deprecated": "Les versions de lextension C/C++ plus récentes que {0} nécessitent au moins macOS version {1}.",
"intellisense.disabled": "IntelliSenseEngine est désactivé",
"more.info.button": "En savoir plus",
"ignore.button": "Ignorer",
"vsix.platform.incompatible": "Lextension C/C++ installée ne correspond pas à votre système.",
+36
View File
@@ -171,6 +171,13 @@
"c_cpp.configuration.inactiveRegionOpacity.markdownDescription": "Controlla l'opacità dei blocchi del preprocessore inattivi. Può essere impostata su un valore compreso tra `0,1` e `1,0`. Questa impostazione viene applicata solo se è abilitata l'attenuazione delle aree inattive.",
"c_cpp.configuration.inactiveRegionForegroundColor.description": "Controlla la colorazione dei caratteri dei blocchi del preprocessore inattivi. L'input è costituito da codice a colori esadecimale o da un colore del tema valido. Se non è impostata, per impostazione predefinita viene usato lo schema di colorazione della sintassi dell'editor. Questa impostazione viene applicata solo se è abilitata l'attenuazione delle aree inattive.",
"c_cpp.configuration.inactiveRegionBackgroundColor.description": "Controlla la colorazione di sfondo dei blocchi del preprocessore inattivi. L'input è costituito da codice a colori esadecimale o da un colore del tema valido. Se non è impostata, l'impostazione predefinita è trasparente. Questa impostazione viene applicata solo se è abilitata l'attenuazione delle aree inattive.",
"c_cpp.configuration.inlayHints.autoDeclarationTypes.enabled.markdownDescription": "Visualizza i suggerimenti di inlay per il tipo dedotto quando in una dichiarazione viene usato `auto`:\n```cpp \n\n auto index /* : int */ = 0;\n```",
"c_cpp.configuration.inlayHints.autoDeclarationTypes.showOnLeft.markdownDescription": "Visualizza i suggerimenti di inlay per il tipo dedotto quando in una dichiarazione viene usato `auto` a sinistra dell'identificatore:\n```cpp \n\n auto /* int */ index = 0;\n```",
"c_cpp.configuration.inlayHints.parameterNames.enabled.markdownDescription": "Visualizza i suggerimenti di inlay per i nomi del parametro:\n```cpp \n\n int a = getArea(/* width: */ x, /* height: */ y);\n```",
"c_cpp.configuration.inlayHints.parameterNames.hideLeadingUnderscores.markdownDescription": "Nascondere il carattere `_` iniziale nei suggerimenti per i nomi di parametro.",
"c_cpp.configuration.inlayHints.parameterNames.suppressWhenArgumentContainsName.markdownDescription": "Elimina i suggerimenti per il nome del parametro quando il testo dell'argomento o il commento inline contiene il nome del parametro:\n```cpp \n\n int a = getArea(width, /* height: */ y);\n```",
"c_cpp.configuration.inlayHints.referenceOperator.enabled.markdownDescription": "Visualizza l'operatore di riferimento del suggerimento di inlay `&` per i parametri passati dal riferimento non-const:\n```cpp \n\n swap(/* &first: */ str1, /* &last: */ str2);\n```",
"c_cpp.configuration.inlayHints.referenceOperator.showSpace.markdownDescription": "Controlla se viene visualizzato uno spazio dopo `&` per i parametri passati dal riferimento non-const:\n```cpp \n\n swap(/* & first: */ str1, /* & last: */ str2);\n```",
"c_cpp.configuration.loggingLevel.markdownDescription": "Livello di dettaglio della registrazione nel pannello di output. L'ordine dei livelli da meno dettagliato a più dettagliato è: `None` < `Error` < `Warning` < `Information` < `Debug`.",
"c_cpp.configuration.autoAddFileAssociations.markdownDescription": "Controlla se i file vengono aggiunti automaticamente a `files.associations` quando sono la destinazione di un'operazione di spostamento da un file C/C++.",
"c_cpp.configuration.workspaceParsingPriority.markdownDescription": "Controlla se durante l'analisi dei file dell'area di lavoro non attivi viene usata la modalità di sospensione per evitare l'uso di tutta la CPU. I valori `highest`/`high`/`medium`/`low` corrispondono all'incirca al 100/75/50/25% di utilizzo della CPU.",
@@ -299,6 +306,35 @@
"c_cpp.debuggers.hardwareBreakpoints.description": "Controllo esplicito del comportamento del punto di interruzione hardware per le destinazioni remote.",
"c_cpp.debuggers.hardwareBreakpoints.require.description": "Se è true, utilizzare sempre i punti di interruzione hardware. Il valore predefinito è false.",
"c_cpp.debuggers.hardwareBreakpoints.limit.description": "Limite facoltativo per il numero di punti di interruzione hardware disponibili da usare. Applicato solo quando \"require\" è true e \"limit\" è maggiore di 0. Il valore predefinito è 0.",
"c_cpp.debuggers.variables.description": "Variabili per la sostituzione ricorsiva in questa configurazione di avvio. Ogni variabile può fare riferimento ad altre.",
"c_cpp.debuggers.variables.properties.description": "Variabile per la sostituzione ricorsiva in questa configurazione di avvio. Il valore può fare riferimento ad altre variabili.",
"c_cpp.debuggers.host.description": "Informazioni sull'host.",
"c_cpp.debuggers.host.user.description": "Accesso dell'utente all'host in corso.",
"c_cpp.debuggers.host.hostName.description": "Nome host.",
"c_cpp.debuggers.host.port.description": "Porta SSH nell'host. Il valore predefinito è 22.",
"c_cpp.debuggers.host.jumpHost.description": "Connettersi all'host di destinazione effettuando prima una connessione ai jump host.",
"c_cpp.debuggers.host.localForward.description": "Inoltra le connessioni alla porta TCP o al socket Unix specificato nell'host locale (client) all'host e alla porta specificati oppure al socket Unix sul lato remoto",
"c_cpp.debuggers.host.localForward.bindAddress.description": "Indirizzo locale",
"c_cpp.debuggers.host.localForward.port.description": "Porta locale",
"c_cpp.debuggers.host.localForward.host.description": "Nome host",
"c_cpp.debuggers.host.localForward.hostPort.description": "Porta dell'host",
"c_cpp.debuggers.host.localForward.localSocket.description": "Socket locale",
"c_cpp.debuggers.host.localForward.remoteSocket.description": "Socket remoto",
"c_cpp.debuggers.deploySteps.description": "Passaggi necessari per distribuire l'applicazione. L'ordine è importante.",
"c_cpp.debuggers.deploySteps.scp.description": "Copiare i file con SCP.",
"c_cpp.debuggers.deploySteps.scp.files.description": "File da copiare tramite SCP. Supporta il modello di percorso.",
"c_cpp.debuggers.deploySteps.scp.targetDir.description": "Directory di destinazione.",
"c_cpp.debuggers.deploySteps.scp.scpPath.description": "Percorso completo facoltativo di SCP. Presuppone che SCP sia in PATH se non specificato",
"c_cpp.debuggers.deploySteps.debug": "Se true, ignorare l'avvio senza eseguire il debug. Se false, ignorare quando si avvia il debug. Se non definito, non ignorare mai.",
"c_cpp.debuggers.deploySteps.ssh.description": "Passaggio del comando SSH.",
"c_cpp.debuggers.deploySteps.ssh.command.description": "Comando da eseguire tramite SSH. Comando dopo '-c' nel comando SSH.",
"c_cpp.debuggers.deploySteps.ssh.sshPath.description": "Percorso completo facoltativo di SSH. Presuppone che SSH sia in PATH se non è specificato",
"c_cpp.debuggers.deploySteps.continueOn.description": "Modello di fine facoltativo nell'output. Quando questo modello viene visualizzato nell'output, continuare le procedure di distribuzione indipendentemente dal fatto che il passaggio venga restituito.",
"c_cpp.debuggers.deploySteps.shell.description": "Passaggio del comando della shell.",
"c_cpp.debuggers.deploySteps.shell.command.description": "Comando SQL da eseguire.",
"c_cpp.debuggers.vsCodeCommand.description": "Comando VS Code da richiamare. Può essere un comando in VS Code o un'estensione attiva.",
"c_cpp.debuggers.vsCodeCommand.command.description": "Comando VS Code da richiamare.",
"c_cpp.debuggers.vsCodeCommand.args.description": "Argomenti del comando VS Code.",
"c_cpp.taskDefinitions.name.description": "Nome dell'attività.",
"c_cpp.taskDefinitions.command.description": "Percorso di un compilatore o di uno script che esegue la compilazione.",
"c_cpp.taskDefinitions.args.description": "Argomenti aggiuntivi da passare al compilatore o allo script di compilazione.",
@@ -11,6 +11,7 @@
"lldb.framework.install.xcode": "Ulteriori informazioni",
"lldb.framework.not.found": "Non è possibile trovare 'LLDB.framework' per lldb-mi. Installare Xcode o gli strumenti da riga di comando Xcode.",
"debugger.launchConfig": "Configurazione di avvio:",
"vs.code.1.69+.required": "'deploySteps' richiede VS Code 1.69+.",
"pre.Launch.Task": "preLaunchTask: {0}",
"build.and.debug.active.file": "compilare ed eseguire il debug del file attivo",
"cl.exe.not.available": "La compilazione e il debug di {0} sono utilizzabili solo quando VS Code viene eseguito da Prompt dei comandi per gli sviluppatori per Visual Studio.",
@@ -29,6 +30,12 @@
"cannot.build.non.cpp": "Non è possibile compilare ed eseguire il debug perché il file attivo non è un file di origine C o C++.",
"no.compiler.found": "Non è stato trovato alcun compilatore",
"select.debug.configuration": "Selezionare una configurazione di debug",
"command.args.must.be.array": "\"args\" nel passaggio di distribuzione del comando deve essere una matrice.",
"missing.properties.scp": "\"host\", \"files\" e \"targetDir\" sono necessari nei passaggi scp.",
"incorrect.files.type.scp": "\"files\" deve essere una stringa o una matrice di stringhe nei passaggi SCP.",
"missing.properties.ssh": "Per i passaggi SSH sono necessari \"host\" e \"command\".",
"missing.properties.shell": "\"command\" è obbligatorio per i passaggi della shell.",
"deploy.step.type.not.supported": "Il tipo di passaggio di distribuzione {0} non è supportato.",
"unexpected.os": "Tipo di sistema operativo imprevisto",
"path.to.pipe.program": "percorso completo del programma pipe, ad esempio {0}",
"enable.pretty.printing": "Abilita la riformattazione per {0}",
@@ -4,16 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fix_all_code_analysis_problems": "Correggere tutti i problemi Code Analysis",
"clear_all_code_analysis_problems": "Cancellare tutti i problemi di Code Analysis",
"c.cpp.debug.protocol": "Protocollo di debug C/C++",
"c.cpp.warnings": "Avvisi di configurazione C/C++",
"fix_all_type_problems": "Correggere tutti i problemi {0}",
"disable_all_type_problems": "Disabilitare tutti i problemi {0}",
"clear_all_type_problems": "Cancellare tutti i problemi {0}",
"clear_this_problem": "Cancellare questo problema {0}",
"fix_this_problem": "Correggere questo problema {0}",
"show_documentation_for": "Mostrare documentazione per {0}",
"unable.to.start": "Non è possibile avviare il server di linguaggio C/C++. Le funzionalità IntelliSense verranno disabilitate. Errore: {0}",
"check.permissions": "EPERM: verificare le autorizzazioni per '{0}'",
"server.crashed2": "Si sono verificati cinque arresti anomali del server di linguaggio negli ultimi tre minuti. Non verrà riavviato.",
@@ -23,7 +13,6 @@
"allow.button": "Consenti",
"dont.allow.button": "Non consentire",
"ask.me.later.button": "Chiedi in seguito",
"c.cpp.diagnostics": "Diagnostica C/C++",
"dismiss.button": "Ignora",
"diable.warnings.button": "Disabilita avvisi",
"unable.to.provide.configuration": "{0} non riesce a fornire le informazioni di configurazione IntelliSense per '{1}'. Verranno usate le impostazioni della configurazione di '{2}'.",
@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fix_all_code_analysis_problems": "Correggere tutti i problemi Code Analysis",
"clear_all_code_analysis_problems": "Cancellare tutti i problemi di Code Analysis",
"fix_all_type_problems": "Correggere tutti i problemi {0}",
"disable_all_type_problems": "Disabilitare tutti i problemi {0}",
"clear_all_type_problems": "Cancellare tutti i problemi {0}",
"clear_this_problem": "Cancellare questo problema {0}",
"fix_this_problem": "Correggere questo problema {0}",
"show_documentation_for": "Mostrare documentazione per {0}"
}
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"c.cpp.symbolscope.separator": "{0}, {1}"
}
@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"local.forward.local.conflict": "Non è possibile specificare contemporaneamente \"localSocket\" con \"bindAddress\" o \"port\" in localForwards",
"local.forward.local.missing": "\"port\" o \"localSocket\" obbligatorio in localForwards",
"local.forward.remote.conflict": "Non è possibile specificare contemporaneamente \"remoteSocket\" con \"host\" o \"hostPort\" in localForwards",
"local.forward.remote.missing": "È necessario specificare \"host\" e \"hostPort\" o \"remoteSocket\" in localForwards"
}
@@ -0,0 +1,20 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ssh.canceled": "Comando SSH annullato",
"ssh.passphrase.input.box": "Immettere la passphrase per la chiave SSH {0}",
"ssh.enter.password.for.user": "Immettere la password per l'utente \"{0}\"",
"ssh_message_enterPassword": "Immettere la password",
"ssh.continue.confirmation.placeholder": "Continuare?",
"ssh.host.key.confirmation.title": "\"{0}\" ha l'impronta digitale \"{1}\".",
"continue": "Continua",
"cancel": "Annulla",
"ssh.terminal.command.canceled": "Il comando del terminale \"{0}\" è stato annullato.",
"ssh.terminal.command.done": "Comando terminale \"{0}\" completato.",
"ssh.continuing.command.canceled": "L'attività '{0}' è stata annullata, ma è possibile che il comando sottostante non venga terminato. Controllare manualmente.",
"ssh.process.failed": "Elaborazione \"{0}\" non riuscita: {1}",
"ssh.wrote.data.to.terminal": "\"{0}\" ha scritto i dati nel terminale: \"{1}\"."
}
+4 -3
View File
@@ -7,11 +7,12 @@
"failed.to.parse.json": "Non è stato possibile analizzare il file JSON probabilmente a causa di commenti o virgole finali.",
"extension.not.ready": "L'estensione C/C++ è ancora in fase di installazione. Per altre informazioni, vedere la finestra di output.",
"refer.read.me": "Vedere {0} per informazioni sulla risoluzione dei problemi. È possibile creare problemi in {1}",
"process.exited.with.code": "{0} è stato terminato. Codice errore: {1}",
"process.exited": "Processo terminato con codice {0}",
"process.succeeded": "Il processo è stato eseguito correttamente.",
"killing.process": "Arresto del processo.{0}",
"warning.file.missing": "Avviso: manca il file previsto {0}.",
"warning.debugging.not.tested": "Avviso: il debug non è stato testato per questa piattaforma.",
"reload.workspace.for.changes": "Ricaricare l'area di lavoro per rendere effettive le modifiche apportate alle impostazioni.",
"reload.string": "Ricarica",
"invalid.download.location.received": "È stato ricevuto un percorso di download non valido",
"c.cpp.symbolscope.separator": "{0}, {1}"
"invalid.download.location.received": "È stato ricevuto un percorso di download non valido"
}
+12
View File
@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"max.recursion.reached": "Ha raggiunto la ricorsione di espansione massima delle stringhe. Possibile riferimento circolare.",
"invalid.var.reference": "Riferimento a variabile {0} non valido nella stringa: {1}.",
"env.var.not.found": "La variabile di ambiente {0}non è stata trovata",
"commands.not.supported": "I comandi non sono supportati per la stringa: {0}.",
"exception.executing.command": "Si è verificata un'eccezione durante l'esecuzione del comando {0} per la stringa: {1} {2}."
}
+10
View File
@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "Diagnostica C/C++",
"c.cpp.debug.protocol": "Protocollo di debug C/C++",
"c.cpp.warnings": "Avvisi di configurazione C/C++"
}
+1
View File
@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"macos.version.deprecated": "Le versioni dell'estensione C/C++ più recenti di {0} richiedono almeno la versione di macOS {1}.",
"intellisense.disabled": "intelliSenseEngine è disabilitato",
"more.info.button": "Altre informazioni",
"ignore.button": "Ignora",
"vsix.platform.incompatible": "L'estensione C/C++ installata non corrisponde al sistema.",
+37 -1
View File
@@ -48,7 +48,7 @@
"c_cpp.configuration.codeAnalysis.excludeBoolean.markdownDescription": "ファイル パスの照合基準となる glob パターン。これを `true` または `false` に設定すると、パターンがそれぞれ有効/無効になります。",
"c_cpp.configuration.codeAnalysis.excludeWhen.markdownDescription": "一致するファイルの兄弟をさらにチェックします。一致するファイル名の変数として `$(basename)` を使用します。",
"c_cpp.configuration.codeAnalysis.runAutomatically.markdownDescription": "`true` の場合、ファイルを開いたり保存したりすると、コード分析が自動的に実行されます。",
"c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showDisable.markdownDescription": "`true` の場合、使用可能な場合 (次回コード分析が実行される時) に 'Disable' コード アクションが表示されます。'Disable' コード アクションを使用すると、警告コードが 'C_Cpp.codeAnalysis.clangTidy.checks.disabled' 設定に追加されます。",
"c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showDisable.markdownDescription": "`true` の場合、使用可能な場合 (次回コード分析が実行される時) に 'Disable' コード アクションが表示されます。'Disable' コード アクションを使用すると、警告コードが `C_Cpp.codeAnalysis.clangTidy.checks.disabled` 設定に追加されます。",
"c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showDocumentation.markdownDescription": "`true` の場合、使用可能な場合 (次回コード分析が実行されるときに) [ドキュメントの表示] コード アクションが表示されます。",
"c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showClear.description": "使用可能な 'Clear' コード分析の問題コード アクション オプションを制御します。その他のオプションを表示するように設定を変更すると、コード分析を再び実行することが必要になる場合があります。",
"c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showClear.None.description": "'クリア' コード アクションを表示しません。",
@@ -171,6 +171,13 @@
"c_cpp.configuration.inactiveRegionOpacity.markdownDescription": "アクティブではないプリプロセッサ ブロックの不透明度を制御します。`0.1` から `1.0` の範囲でスケーリングします。この設定は、アクティブでない領域の暗転が有効な場合にのみ適用されます。",
"c_cpp.configuration.inactiveRegionForegroundColor.description": "アクティブでないプリプロセッサ ブロックのフォントの色を制御します。入力の形式は 16 進数の色コードまたは有効なテーマの色です。設定しない場合、既定ではエディターの構文カラー スキームになります。この設定は、アクティブでない領域の暗転が有効な場合にのみ適用されます。",
"c_cpp.configuration.inactiveRegionBackgroundColor.description": "アクティブでないプリプロセッサ ブロックの背景色を制御します。入力の形式は 16 進数の色コードまたは有効なテーマの色です。設定しない場合、既定では透明になります。この設定は、アクティブでない領域の暗転が有効な場合にのみ適用されます。",
"c_cpp.configuration.inlayHints.autoDeclarationTypes.enabled.markdownDescription": "宣言で `auto` が使用されている場合、推測型のインレイ ヒントを表示する:\n```cpp \n\n auto index /* : int */ = 0;\n```",
"c_cpp.configuration.inlayHints.autoDeclarationTypes.showOnLeft.markdownDescription": "識別子の左側の宣言で `auto` が使用されている場合、推測型のインレイ ヒントを表示する:\n```cpp \n\n auto /* int */ index = 0;\n```",
"c_cpp.configuration.inlayHints.parameterNames.enabled.markdownDescription": "パラメーター名のインレイ ヒントを表示する: \n```cpp\n\nint a = getArea(/* width: */ x, /* height: */ y);\n```",
"c_cpp.configuration.inlayHints.parameterNames.hideLeadingUnderscores.markdownDescription": "パラメーター名ヒントの先頭の `_` を非表示にします。",
"c_cpp.configuration.inlayHints.parameterNames.suppressWhenArgumentContainsName.markdownDescription": "引数テキストまたはインライン コメントにパラメーター名が含まれている場合は、パラメーター名のヒントを表示しない: \n```cpp\n\nint a = getArea(width, /* height: */ y);\n```",
"c_cpp.configuration.inlayHints.referenceOperator.enabled.markdownDescription": "非定数の参照によって渡されたパラメーターのインレイ ヒント参照演算子 `&` を表示する:\n```cpp \n\n swap(/* &first: */ str1, /* &last: */ str2);\n```",
"c_cpp.configuration.inlayHints.referenceOperator.showSpace.markdownDescription": "非定数の参照によって渡されたパラメーターの `&` の後にスペースを表示するかどうかを制御する:\n```cpp \n\n swap(/* & first: */ str1, /* & last: */ str2);\n```",
"c_cpp.configuration.loggingLevel.markdownDescription": "出力パネルでのログの詳細度。詳細度のレベルは、低いものから順に次のとおりです: `None` < `Error` < `Warning` < `Information` < `Debug`。",
"c_cpp.configuration.autoAddFileAssociations.markdownDescription": "ファイルが C/C++ ファイルからのナビゲーション操作の対象である場合に、`#files.associations#` に自動的に追加されるかどうかを制御します。",
"c_cpp.configuration.workspaceParsingPriority.markdownDescription": "アクティブではないワークスペース ファイルの解析にスリープを使用して、CPU の使用率が 100% になるのを回避するかどうかを制御します。`highest`/`high`/`medium`/`low の値は、おおよそ CPU の使用率 100/75/50/25% に対応します。",
@@ -299,6 +306,35 @@
"c_cpp.debuggers.hardwareBreakpoints.description": "リモート ターゲットのハードウェア ブレークポイントの動作を明示的に制御します。",
"c_cpp.debuggers.hardwareBreakpoints.require.description": "True の場合、常にハードウェア ブレークポイントを使用します。既定値は false です。",
"c_cpp.debuggers.hardwareBreakpoints.limit.description": "使用可能なハードウェア ブレークポイントのオプション制限。\"必須\" が true、\"制限\" が 0 より大きい場合にのみ適用されます。既定値は 0 です。",
"c_cpp.debuggers.variables.description": "この起動構成での再帰的置換の変数。各変数は、他の変数を参照できます。",
"c_cpp.debuggers.variables.properties.description": "この起動構成での再帰的置換の変数。この値は、他の変数を参照する場合があります。",
"c_cpp.debuggers.host.description": "ホスト情報。",
"c_cpp.debuggers.host.user.description": "ホストにログインしているユーザー。",
"c_cpp.debuggers.host.hostName.description": "ホスト名。",
"c_cpp.debuggers.host.port.description": "ホスト上の SSH ポート。既定値は 22 です。",
"c_cpp.debuggers.host.jumpHost.description": "最初にジャンプ ホストに接続して、ターゲット ホストに接続します。",
"c_cpp.debuggers.host.localForward.description": "ローカル (クライアント) ホスト上の指定された TCP ポートまたは Unix ソケットへの接続を、リモート側の指定されたホストとポート (Unix ソケット) に転送します",
"c_cpp.debuggers.host.localForward.bindAddress.description": "ローカル アドレス",
"c_cpp.debuggers.host.localForward.port.description": "ローカル ポート",
"c_cpp.debuggers.host.localForward.host.description": "ホスト名",
"c_cpp.debuggers.host.localForward.hostPort.description": "ホスト ポート",
"c_cpp.debuggers.host.localForward.localSocket.description": "ローカル ソケット",
"c_cpp.debuggers.host.localForward.remoteSocket.description": "リモート ソケット",
"c_cpp.debuggers.deploySteps.description": "アプリケーションをデプロイするのに必要なステップ。順序が重要です。",
"c_cpp.debuggers.deploySteps.scp.description": "SCP を使用してファイルをコピーします。",
"c_cpp.debuggers.deploySteps.scp.files.description": "SCP を使用してコピーするファイル。パス パターンがサポートされています。",
"c_cpp.debuggers.deploySteps.scp.targetDir.description": "ターゲット ディレクトリ。",
"c_cpp.debuggers.deploySteps.scp.scpPath.description": "SCP への完全パス (省略可能)。指定されていない場合、SCP は PATH 上にあると想定します",
"c_cpp.debuggers.deploySteps.debug": "true の場合は、デバッグなしで開始するときにスキップします。false の場合は、デバッグを開始するときにスキップします。未定義の場合は、スキップしません。",
"c_cpp.debuggers.deploySteps.ssh.description": "SSH コマンド ステップ。",
"c_cpp.debuggers.deploySteps.ssh.command.description": "SSH 経由で実行するコマンド。SSH コマンドの '-c' の後のコマンド。",
"c_cpp.debuggers.deploySteps.ssh.sshPath.description": "SSH への完全パス (省略可能)。指定されていない場合、SSH は PATH 上にあると想定されます",
"c_cpp.debuggers.deploySteps.continueOn.description": "出力の省略可能な終了パターン。このパターンが出力に表示されたら、このステップが戻るかどうかに関係なく、デプロイ プロシージャを続行します。",
"c_cpp.debuggers.deploySteps.shell.description": "シェル コマンド ステップ。",
"c_cpp.debuggers.deploySteps.shell.command.description": "実行するシェル コマンド。",
"c_cpp.debuggers.vsCodeCommand.description": "呼び出す VS Code コマンド。VS Code またはアクティブな拡張機能のコマンドを指定できます。",
"c_cpp.debuggers.vsCodeCommand.command.description": "呼び出す VS Code コマンド。",
"c_cpp.debuggers.vsCodeCommand.args.description": "VS Code コマンドの引数。",
"c_cpp.taskDefinitions.name.description": "タスクの名前。",
"c_cpp.taskDefinitions.command.description": "コンパイルを実行するコンパイラまたはスクリプトへのパス。",
"c_cpp.taskDefinitions.args.description": "コンパイラまたはコンパイル スクリプトに渡す追加の引数。",
@@ -11,6 +11,7 @@
"lldb.framework.install.xcode": "詳細",
"lldb.framework.not.found": "lldb-mi の 'LLDB.framework' が見つかりません。XCode または XCode コマンド ライン ツールをインストールしてください。",
"debugger.launchConfig": "起動の構成:",
"vs.code.1.69+.required": "'deploySteps' にはVS Code 1.69 以降が必要です。",
"pre.Launch.Task": "preLaunchTask: {0}",
"build.and.debug.active.file": "アクティブ ファイルのビルドとデバッグ",
"cl.exe.not.available": "{0} のビルドとデバッグを使用できるのは、VS 用開発者コマンド プロンプトから VS Code を実行する場合のみです。",
@@ -29,6 +30,12 @@
"cannot.build.non.cpp": "アクティブ ファイルが C または C++ ソース ファイルではないため、ビルドおよびデバッグできません。",
"no.compiler.found": "コンパイラが見つかりませんでした",
"select.debug.configuration": "デバッグ構成を選択する",
"command.args.must.be.array": "コマンド デプロイ ステップの \"args\" は配列である必要があります。",
"missing.properties.scp": "\"host\"、\"files\"、\"targetDir\" は scp ステップで必要です。",
"incorrect.files.type.scp": "\"files\" は、scp ステップの文字列または文字列の配列である必要があります。",
"missing.properties.ssh": "\"host\" および \"command\" は ssh ステップに必要です。",
"missing.properties.shell": "\"command\" はシェル ステップに必要です。",
"deploy.step.type.not.supported": "デプロイ ステップの種類 {0} はサポートされていません。",
"unexpected.os": "予期しない OS の種類",
"path.to.pipe.program": "{0} などのパイプ プログラムへの完全なパス",
"enable.pretty.printing": "{0} の再フォーマットを有効にする",
@@ -4,16 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fix_all_code_analysis_problems": "すべてのコード分析の問題を修正する",
"clear_all_code_analysis_problems": "すべてのコード分析の問題をクリアする",
"c.cpp.debug.protocol": "C/C++ デバッグ プロトコル",
"c.cpp.warnings": "C/C++ 構成の警告",
"fix_all_type_problems": "すべての {0} の問題を修正する",
"disable_all_type_problems": "すべての {0} の問題を無効にする",
"clear_all_type_problems": "すべての {0} の問題をクリアする",
"clear_this_problem": "この {0} 問題をクリアします",
"fix_this_problem": "この {0} の問題を修正する",
"show_documentation_for": "{0} のドキュメントを表示する",
"unable.to.start": "C/C++ 言語サーバーを起動できません。IntelliSense 機能は無効になります。エラー: {0}",
"check.permissions": "EPERM: '{0}' のアクセス許可を確認してください",
"server.crashed2": "言語サーバーが過去 3 分間に 5 回クラッシュしました。再起動されません。",
@@ -23,7 +13,6 @@
"allow.button": "許可する",
"dont.allow.button": "許可しない",
"ask.me.later.button": "後で尋ねる",
"c.cpp.diagnostics": "C/C++ 診断",
"dismiss.button": "消去",
"diable.warnings.button": "警告を無効にする",
"unable.to.provide.configuration": "{0} が '{1}' の IntelliSense 構成情報を指定できません。'{2}' 構成からの設定が代わりに使用されます。",
@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fix_all_code_analysis_problems": "すべてのコード分析の問題を修正する",
"clear_all_code_analysis_problems": "すべてのコード分析の問題をクリアする",
"fix_all_type_problems": "すべての {0} の問題を修正する",
"disable_all_type_problems": "すべての {0} の問題を無効にする",
"clear_all_type_problems": "すべての {0} の問題をクリアする",
"clear_this_problem": "この {0} 問題をクリアします",
"fix_this_problem": "この {0} の問題を修正する",
"show_documentation_for": "{0} のドキュメントを表示する"
}
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"c.cpp.symbolscope.separator": "{0}、{1}"
}
@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"local.forward.local.conflict": "localForwards で \"bindAddress\" または \"port\" と同時に \"localSocket\" を指定することはできません",
"local.forward.local.missing": "\"port\" または \"localSocket\" は localForwards で必要です",
"local.forward.remote.conflict": "localForwards で \"host\" または \"hostPort\" と同時に \"remoteSocket\" を指定することはできません",
"local.forward.remote.missing": "\"host\" および \"hostPort\"、または \"remoteSocket\" が localForwards で必要です"
}
@@ -0,0 +1,20 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ssh.canceled": "SSH コマンドが取り消されました",
"ssh.passphrase.input.box": "SSH キー {0} のパスフレーズを入力してください",
"ssh.enter.password.for.user": "ユーザー \"{0}\" のパスワードを入力します。",
"ssh_message_enterPassword": "パスワードを入力してください",
"ssh.continue.confirmation.placeholder": "続行しますか?",
"ssh.host.key.confirmation.title": "\"{0}\" のフィンガープリントは \"{1}\" です。",
"continue": "続行",
"cancel": "キャンセル",
"ssh.terminal.command.canceled": "\"{0}\" ターミナル コマンドが取り消されました。",
"ssh.terminal.command.done": "\"{0}\" ターミナル コマンドが完了しました。",
"ssh.continuing.command.canceled": "タスク '{0}' は取り消されましたが、基になるコマンドを終了できない可能性があります。手動で確認してください。",
"ssh.process.failed": "\"{0}\" プロセスに失敗しました: {1}",
"ssh.wrote.data.to.terminal": "\"{0}\" ターミナルにデータを書き込みました: \"{1}\"。"
}
+4 -3
View File
@@ -7,11 +7,12 @@
"failed.to.parse.json": "json ファイルを解析できませんでした。コメントまたは末尾のコンマが原因の可能性があります。",
"extension.not.ready": "C/C++ の拡張機能はまだインストール中です。詳細については、出力ウィンドウをご覧ください。",
"refer.read.me": "トラブルシューティングの情報については、{0} を参照してください。イシューは {1} で作成できます",
"process.exited.with.code": "{0} がエラー コード {1} で終了しました",
"process.exited": "プロセスがコード {0} で終了しました",
"process.succeeded": "プロセスが正常に実行されました。",
"killing.process": "プロセス {0} の強制終了",
"warning.file.missing": "警告: 必要なファイル {0} がありません。",
"warning.debugging.not.tested": "警告: このプラットフォームのデバッグはテストされていません。",
"reload.workspace.for.changes": "設定の変更を有効にするには、ワークスペースを再度読み込んでください。",
"reload.string": "再読み込み",
"invalid.download.location.received": "無効なダウンロード場所を受信しました",
"c.cpp.symbolscope.separator": "{0}、{1}"
"invalid.download.location.received": "無効なダウンロード場所を受信しました"
}
+12
View File
@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"max.recursion.reached": "文字列展開の再帰の最大数に達しました。循環参照の可能性があります。",
"invalid.var.reference": "文字列に無効な変数参照 {0} があります: {1}。",
"env.var.not.found": "環境変数 {0} が見つかりません",
"commands.not.supported": "コマンドは文字列ではサポートされていません: {0}。",
"exception.executing.command": "文字列のコマンド {0} の実行中に例外が発生しました: {1} {2}。"
}
+10
View File
@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "C/C++ 診断",
"c.cpp.debug.protocol": "C/C++ デバッグ プロトコル",
"c.cpp.warnings": "C/C++ 構成の警告"
}
+1
View File
@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"macos.version.deprecated": "C/C++ 拡張機能のバージョンが {0} 以降である場合は、macOS バージョン {1} 以上が必要です。",
"intellisense.disabled": "intelliSenseEngine が無効です",
"more.info.button": "詳細",
"ignore.button": "無視",
"vsix.platform.incompatible": "インストールされている C/C++ 拡張機能がシステムと一致しません。",
+36
View File
@@ -171,6 +171,13 @@
"c_cpp.configuration.inactiveRegionOpacity.markdownDescription": "비활성 전처리기 블록의 불투명도를 제어합니다. `0.1`에서 `1.0` 사이에서 크기를 조정합니다. 이 설정은 비활성 영역 흐리게 표시가 사용하도록 설정된 경우에만 적용됩니다.",
"c_cpp.configuration.inactiveRegionForegroundColor.description": "비활성 전처리기 블록의 글꼴 색 지정을 제어합니다. 입력은 16진수 색 코드 또는 유효한 테마 색의 형식입니다. 설정하지 않으면 기본적으로 편집기의 구문 색 구성표로 설정됩니다. 이 설정은 비활성 영역 흐리게 표시가 사용하도록 설정된 경우에만 적용됩니다.",
"c_cpp.configuration.inactiveRegionBackgroundColor.description": "비활성 전처리기 블록의 배경색 지정을 제어합니다. 입력은 16진수 색 코드 또는 유효한 테마 색의 형식입니다. 설정하지 않으면 기본적으로 투명으로 설정됩니다. 이 설정은 비활성 영역 흐리게 표시가 사용하도록 설정된 경우에만 적용됩니다.",
"c_cpp.configuration.inlayHints.autoDeclarationTypes.enabled.markdownDescription": "선언에서 `auto`가 사용될 때 추론된 유형에 대한 인레이 힌트 표시:\n```cpp \n\n auto index /* : int */ = 0;\n```",
"c_cpp.configuration.inlayHints.autoDeclarationTypes.showOnLeft.markdownDescription": "식별자의 왼쪽에 있는 선언에서 `auto`가 사용될 때 추론된 유형에 대한 인레이 힌트 표시:\n```cpp \n\n auto /* int */ index = 0;\n```",
"c_cpp.configuration.inlayHints.parameterNames.enabled.markdownDescription": "매개 변수 이름에 대한 인레이 힌트 표시:\n```cpp \n\n int a = getArea(/* width: */ x, /* height: */ y);\n```",
"c_cpp.configuration.inlayHints.parameterNames.hideLeadingUnderscores.markdownDescription": "매개 변수 이름 힌트에서 선행 `_`를 숨깁니다.",
"c_cpp.configuration.inlayHints.parameterNames.suppressWhenArgumentContainsName.markdownDescription": "인수 텍스트 또는 인라인 주석에 매개 변수 이름이 포함된 경우 매개 변수 이름 힌트 표시 안 함:\n```cpp \n\n int a = getArea(width, /* height: */ y);\n```",
"c_cpp.configuration.inlayHints.referenceOperator.enabled.markdownDescription": "비 const 참조에 의해 전달된 매개 변수에 대한 인레이 힌트 참조 연산자 `&` 표시:\n```cpp \n\n swap(/* &first: */ str1, /* &last: */ str2);\n```",
"c_cpp.configuration.inlayHints.referenceOperator.showSpace.markdownDescription": "const가 아닌 참조로 전달된 매개 변수에 대해 `&` 뒤에 공백이 표시되는지 여부를 제어합니다.\n```cpp \n\n swap(/* & first: */ str1, /* & last: */ str2);\n```",
"c_cpp.configuration.loggingLevel.markdownDescription": "출력 패널에서 로깅의 세부 정보 표시 수준입니다. 가장 낮은 표시 수준에서 가장 높은 표시 수준의 순서는 `None` < `Error` < `Warning` < `Information` < `Debug`입니다.",
"c_cpp.configuration.autoAddFileAssociations.markdownDescription": "파일이 C/C++ 파일의 탐색 작업의 대상인 경우 `#files.associations#`에 자동으로 추가되는지 여부를 제어합니다.",
"c_cpp.configuration.workspaceParsingPriority.markdownDescription": "비활성 작업 영역 파일의 구문 분석에서 100%의 CPU 사용률을 피하기 위해 일시 정지 모드를 사용하는지 여부를 제어합니다. `highest`/`high`/`medium`/`low` 값은 대략 100/75/50/25%의 CPU 사용률에 해당합니다.",
@@ -299,6 +306,35 @@
"c_cpp.debuggers.hardwareBreakpoints.description": "원격 대상에 대한 하드웨어 중단점 동작을 명시적으로 제어합니다.",
"c_cpp.debuggers.hardwareBreakpoints.require.description": "true이면 항상 하드웨어 중단점을 사용합니다. 기본값은 false입니다.",
"c_cpp.debuggers.hardwareBreakpoints.limit.description": "사용할 수 있는 하드웨어 중단점 수에 대한 선택적 제한입니다. \"require\"가 true이고 \"limit\"가 0보다 큰 경우에만 적용됩니다. 기본값은 0입니다.",
"c_cpp.debuggers.variables.description": "이 시작 구성에서 재귀적 대체를 위한 변수입니다. 각 변수는 다른 변수를 참조할 수 있습니다.",
"c_cpp.debuggers.variables.properties.description": "이 시작 구성에서 재귀 대체를 위한 변수입니다. 값은 다른 변수를 참조할 수 있습니다.",
"c_cpp.debuggers.host.description": "호스트 정보.",
"c_cpp.debuggers.host.user.description": "사용자가 호스트에 로그인합니다.",
"c_cpp.debuggers.host.hostName.description": "호스트 이름.",
"c_cpp.debuggers.host.port.description": "호스트의 SSH 포트. 기본값은 22입니다.",
"c_cpp.debuggers.host.jumpHost.description": "먼저 점프 호스트에 연결하여 대상 호스트에 연결합니다.",
"c_cpp.debuggers.host.localForward.description": "로컬(클라이언트) 호스트의 지정된 TCP 포트 또는 Unix 소켓에 대한 연결을 원격 측의 지정된 호스트 및 포트 또는 Unix 소켓으로 전달합니다.",
"c_cpp.debuggers.host.localForward.bindAddress.description": "로컬 주소",
"c_cpp.debuggers.host.localForward.port.description": "로컬 포트",
"c_cpp.debuggers.host.localForward.host.description": "호스트 이름",
"c_cpp.debuggers.host.localForward.hostPort.description": "호스트 포트",
"c_cpp.debuggers.host.localForward.localSocket.description": "로컬 소켓",
"c_cpp.debuggers.host.localForward.remoteSocket.description": "원격 소켓",
"c_cpp.debuggers.deploySteps.description": "애플리케이션을 배포하는 데 필요한 단계입니다. 순서가 중요합니다.",
"c_cpp.debuggers.deploySteps.scp.description": "SCP를 사용하여 파일을 복사합니다.",
"c_cpp.debuggers.deploySteps.scp.files.description": "SCP를 통해 복사할 파일. 경로 패턴을 지원합니다.",
"c_cpp.debuggers.deploySteps.scp.targetDir.description": "대상 디렉터리.",
"c_cpp.debuggers.deploySteps.scp.scpPath.description": "SCP에 대한 선택적 전체 경로입니다. 지정하지 않으면 SCP가 PATH에 있다고 가정합니다.",
"c_cpp.debuggers.deploySteps.debug": "true이면 디버깅하지 않고 시작할 때 건너뜁니다. false인 경우 디버깅을 시작할 때 건너뜁니다. 정의되지 않은 경우 건너뛰지 마세요.",
"c_cpp.debuggers.deploySteps.ssh.description": "SSH 명령 단계.",
"c_cpp.debuggers.deploySteps.ssh.command.description": "SSH를 통해 실행할 명령입니다. SSH 명령에서 '-c' 뒤에 오는 명령입니다.",
"c_cpp.debuggers.deploySteps.ssh.sshPath.description": "SSH에 대한 선택적 전체 경로입니다. 지정되지 않은 경우 SSH가 PATH에 있다고 가정합니다.",
"c_cpp.debuggers.deploySteps.continueOn.description": "출력의 선택적 마감 패턴입니다. 이 패턴이 출력에 표시되면 이 단계가 반환되는지 여부에 관계없이 배포 절차를 계속합니다.",
"c_cpp.debuggers.deploySteps.shell.description": "셸 명령 단계.",
"c_cpp.debuggers.deploySteps.shell.command.description": "실행할 셸 명령입니다.",
"c_cpp.debuggers.vsCodeCommand.description": "호출할 VS 코드 명령입니다. VS Code 또는 활성 확장의 명령일 수 있습니다.",
"c_cpp.debuggers.vsCodeCommand.command.description": "호출할 VS 코드 명령입니다.",
"c_cpp.debuggers.vsCodeCommand.args.description": "VS Code 명령에 대한 인수입니다.",
"c_cpp.taskDefinitions.name.description": "작업의 이름",
"c_cpp.taskDefinitions.command.description": "컴파일을 수행하는 컴파일러 또는 스크립트의 경로",
"c_cpp.taskDefinitions.args.description": "컴파일러 또는 컴파일 스크립트에 전달할 추가 인수",
@@ -11,6 +11,7 @@
"lldb.framework.install.xcode": "추가 정보",
"lldb.framework.not.found": "lldb-mi에 대한 'LLDB.framework'를 찾을 수 없습니다. XCode 또는 XCode 명령줄 도구를 설치하세요.",
"debugger.launchConfig": "시작 구성:",
"vs.code.1.69+.required": "'deploySteps'에는 VS Code 1.69 이상이 필요합니다.",
"pre.Launch.Task": "preLaunchTask: {0}",
"build.and.debug.active.file": "활성 파일 빌드 및 디버그",
"cl.exe.not.available": "{0} 빌드 및 디버그는 VS의 개발자 명령 프롬프트에서 VS Code를 실행하는 경우에만 사용할 수 있습니다.",
@@ -29,6 +30,12 @@
"cannot.build.non.cpp": "활성 파일이 C 또는 C++ 소스 파일이 아니므로 빌드 및 디버그할 수 없습니다.",
"no.compiler.found": "컴파일러를 찾을 수 없음",
"select.debug.configuration": "디버그 구성 선택",
"command.args.must.be.array": "명령 배포 단계의 \"args\"는 배열이어야 합니다.",
"missing.properties.scp": "\"host\", \"files\" 및 \"targetDir\"은 scp 단계에서 필요합니다.",
"incorrect.files.type.scp": "\"files\"는 scp 단계에서 문자열 또는 문자열 배열이어야 합니다.",
"missing.properties.ssh": "\"host\" 및 \"command\"는 ssh 단계에 필요합니다.",
"missing.properties.shell": "\"command\"는 셸 단계에 필요합니다.",
"deploy.step.type.not.supported": "배포 단계 유형 {0}은(는) 지원되지 않습니다.",
"unexpected.os": "예기치 않은 OS 유형",
"path.to.pipe.program": "{0} 같은 파이프 프로그램의 전체 경로",
"enable.pretty.printing": "{0}에 자동 서식 지정 사용",
@@ -4,16 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fix_all_code_analysis_problems": "모든 코드 분석 문제 수정",
"clear_all_code_analysis_problems": "모든 코드 분석 문제 해결",
"c.cpp.debug.protocol": "C/C++ 디버그 프로토콜",
"c.cpp.warnings": "C/C++ 구성 경고",
"fix_all_type_problems": "모든 {0} 문제 수정",
"disable_all_type_problems": "모든 {0} 문제 비활성화",
"clear_all_type_problems": "모든 {0} 문제 해결",
"clear_this_problem": "이 {0} 문제 해결",
"fix_this_problem": "이 {0} 문제 해결",
"show_documentation_for": "{0}에 대한 문서 표시",
"unable.to.start": "C/C++ 언어 서버를 시작할 수 없습니다. IntelliSense 기능을 사용할 수 없습니다. 오류: {0}",
"check.permissions": "EPERM: '{0}'에 대한 사용 권한 확인",
"server.crashed2": "지난 3분 동안 언어 서버에서 크래시가 5회 발생했습니다. 다시 시작되지 않습니다.",
@@ -23,7 +13,6 @@
"allow.button": "허용",
"dont.allow.button": "허용 안 함",
"ask.me.later.button": "나중에 묻기",
"c.cpp.diagnostics": "C/C++ 진단",
"dismiss.button": "해제",
"diable.warnings.button": "경고 사용 안 함",
"unable.to.provide.configuration": "{0}은(는) '{1}'에 대한 IntelliSense 구성 정보를 제공할 수 없습니다. '{2}' 구성의 설정이 대신 사용됩니다.",
@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fix_all_code_analysis_problems": "모든 코드 분석 문제 수정",
"clear_all_code_analysis_problems": "모든 코드 분석 문제 해결",
"fix_all_type_problems": "모든 {0} 문제 수정",
"disable_all_type_problems": "모든 {0} 문제 비활성화",
"clear_all_type_problems": "모든 {0} 문제 해결",
"clear_this_problem": "이 {0} 문제 해결",
"fix_this_problem": "이 {0} 문제 해결",
"show_documentation_for": "{0}에 대한 문서 표시"
}
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"c.cpp.symbolscope.separator": "{0}, {1}"
}
@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"local.forward.local.conflict": "\"localSocket\"은 localForwards의 \"bindAddress\" 또는 \"port\"와 동시에 지정할 수 없습니다.",
"local.forward.local.missing": "localForwards에 \"port\" 또는 \"localSocket\"이 필요합니다.",
"local.forward.remote.conflict": "\"remoteSocket\"은 localForwards에서 \"host\" 또는 \"hostPort\"와 동시에 지정할 수 없습니다.",
"local.forward.remote.missing": "\"host\" 및 \"hostPort\" 또는 \"remoteSocket\"이 localForwards에 필요합니다."
}
@@ -0,0 +1,20 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ssh.canceled": "SSH 명령이 취소됨",
"ssh.passphrase.input.box": "{0} SSH 키 암호 입력",
"ssh.enter.password.for.user": "사용자 \"{0}\"의 암호를 입력하세요",
"ssh_message_enterPassword": "암호를 입력",
"ssh.continue.confirmation.placeholder": "액세스를 여시겠습니까?",
"ssh.host.key.confirmation.title": "\"{0}\"에 \"{1}\" 지문이 있습니다.",
"continue": "계속하기",
"cancel": "취소",
"ssh.terminal.command.canceled": "\"{0}\" 터미널 명령이 취소되었습니다.",
"ssh.terminal.command.done": "\"{0}\" 터미널 명령이 완료되었습니다.",
"ssh.continuing.command.canceled": "작업 '{0}'이(가) 취소되었지만 기본 명령이 종료되지 않을 수 있습니다. 수동으로 확인하세요.",
"ssh.process.failed": "\"{0}\" 프로세스 실패: {1}",
"ssh.wrote.data.to.terminal": "\"{0}\"이(가) \"{1}\" 터미널에 데이터를 썼습니다."
}
+4 -3
View File
@@ -7,11 +7,12 @@
"failed.to.parse.json": "주석 또는 후행 쉼표로 인해 json 파일을 구문 분석하지 못했습니다.",
"extension.not.ready": "C/C++ 확장을 아직 설치하고 있습니다. 자세한 내용은 출력 창을 참조하세요.",
"refer.read.me": "문제 해결 정보를 보려면 {0}을(를) 참조하세요. 이슈는 {1}에서 만들 수 있습니다.",
"process.exited.with.code": "오류 코드 {1}과(와) 함께 {0}이(가) 종료되었습니다.",
"process.exited": "프로세스가 {0} 코드로 종료됨",
"process.succeeded": "프로세스가 성공적으로 실행되었습니다.",
"killing.process": "프로세스 {0}종료 중",
"warning.file.missing": "경고: 필요한 파일 {0}이(가) 없습니다.",
"warning.debugging.not.tested": "경고: 디버깅이 이 플랫폼에서 테스트되지 않았습니다.",
"reload.workspace.for.changes": "설정 변경 내용을 적용하려면 작업 영역을 다시 로드합니다.",
"reload.string": "다시 로드",
"invalid.download.location.received": "잘못된 다운로드 위치가 수신되었습니다.",
"c.cpp.symbolscope.separator": "{0}, {1}"
"invalid.download.location.received": "잘못된 다운로드 위치가 수신되었습니다."
}
+12
View File
@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"max.recursion.reached": "최대 문자열 확장 재귀에 도달했습니다. 순환 참조가 발생할 수 있습니다.",
"invalid.var.reference": "문자열 {1}의 잘못된 변수 참조 {0}",
"env.var.not.found": "환경 변수 {0}을(를) 찾을 수 없습니다.",
"commands.not.supported": "{0} 문자열에는 명령이 지원되지 않습니다.",
"exception.executing.command": "{1} {2} 문자열에 대해 {0} 명령을 실행하는 동안 예외가 발생했습니다."
}

Some files were not shown because too many files have changed in this diff Show More