Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fcaadd8ef5 | ||
|
|
bb42f2f56d | ||
|
|
bc477d360a | ||
|
|
5a4be2c7d3 | ||
|
|
4d6f27df02 | ||
|
|
802b46011a | ||
|
|
3a458aa99d | ||
|
|
6559cc2af0 | ||
|
|
9ccb63f177 | ||
|
|
dbb3e72e80 | ||
|
|
4642371880 | ||
|
|
756b1aa47b | ||
|
|
2b24151d93 | ||
|
|
fcf11debc3 | ||
|
|
cf5de9cadf | ||
|
|
4aadfda399 | ||
|
|
666bc4d703 | ||
|
|
fdd100d0cd | ||
|
|
e75c76070e | ||
|
|
544c672e60 | ||
|
|
80dbf491cf | ||
|
|
1a5fdd19ed | ||
|
|
361139fc67 | ||
|
|
cf9f23d081 | ||
|
|
bebf2245af | ||
|
|
11ea1e29d9 | ||
|
|
feee0c63db | ||
|
|
a2cc5d7de7 | ||
|
|
dc1cdecdbd | ||
|
|
97d3735bb2 | ||
|
|
fe0c873609 | ||
|
|
497c341163 | ||
|
|
eb8afeda81 | ||
|
|
358f70c0ec | ||
|
|
f33c3b6205 | ||
|
|
856a6dc965 | ||
|
|
55e2ee962e | ||
|
|
40590bbc68 | ||
|
|
46204dcbf8 | ||
|
|
0de153454a | ||
|
|
b75cbb36d3 | ||
|
|
52620d638c | ||
|
|
a6a238f113 | ||
|
|
d6b46dc91f | ||
|
|
6d9308229e | ||
|
|
5855d98e55 | ||
|
|
2bc677df47 | ||
|
|
5f7fad11e4 | ||
|
|
81568ea16f | ||
|
|
31f8ee8814 | ||
|
|
7ba7e07586 | ||
|
|
e4a9ddb261 | ||
|
|
b454c98a40 | ||
|
|
73162a59aa | ||
|
|
212fc37050 | ||
|
|
15dac4338c | ||
|
|
1e19dd9f8d | ||
|
|
c101b677c4 | ||
|
|
2f0efe9055 | ||
|
|
9f4077452f | ||
|
|
d7d5aaf84d | ||
|
|
0bd5350af6 | ||
|
|
17a1b3199a | ||
|
|
d0e089cd71 | ||
|
|
293e77a863 | ||
|
|
c77712b1f4 | ||
|
|
1ed7c869aa | ||
|
|
854fecf0ea | ||
|
|
968332d3c1 | ||
|
|
9f04a5e905 | ||
|
|
6479acdb78 | ||
|
|
eb6d6abf86 | ||
|
|
72f7192e9b | ||
|
|
b1ed550820 | ||
|
|
322b16ef24 | ||
|
|
0d6853ce6c | ||
|
|
667f09c360 | ||
|
|
49aa6d7543 | ||
|
|
d9af43b95c | ||
|
|
33d169f0fa | ||
|
|
eabe5007db |
Generated
+8
-8
@@ -13,7 +13,7 @@
|
||||
"@octokit/rest": "^21.1.1",
|
||||
"@slack/web-api": "^6.9.1",
|
||||
"applicationinsights": "^2.5.1",
|
||||
"axios": "^1.8.2",
|
||||
"axios": "^1.12.1",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -2960,13 +2960,13 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/axios": {
|
||||
"version": "1.8.2",
|
||||
"resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/axios/-/axios-1.8.2.tgz",
|
||||
"integrity": "sha1-+r4G4kHf6DBx1O37yqexw6QPeXk=",
|
||||
"version": "1.12.1",
|
||||
"resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/axios/-/axios-1.12.1.tgz",
|
||||
"integrity": "sha1-B0eznFthX4H5PywTjm2CpxQmk38=",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.15.6",
|
||||
"form-data": "^4.0.0",
|
||||
"form-data": "^4.0.4",
|
||||
"proxy-from-env": "^1.1.0"
|
||||
}
|
||||
},
|
||||
@@ -4558,9 +4558,9 @@
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/js-yaml": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/js-yaml/-/js-yaml-4.1.0.tgz",
|
||||
"integrity": "sha1-wftl+PUBeQHN0slRhkuhhFihBgI=",
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b",
|
||||
"integrity": "sha1-hUwpJGdwW2mUduGi3swMijRYgGs=",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"@octokit/rest": "^21.1.1",
|
||||
"@slack/web-api": "^6.9.1",
|
||||
"applicationinsights": "^2.5.1",
|
||||
"axios": "^1.8.2",
|
||||
"axios": "^1.12.1",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
+13
-2
@@ -98,9 +98,20 @@ extends:
|
||||
- script: mkdir $(Build.ArtifactStagingDirectory)\Extension
|
||||
displayName: Create Extension Staging Directory
|
||||
|
||||
- script: yarn run vsix-prepublish
|
||||
- task: Bash@3
|
||||
displayName: Build files
|
||||
workingDirectory: $(Build.SourcesDirectory)\Extension
|
||||
inputs:
|
||||
targetType: 'inline'
|
||||
script: |
|
||||
export SRC_DIR=$(echo $BUILD_SOURCESDIRECTORY | sed 's|\\|/|g')
|
||||
cd "$SRC_DIR/Extension"
|
||||
yarn run vsix-prepublish
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "yarn run vsix-prepublish failed, sleeping for 30s before retrying..."
|
||||
sleep 30
|
||||
exit 1
|
||||
fi
|
||||
retryCountOnTaskFailure: 3
|
||||
|
||||
- script: |
|
||||
cd $(Build.SourcesDirectory)\Extension
|
||||
|
||||
@@ -5,6 +5,9 @@ parameters:
|
||||
- name: srcDir
|
||||
type: string
|
||||
default: ''
|
||||
- name: signType
|
||||
type: string
|
||||
default: 'real'
|
||||
|
||||
jobs:
|
||||
- job: package
|
||||
@@ -12,6 +15,15 @@ jobs:
|
||||
timeoutInMinutes: 30
|
||||
cancelTimeoutInMinutes: 1
|
||||
templateContext:
|
||||
mb: # Enable the MicroBuild Signing toolset
|
||||
signing:
|
||||
enabled: true
|
||||
signType: ${{ parameters.signType }}
|
||||
zipSources: false
|
||||
${{ if eq(parameters.signType, 'real') }}:
|
||||
signWithProd: true
|
||||
featureFlags:
|
||||
autoBaseline: false
|
||||
outputs:
|
||||
- output: pipelineArtifact
|
||||
displayName: '${{ parameters.vsixName }}'
|
||||
|
||||
@@ -1 +1 @@
|
||||
The documentation for c_cpp_properties.json has moved to https://code.visualstudio.com/docs/cpp/c-cpp-properties-schema-reference.
|
||||
The documentation for c_cpp_properties.json has moved to https://code.visualstudio.com/docs/cpp/customize-cpp-settings.
|
||||
+12
-12
@@ -29,25 +29,25 @@ jobs/**
|
||||
cgmanifest.json
|
||||
|
||||
# ignore development files
|
||||
tsconfig.json
|
||||
test.tsconfig.json
|
||||
ui.tsconfig.json
|
||||
tslint.json
|
||||
.eslintignore
|
||||
.eslintrc.js
|
||||
webpack.config.js
|
||||
tscCompileList.txt
|
||||
gulpfile.js
|
||||
.gitattributes
|
||||
.gitignore
|
||||
gulpfile.js
|
||||
localized_string_ids.h
|
||||
readme.developer.md
|
||||
Reinstalling the Extension.md
|
||||
test.tsconfig.json
|
||||
translations_auto_pr.js
|
||||
tsconfig.json
|
||||
tslint.json
|
||||
tscCompileList.txt
|
||||
ui.tsconfig.json
|
||||
webpack.config.js
|
||||
CMakeLists.txt
|
||||
debugAdapters/install.lock*
|
||||
typings/**
|
||||
**/*.map
|
||||
import_edge_strings.js
|
||||
localized_string_ids.h
|
||||
translations_auto_pr.js
|
||||
readme.developer.md
|
||||
Reinstalling the Extension.md
|
||||
*.d.ts
|
||||
|
||||
# ignore i18n language files
|
||||
|
||||
+107
-16
@@ -1,24 +1,115 @@
|
||||
# C/C++ for Visual Studio Code Changelog
|
||||
|
||||
## Version 1.27.0: August 7, 2025
|
||||
## Version 1.30.0: December 15, 2025
|
||||
### Enhancements
|
||||
* Change `C` completion behavior to automatically trigger after the `struct/union/enum` keyword and to filter based on the keyword. [#13634](https://github.com/microsoft/vscode-cpptools/issues/13634)
|
||||
* Change `C++` completions after `using namespace` to filter to include only namespaces and namespace aliases. [#14091](https://github.com/microsoft/vscode-cpptools/issues/14091)
|
||||
|
||||
### Bug Fixes
|
||||
* Fix `C_Cpp.commentContinuationPatterns` not working after the 2nd line (for non-`/**` patterns). [#8998](https://github.com/microsoft/vscode-cpptools/issues/8998)
|
||||
* Thanks for the contribution. [@dinhtam2c](https://github.com/dinhtam2c) [PR #14074](https://github.com/microsoft/vscode-cpptools/pull/14074)
|
||||
* Fix `${userHome}` not resolving in `C_Cpp` path settings. [#10350](https://github.com/microsoft/vscode-cpptools/issues/10350)
|
||||
* Fix completion not automatically triggering if invoked on the last column of a line when the previous token is an identifier. [#14086](https://github.com/microsoft/vscode-cpptools/issues/14086)
|
||||
* Fix changes to `C_Cpp.commentContinuationPatterns` not taking effect until the extension restarts. [#14079](https://github.com/microsoft/vscode-cpptools/issues/14079)
|
||||
* Fix `C_Cpp.commentContinuationPatterns` not working correctly for a pattern if it's a prefix of a pattern that is later in the list. [#14081](https://github.com/microsoft/vscode-cpptools/issues/14081)
|
||||
* Fix an IntelliSense crash in `a_completion_symbol_manager::handle_function` when Copilot is enabled.
|
||||
|
||||
## Version 1.29.3: December 8, 2025
|
||||
### Bug Fix
|
||||
* Remove `NETFXSDKDir` from the developer environment check. [#14084](https://github.com/microsoft/vscode-cpptools/issues/14084)
|
||||
|
||||
## Version 1.29.2: December 3, 2025
|
||||
### New Feature
|
||||
* Enable setting the VS developer environment without running VS Code from the developer command prompt. [#4742](https://github.com/microsoft/vscode-cpptools/issues/4742)
|
||||
|
||||
### Enhancements
|
||||
* Add built-in file associations for C++ extensionless system headers and set `C_Cpp.autoAddFileAssociations` to `false` by default. [#4077](https://github.com/microsoft/vscode-cpptools/issues/4077)
|
||||
* Add IntelliSense support for `c23` enums with an underlying type. [#13675](https://github.com/microsoft/vscode-cpptools/issues/13675)
|
||||
|
||||
### Bug Fixes
|
||||
* Fix 'Find All References' and 'Rename' on `#define` macro definitions. [#6194](https://github.com/microsoft/vscode-cpptools/issues/6194)
|
||||
* Fix anonymous enums not working in gcc/clang modes. [#10436](https://github.com/microsoft/vscode-cpptools/issues/10436)
|
||||
* Fix Doxygen comments at the end of a function. [#13725](https://github.com/microsoft/vscode-cpptools/issues/13725)
|
||||
* Fix mac framework search path detection to include paths passed in the `includePath` from a configuration provider, and fix omission of unpopulated Mac framework paths. [#13993](https://github.com/microsoft/vscode-cpptools/issues/13993)
|
||||
* Fix formatting with `clang-tidy` randomly getting stuck on Windows (on a call to `GetOverlappedResult`). [#14025](https://github.com/microsoft/vscode-cpptools/issues/14025)
|
||||
* Fix IntelliSense with MSVC mode C++23 deduced type construction with `auto`. [#14041](https://github.com/microsoft/vscode-cpptools/issues/14041)
|
||||
* Fix code analysis re-running automatically after a settings change when diagnostics already exist if it was manually instead of automatically invoked.
|
||||
* Reduce the memory usage in a couple cases to reduce the chance of a `bad_alloc` in cpptools.
|
||||
* Update `clang-format` and `clang-tidy` from 21.1.3 to 21.1.4 (fixes some formatting bugs).
|
||||
* Fix the handling of the cl.exe `/external:I` argument for IntelliSense configuration.
|
||||
* Fix a case where a large file could cause a `bad_alloc` in cpptools-srv on Windows.
|
||||
* Update the default compiler search to include newer versions of clang/gcc.
|
||||
* Fix a potential memory corruption crash of cpptools-srv (related to PCH).
|
||||
* Fix a crash in `detect_encoding`.
|
||||
|
||||
## Version 1.28.3: October 16, 2025
|
||||
### Enhancements
|
||||
* Add IntelliSense support for c23 `bool`, `true`, and `false`. [#13737](https://github.com/microsoft/vscode-cpptools/issues/13737)
|
||||
* Add missing C/C++ keyword completions for newer language standards. [#13982](https://github.com/microsoft/vscode-cpptools/issues/13982)
|
||||
* Update the bundled `clang-tidy` and `clang-format` from 20.1.7 to 21.1.3.
|
||||
|
||||
### Bug Fixes
|
||||
* Fix `cpptools` getting stuck when `clang-format` is invoked on a file in a `.clang-format-ignore`. [#13937](https://github.com/microsoft/vscode-cpptools/issues/13937)
|
||||
* Fix the `C/C++ Properties Schema Reference` link in the configuration UI editor. [#13949](https://github.com/microsoft/vscode-cpptools/issues/13949)
|
||||
* Fix a crash with `preReleaseCheck`. [#13953](https://github.com/microsoft/vscode-cpptools/issues/13953)
|
||||
* Fix extension activation getting stuck when certain SSH config files are processed (by the SSH targets view feature). [#13966](https://github.com/microsoft/vscode-cpptools/issues/13966)
|
||||
* Fix document symbols randomly showing previous versions of symbols after they are modified. [#13967](https://github.com/microsoft/vscode-cpptools/issues/13967)
|
||||
* Prevent tag parsing of .js files to avoid a crash. [#13980](https://github.com/microsoft/vscode-cpptools/issues/13980)
|
||||
* Fix some invalid assumptions for cppbuild tasks. [PR #13989](https://github.com/microsoft/vscode-cpptools/pull/13989)
|
||||
* Fix a random crash after changing settings while code analysis is running.
|
||||
* Fix a random memory corruption and deadlock (involving `task_deque`).
|
||||
* A potential fix for a crash (involving `line_offset_t`).
|
||||
|
||||
## Version 1.27.7: September 18, 2025
|
||||
### Enhancements
|
||||
* Show a warning when too many files are processed in a workspace. [#10828](https://github.com/microsoft/vscode-cpptools/issues/10828)
|
||||
* Improvements to GitHub Copilot activation. [PR #13924](https://github.com/microsoft/vscode-cpptools/pull/13924)
|
||||
* Thanks for the contribution. [@dbaeumer (Dirk Bäumer)](https://github.com/dbaeumer)
|
||||
* Add a `C_Cpp.windowsErrorReportingMode` setting and default to only enabling WER for the first crash in a session. [#13928](https://github.com/microsoft/vscode-cpptools/issues/13928)
|
||||
|
||||
### Bug Fixes
|
||||
* Fix the `__FILE_NAME__` macro being undefined with IntelliSense when using GCC/Clang. [#11164](https://github.com/microsoft/vscode-cpptools/issues/11164)
|
||||
* Fix an IntelliSense crash in `add_cached_tokens_to_string`. [#11900](https://github.com/microsoft/vscode-cpptools/issues/11900)
|
||||
* Fix an IntelliSense crash in `find_subobject_for_interpreter_address`. [#12464](https://github.com/microsoft/vscode-cpptools/issues/12464)
|
||||
* Fix input delays when editing `c_cpp_properties.json`. [#13591](https://github.com/microsoft/vscode-cpptools/issues/13591)
|
||||
* Fix changes to the active field being lost in the configuration UI when navigating away. [#13636](https://github.com/microsoft/vscode-cpptools/issues/13636)
|
||||
* Fix compiler query failing on Windows if optional job-related API calls fail. [#13679](https://github.com/microsoft/vscode-cpptools/issues/13679)
|
||||
* Fix bugs with Doxygen comments. [#13725](https://github.com/microsoft/vscode-cpptools/issues/13725), [#13726](https://github.com/microsoft/vscode-cpptools/issues/13726), [#13745](https://github.com/microsoft/vscode-cpptools/issues/13745)
|
||||
* Fix bugs with 'Create Definition'. [#13741](https://github.com/microsoft/vscode-cpptools/issues/13741), [#13773](https://github.com/microsoft/vscode-cpptools/issues/13773)
|
||||
* Fix IntelliSense crashes when there are duplicate constexpr template functions in a TU. [#13775](https://github.com/microsoft/vscode-cpptools/issues/13775)
|
||||
* Fix the description of `debugServerPath`. [PR #13778](https://github.com/microsoft/vscode-cpptools/pull/13778)
|
||||
* Thank you for the contribution. [@redstrate (Joshua Goins)](https://github.com/redstrate)
|
||||
* Thanks for the contribution. [@redstrate (Joshua Goins)](https://github.com/redstrate)
|
||||
* Remove `-fmodule-mapper`, `-fdeps-format`, and some additional unnecessary args from compiler queries. [#13782](https://github.com/microsoft/vscode-cpptools/issues/13782)
|
||||
* Fix `-imacro` not configuring IntelliSense correctly. [#13785](https://github.com/microsoft/vscode-cpptools/issues/13785)
|
||||
* Fix `pipeTransport.quoteArgs` not being handled correctly. [#13791](https://github.com/microsoft/vscode-cpptools/issues/13791)
|
||||
* Thank you for the contribution. [@mrjist (Matt)](https://github.com/mrjist) [PR #13794](https://github.com/microsoft/vscode-cpptools/pull/13794)
|
||||
* Thanks for the contribution. [@mrjist (Matt)](https://github.com/mrjist) [PR #13794](https://github.com/microsoft/vscode-cpptools/pull/13794)
|
||||
* Fix `.txx` and `.tpp` not being handled as C++ header files. [#13808](https://github.com/microsoft/vscode-cpptools/issues/13808)
|
||||
* Fix an error when using GitHub Copilot with VS Code older than 1.90.0. [#13818](https://github.com/microsoft/vscode-cpptools/issues/13818)
|
||||
* Fix activation failing if the `c_cpp_properties.json` exists but fails to be opened. [#13829](https://github.com/microsoft/vscode-cpptools/issues/13829)
|
||||
* Fix crash recovery. [#13838](https://github.com/microsoft/vscode-cpptools/issues/13838)
|
||||
* Fix Doxygen generation overwriting a function signature. [#13839](https://github.com/microsoft/vscode-cpptools/issues/13839)
|
||||
* Fix a crash on Windows 7, 8, and 10 (Server 2008, 2012, and 2016). [#13851](https://github.com/microsoft/vscode-cpptools/issues/13851)
|
||||
* Fix "CMake Tools" translations. [PR #13854](https://github.com/microsoft/vscode-cpptools/pull/13854)
|
||||
* Fix the language server getting stuck by a notification message box after a configuration provider times out. [#13862](https://github.com/microsoft/vscode-cpptools/issues/13862)
|
||||
* Fix a crash regression with `__BASE_FILE__`. [#13866](https://github.com/microsoft/vscode-cpptools/issues/13866)
|
||||
* Fix non-recursive browse paths from configuration providers. [#13886](https://github.com/microsoft/vscode-cpptools/issues/13886)
|
||||
* Fix an infinite recursion IntelliSense crash. [#13908](https://github.com/microsoft/vscode-cpptools/issues/13908)
|
||||
* Fix an IntelliSense crash during completion when using GCC ARM compilers. [#13925](https://github.com/microsoft/vscode-cpptools/issues/13925)
|
||||
* Fix an IntelliSense bug that could cause incorrect string lengths to be reported for string literals in files that use certain file encodings.
|
||||
* Fix an IntelliSense process crash involving `requires` expressions and templates.
|
||||
* Fix an IntelliSense process crash from deleting memory that is still in use.
|
||||
* Fix an IntelliSense process crash with `class_has_mutable_member`.
|
||||
* Fix a case of uninitialized memory in `cpptools-srv`.
|
||||
|
||||
## Version 1.26.5: September 10, 2025
|
||||
### Bug Fix
|
||||
* Fix extension activation getting stuck by GitHub Copilot activation. [#13914](https://github.com/microsoft/vscode-cpptools/issues/13914)
|
||||
* Thanks for the contribution. [@dbaeumer (Dirk Bäumer)](https://github.com/dbaeumer) [PR #13918](https://github.com/microsoft/vscode-cpptools/pull/13918)
|
||||
|
||||
## Version 1.26.4: September 9, 2025
|
||||
### Enhancement
|
||||
* Update GitHub Copilot APIs. [PR #13877](https://github.com/microsoft/vscode-cpptools/pull/13877)
|
||||
* Thanks for the contribution. [@dbaeumer (Dirk Bäumer)](https://github.com/dbaeumer)
|
||||
|
||||
## Version 1.26.3: June 24, 2025
|
||||
### New Feature
|
||||
@@ -55,7 +146,7 @@
|
||||
### Bug Fixes
|
||||
* Fix no error appearing in the configuration UI when an invalid `compilerPath` is used. [#12661](https://github.com/microsoft/vscode-cpptools/issues/12661)
|
||||
* Fix the 'Debug C/C++ File' button sometimes disappearing. [#13400](https://github.com/microsoft/vscode-cpptools/issues/13400)
|
||||
* Fix a crash in `read_double`. [#13435](https://github.com/Microsoft/vscode-cpptools/issues/13435)
|
||||
* Fix a crash in `read_double`. [#13435](https://github.com/microsoft/vscode-cpptools/issues/13435)
|
||||
* Fix the handling of default file associations for certain file extensions. [PR #13455](https://github.com/microsoft/vscode-cpptools/pull/13455)
|
||||
* Fix shell parsing of the arguments of a full command line in `compilerPath`. [PR #13468](https://github.com/microsoft/vscode-cpptools/pull/13468)
|
||||
* Fix C and CUDA files being interpreted as C++ in `compile_commands.json`. [#13471](https://github.com/microsoft/vscode-cpptools/issues/13471)
|
||||
@@ -101,7 +192,7 @@
|
||||
* Fix a potential deadlock after using 'Reset IntelliSense Database'. [#13337](https://github.com/microsoft/vscode-cpptools/issues/13337)
|
||||
* Fix some localization bugs. [PR #13373](https://github.com/microsoft/vscode-cpptools/pull/13373)
|
||||
* Fix IntelliSense showing the wrong size of objects. [#13375](https://github.com/microsoft/vscode-cpptools/issues/13375)
|
||||
* Fix the `get_mangled_function_name` IntelliSense process crash. [#13358](https://github.com/Microsoft/vscode-cpptools/issues/13358)
|
||||
* Fix the `get_mangled_function_name` IntelliSense process crash. [#13358](https://github.com/microsoft/vscode-cpptools/issues/13358)
|
||||
* Fix an issue with duplicate forced includes being removed. Multiple forced includes of the same file should now properly be included multiple times.
|
||||
* Fix an issue in which the base configuration browse paths may not get populated when using a custom configuration provider.
|
||||
* Fix an issue with forced includes not being resolved against the same include path search order as a compiler would.
|
||||
@@ -126,13 +217,13 @@
|
||||
### Enhancements
|
||||
* Modifications to the snippet completions to more closely match the snippets provided by TypeScript. [#4482](https://github.com/microsoft/vscode-cpptools/issues/4482)
|
||||
* Enable setting multiple compile commands. [#7029](https://github.com/microsoft/vscode-cpptools/issues/7029)
|
||||
* Thank you for the contribution. [@yiftahw](https://github.com/yiftahw) [PR #12960](https://github.com/microsoft/vscode-cpptools/pull/12960)
|
||||
* Thanks for the contribution. [@yiftahw](https://github.com/yiftahw) [PR #12960](https://github.com/microsoft/vscode-cpptools/pull/12960)
|
||||
* Changes to how paths are internally canonicalized on Linux and macOS, avoiding file system access to improve performance and delay resolution of symbolic links. [#12924](https://github.com/microsoft/vscode-cpptools/issues/12924)
|
||||
* Add handling of `-fno-char8_t` and `-fchar8_t` compiler arguments. [#12968](https://github.com/microsoft/vscode-cpptools/issues/12968)
|
||||
* Add support for providing well-known compiler argument information to Copilot Completions. [PR #12979](https://github.com/microsoft/vscode-cpptools/pull/12979)
|
||||
* Fixed unnecessary cancellation of Copilot context requests. [PR #12988](https://github.com/microsoft/vscode-cpptools/pull/12988)
|
||||
* Add support for passing an additional parameter to `C_Cpp.ConfigurationSelect` command. [PR #12993](https://github.com/microsoft/vscode-cpptools/pull/12993)
|
||||
* Thank you for the contribution. [@adrianstephens](https://github.com/adrianstephens)
|
||||
* Thanks for the contribution. [@adrianstephens](https://github.com/adrianstephens)
|
||||
* Update clang path setting descriptions. [PR #13071](https://github.com/microsoft/vscode-cpptools/pull/13071)
|
||||
* Update clang-format and clang-tidy from 19.1.2 to 19.1.7.
|
||||
* IntelliSense parser updates.
|
||||
@@ -140,7 +231,7 @@
|
||||
### Bug Fixes
|
||||
* Fix a perf regression in hover operation by using cached lexer line states. [#3126](https://github.com/microsoft/vscode-cpptools/issues/3126)
|
||||
* Fix `compile_commands.json` no longer being used if the containing folder is deleted and recreated. [#7030](https://github.com/microsoft/vscode-cpptools/issues/7030)
|
||||
* Thank you for the contribution. [@yiftahw](https://github.com/yiftahw) [PR #13032](https://github.com/microsoft/vscode-cpptools/pull/13032)
|
||||
* Thanks for the contribution. [@yiftahw](https://github.com/yiftahw) [PR #13032](https://github.com/microsoft/vscode-cpptools/pull/13032)
|
||||
* Increase clang-format timeout from 10 seconds to 30 seconds. [#10213](https://github.com/microsoft/vscode-cpptools/issues/10213)
|
||||
* Fix `C_Cpp.enhancedColorization` not taking effect after it's changed. [#10565](https://github.com/microsoft/vscode-cpptools/issues/10565)
|
||||
* Fix changes to `files.encoding` not triggering a database reset. [#10892](https://github.com/microsoft/vscode-cpptools/issues/10892)
|
||||
@@ -156,11 +247,11 @@
|
||||
* Fix pattern matching of sections in `.editorConfig` files. [#12933](https://github.com/microsoft/vscode-cpptools/issues/12933)
|
||||
* Fix handling of relative paths passed to cl.exe `/reference` argument. [#12944](https://github.com/microsoft/vscode-cpptools/issues/12944)
|
||||
* Fix a leak of compile command file watchers. [#12946](https://github.com/microsoft/vscode-cpptools/issues/12946)
|
||||
* Thank you for the contribution. [@yiftahw](https://github.com/yiftahw) [PR #12948](https://github.com/microsoft/vscode-cpptools/pull/12948)
|
||||
* Thanks for the contribution. [@yiftahw](https://github.com/yiftahw) [PR #12948](https://github.com/microsoft/vscode-cpptools/pull/12948)
|
||||
* Fix a compile commands fallback logic issue. [#12947](https://github.com/microsoft/vscode-cpptools/issues/12947)
|
||||
* Thank you for the contribution. [@yiftahw](https://github.com/yiftahw) [PR #12948](https://github.com/microsoft/vscode-cpptools/pull/12948)
|
||||
* Thanks for the contribution. [@yiftahw](https://github.com/yiftahw) [PR #12948](https://github.com/microsoft/vscode-cpptools/pull/12948)
|
||||
* Fix an issue in which a `didOpen` event was processed before the language client was fully started. [#12954](https://github.com/microsoft/vscode-cpptools/issues/12954)
|
||||
* Fix the IntelliSense mode being `macos` instead of `windows` when `_WIN32` is defined on macOS. [#13016](https://github.com/Microsoft/vscode-cpptools/issues/13016)
|
||||
* Fix the IntelliSense mode being `macos` instead of `windows` when `_WIN32` is defined on macOS. [#13016](https://github.com/microsoft/vscode-cpptools/issues/13016)
|
||||
* Fix IntelliSense bugs when using non-UTF8 file encodings. [#13028](https://github.com/microsoft/vscode-cpptools/issues/13028), [#13044](https://github.com/microsoft/vscode-cpptools/issues/13044)
|
||||
* Fix an incorrect translation for "binary operator". [#13048](https://github.com/microsoft/vscode-cpptools/issues/13048)
|
||||
* Fix the "references may be missing" logging pane being shown when the `C_Cpp.loggingLevel` is `Error` or `None`. [#13066](https://github.com/microsoft/vscode-cpptools/issues/13066)
|
||||
@@ -238,7 +329,7 @@
|
||||
* Fix include path ordering being incorrect if there is a duplicate. [#12525](https://github.com/microsoft/vscode-cpptools/issues/12525)
|
||||
* Fix a WebAssembly "Out of Memory" error. [#12529](https://github.com/microsoft/vscode-cpptools/issues/12529)
|
||||
* Fix an error message not being shown if the connection failed with remote attach debugging. [#12547](https://github.com/microsoft/vscode-cpptools/issues/12547)
|
||||
* Thank you for the contribution. [@MrStanislav0 (Stanislav)](https://github.com/MrStanislav0)
|
||||
* Thanks for the contribution. [@MrStanislav0 (Stanislav)](https://github.com/MrStanislav0)
|
||||
* Fix `-I` not being used if `-iquote` is also used for the same path. [#12551](https://github.com/microsoft/vscode-cpptools/issues/12551)
|
||||
* Fix issues with relative paths on `nvcc` (CUDA) command lines not being handled correctly. [#12553](https://github.com/microsoft/vscode-cpptools/issues/12553)
|
||||
* Fix a crash on shutdown on macOS with a verbose logging level. [#12567](https://github.com/microsoft/vscode-cpptools/issues/12567)
|
||||
@@ -417,7 +508,7 @@
|
||||
* Fix an exception getting thrown if IntelliSense is disabled but a configuration provider is registered. [#11795](https://github.com/microsoft/vscode-cpptools/issues/11795)
|
||||
* Fix an EACCES error when using include wildcards with system includes. [#11833](https://github.com/microsoft/vscode-cpptools/issues/11833)
|
||||
* Fix German code analysis translations. [PR #11845](https://github.com/microsoft/vscode-cpptools/pull/11845)
|
||||
* Thank you for the contribution. [@Sir2B (Tobias Obermayer)](https://github.com/Sir2B)
|
||||
* Thanks for the contribution. [@Sir2B (Tobias Obermayer)](https://github.com/Sir2B)
|
||||
* Trim trailing spaces from include paths in the configuration UI. [#11862](https://github.com/microsoft/vscode-cpptools/issues/11862)
|
||||
* Fix comma delimited lists in `@param` Doxygen parameters. [#11868](https://github.com/microsoft/vscode-cpptools/issues/11868)
|
||||
* Fix incorrect errors for `compilerPath` in the configuration UI for compilers that can be found in PATH. [#11903](https://github.com/microsoft/vscode-cpptools/issues/11903)
|
||||
@@ -555,7 +646,7 @@
|
||||
* Move user compilers to the beginning of the "known compilers" lists. [#10985](https://github.com/microsoft/vscode-cpptools/issues/10985)
|
||||
* Add file path to the details of a call hierarchy result. [#10997](https://github.com/microsoft/vscode-cpptools/issues/10997)
|
||||
* Add `miDebuggerArgs` to debugger attach option.
|
||||
* Thank you for the contribution @Summon528 [PR #11066](https://github.com/microsoft/vscode-cpptools/pull/11066)
|
||||
* Thanks for the contribution @Summon528 [PR #11066](https://github.com/microsoft/vscode-cpptools/pull/11066)
|
||||
|
||||
### Bug Fixes
|
||||
* Fix an IntelliSense parsing bug with C++20 ranges. [#8039](https://github.com/microsoft/vscode-cpptools/issues/8039)
|
||||
@@ -576,7 +667,7 @@
|
||||
* Fix the thread pool sometimes not increasing in size, which could lead to the cpptools process incorrectly being shut down. [#11003](https://github.com/microsoft/vscode-cpptools/issues/11003)
|
||||
* Stop using vcFormat if .editorconfig exists with only non-formatting cpp settings. [PR #11015](https://github.com/microsoft/vscode-cpptools/pull/11015)
|
||||
* Use integratedTerminal when user is running cl.exe for debugger. [#11032](https://github.com/microsoft/vscode-cpptools/issues/11032)
|
||||
* Thank you for the contribution @caiohamamura [PR #11035](https://github.com/microsoft/vscode-cpptools/pull/11035)
|
||||
* Thanks for the contribution @caiohamamura [PR #11035](https://github.com/microsoft/vscode-cpptools/pull/11035)
|
||||
* Fix the configure your IntelliSense notification to not show again when the "Don't Show Again" option is selected. [#11070](https://github.com/microsoft/vscode-cpptools/issues/11070)
|
||||
* Fix a bug that could cause incomplete reading of stdout/stderr of child processes on Windows.
|
||||
* Fix incorrect "declaration is incompatible" IntelliSense errors.
|
||||
@@ -1099,7 +1190,7 @@
|
||||
### New Features
|
||||
* Added support for standard `.editorconfig` entries when using vcFormat. [#7920](https://github.com/microsoft/vscode-cpptools/issues/7920)
|
||||
* Debug Step Granularity for cppdbg [PR MIEngine#1169](https://github.com/microsoft/MIEngine/pull/1169)
|
||||
* Thank you for the contribution @Trass3r
|
||||
* Thanks for the contribution @Trass3r
|
||||
* InstructionBreakpoints for cppdbg [PR MIEgnine#1192](https://github.com/microsoft/MIEngine/pull/1192)
|
||||
|
||||
### Enhancements
|
||||
|
||||
+28
-308
@@ -300,313 +300,6 @@ SOFTWARE.
|
||||
|
||||
|
||||
|
||||
---------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------
|
||||
|
||||
llvm/llvm-project 0d44201451f03ba907cdb268ddddfc3fa38a0ebd - Apache-2.0 WITH LLVM-exception
|
||||
|
||||
|
||||
(c) ABS
|
||||
(c) (tm)
|
||||
(c) Value A
|
||||
(c) auto AS
|
||||
(c) Value Sd
|
||||
(c) auto AST
|
||||
(c) CXType PT
|
||||
(c) Type I1Ty
|
||||
(c) Value RHS
|
||||
(c) X1 ... X1
|
||||
Copy (c) Copy
|
||||
(c) Type I32Ty
|
||||
(c) Value Elt0
|
||||
(c) Type Int8Ty
|
||||
(c) Type V8x8Ty
|
||||
(c) unsigned AS
|
||||
Copy c (c) Copy
|
||||
(c) Constant One
|
||||
(c) Type FloatTy
|
||||
(c) Type Int16Ty
|
||||
(c) Type Int32Ty
|
||||
(c) Type Int64Ty
|
||||
(c) Value AllocA
|
||||
(c) Value Alloca
|
||||
Alloc1 a1 (c) R1
|
||||
Alloc1 a2 (c) R1
|
||||
copyright u'2013
|
||||
(c) FileID MainID
|
||||
(c) Lower C Upper
|
||||
(c) Stmt NumExprs
|
||||
(c) Type DoubleTy
|
||||
(c) Type I32PtrTy
|
||||
(c) Value AllocaA
|
||||
Coproc, Opc1, CRm
|
||||
(c) Align NewAlign
|
||||
(c) PointerType P2
|
||||
Copyright (c) 2012
|
||||
Exprs new (c) Stmt
|
||||
(c) DeclRefExpr Ref
|
||||
(c) ExprResult NewE
|
||||
(c) Metadata Ops MD
|
||||
(c) SelectInst SelI
|
||||
(c) SmallVector MDs
|
||||
(c) TransferBatch B
|
||||
(c) Type Int32PtrTy
|
||||
(c) Type Int64PtrTy
|
||||
(c) Value InvMaxMin
|
||||
(c) BasicBlock Entry
|
||||
(c) CXXRecordDecl CD
|
||||
(c) FunctionType FTy
|
||||
(c) Offset C- Offset
|
||||
Copyright 2010 INRIA
|
||||
Copyright 2011 INRIA
|
||||
Copyright 2012 INRIA
|
||||
Copyright 2014 INRIA
|
||||
Copyright 2015 INRIA
|
||||
Copyright 2016 INRIA
|
||||
(c) FunctionType FnTy
|
||||
(c) QualType ResultTy
|
||||
(c) SourceRange Range
|
||||
AsmToks new (c) Token
|
||||
SubExprs new (c) Stmt
|
||||
(c) BasicBlock EntryBB
|
||||
(c) FunctionType FFnTy
|
||||
(c) FunctionType IFnTy
|
||||
(c) SourceLocation Loc
|
||||
Condition (c) Branches
|
||||
Context (c) LineToUnit
|
||||
(c) ErrMsg Stream Error
|
||||
(c) SmallVector NewVars
|
||||
(c) SmallVector ToErase
|
||||
Bbb kind copyright' Bbb
|
||||
(c) Constant PosDivisorC
|
||||
CommonPtr new (c) Common
|
||||
Copyright (c) 2012 CHECK
|
||||
(c) CharUnits AlignedSize
|
||||
(c) Constant NullV2I32Ptr
|
||||
(c) Constant PosDividendC
|
||||
Copyright 2010-2011 INRIA
|
||||
Copyright 2014-2015 INRIA
|
||||
COPYRIGHT,v 1.3 2003/06/02
|
||||
Coproc, Opc1, Rt, Rt2, CRm
|
||||
Copyright 2008 Google Inc.
|
||||
Copyright 2015 Google Inc.
|
||||
Copyright 2018 Google Inc.
|
||||
Copyright The LLVM project
|
||||
coprime. APInt A HugePrime
|
||||
(c) IdentifierInfo NumExprs
|
||||
(c) VectorType Int8PtrVecTy
|
||||
Copyright (c) 1997, Phillip
|
||||
Copyright 2005, Google Inc.
|
||||
Copyright 2006, Google Inc.
|
||||
Copyright 2007, Google Inc.
|
||||
Copyright 2008, Google Inc.
|
||||
Copyright 2013, Google Inc.
|
||||
Copyright 2015, Google Inc.
|
||||
InitCache (c) TransferBatch
|
||||
Copyright 2006, Dean Edwards
|
||||
(c) CXXBaseSpecifier NumBases
|
||||
(c) Designator NumDesignators
|
||||
(c) StringLiteral NumClobbers
|
||||
Constraints new (c) StringRef
|
||||
Copyright (c) 2010 Apple Inc.
|
||||
Copyright (c) by P.J. Plauger
|
||||
Copyright 2010 Zencoder, Inc.
|
||||
Copyright 2017 Roman Lebedev.
|
||||
ParamInfo new (c) ParmVarDecl
|
||||
Copyright (c) 2009 Google Inc.
|
||||
Copyright (c) 2016 Aaron Watry
|
||||
Copyright (c) 2017 Google Inc.
|
||||
Copyright (c) 2018 Jim Ingham.
|
||||
IMPL-NEXT switch (c) IMPL-NEXT
|
||||
coprocessor. SDValue ImmCorpoc
|
||||
(c) CHECK-NEXT foo() CHECK-NEXT
|
||||
(copr0) ConstantDataVector CDV1
|
||||
(copr1) ConstantDataVector CDV2
|
||||
Copyright (c) 1994 X Consortium
|
||||
Copyright (c) 2008 Matteo Frigo
|
||||
Copyright (c) 2009 Matteo Frigo
|
||||
Copyright 2008-2010 Apple, Inc.
|
||||
Copyright 2015 Sven Verdoolaege
|
||||
Copyright 2016 Sven Verdoolaege
|
||||
Copyright 2017 Sven Verdoolaege
|
||||
Copyright 2018 Cerebras Systems
|
||||
Copyright 2018 Sven Verdoolaege
|
||||
Copyright 2019 Cerebras Systems
|
||||
Copyright, License, and Patents
|
||||
Other Coprocessor Instructions.
|
||||
(c) StringLiteral NumConstraints
|
||||
Copyright 2011 Sven Verdoolaege.
|
||||
(c) foo() pragma omp target teams
|
||||
Copyright (c) 1992 Henry Spencer.
|
||||
Copyright (c) 2004-2018 Bootstrap
|
||||
Copyright (c) 2006 Kirill Simonov
|
||||
Copyright (c) 2010-2018 Bootstrap
|
||||
Copyright 2001-2004 Unicode, Inc.
|
||||
Value0 Data.getULEB128 (c) Value1
|
||||
copyright u'2003- d, LLVM Project
|
||||
copyright u'2011- d, LLVM Project
|
||||
Copyright (c) 1999-2007 Apple Inc.
|
||||
Copyright (c) 2009-2019 Polly Team
|
||||
Copyright 2012 Universiteit Leiden
|
||||
Copyright 2016-2017 Tobias Grosser
|
||||
copyright u'2007- d, The LLDB Team
|
||||
copyright u'2013- d, Analyzer Team
|
||||
Constraint new (c) AtomicConstraint
|
||||
Copyright (c) 2015the LLVM Project.
|
||||
copyright u'2007- d, The Clang Team
|
||||
copyright u'2010- d, The Polly Team
|
||||
copyright u'2017- d, The Flang Team
|
||||
Copyright (C ) Microsoft Corporation
|
||||
Copyright (c) 2001 Alexander Peslyak
|
||||
Copyright (c) 2014, 2015 Google Inc.
|
||||
Copyright (c) 2019 The MLIR Authors.
|
||||
Copyright (c) Microsoft Corporation.
|
||||
Copyright 2015-2016 Sven Verdoolaege
|
||||
Copyright 2016, 2017 Tobias Grosser.
|
||||
Copyright 2016-2017 Sven Verdoolaege
|
||||
Copyright 2018-2019 Cerebras Systems
|
||||
(c) PointerType InitPtrType InitValue
|
||||
Copyright (c) 1999-2003 Steve Purcell
|
||||
Copyright (c) 2012-2016, Yann Collet.
|
||||
Copyright 2011,2015 Sven Verdoolaege.
|
||||
DiagStorage new (c) DiagnosticStorage
|
||||
Copyright (c) 2008 Christian Haggstrom
|
||||
Copyright (c) 2012 Avionic Design GmbH
|
||||
Copyright 2007-2010 by the Sphinx team
|
||||
(c) CHECK-NEXT T break CHECK-NEXT Preds
|
||||
Copyright (c) 2002-2004 Tim J. Robbins.
|
||||
Copyright (c) 2005 Free Standards Group
|
||||
Copyright (c) 2019, NVIDIA CORPORATION.
|
||||
Copyright 2005-2007 Universiteit Leiden
|
||||
Copyright 2006-2007 Universiteit Leiden
|
||||
Copyright 2012 Ecole Normale Superieure
|
||||
Copyright 2013 Ecole Normale Superieure
|
||||
Copyright 2014 Ecole Normale Superieure
|
||||
Copyright 2016 Ismael Jimenez Martinez.
|
||||
NameCount AS.getU32 (c) AbbrevTableSize
|
||||
in LLVM, Diploma Thesis, (c) April 2011
|
||||
(c) StringRef NumClobbers // FIXME Avoid
|
||||
Copyright (c) 1997-2019 Intel Corporation
|
||||
Copyright (c) 2010-2015 Benjamin Peterson
|
||||
Copyright 1992, 1993, 1994 Henry Spencer.
|
||||
coproc_option_imm Operand let PrintMethod
|
||||
(c) CXXCtorInitializer NumIvarInitializers
|
||||
(c), intrinsic cos !WARNING Attribute BIND
|
||||
Copyright (c) 2004 eXtensible Systems, Inc.
|
||||
Copyright (c) 2009-2014 by the contributors
|
||||
Copyright (c) 2009-2015 by the contributors
|
||||
Copyright (c) 2009-2016 by the contributors
|
||||
Copyright (c) 2009-2019 by the contributors
|
||||
Copyright (c) 2011-2014 by the contributors
|
||||
Copyright (c) 2011-2019 by the contributors
|
||||
Copyright (c) 2017-2019 by the contributors
|
||||
(c) CHECK-NEXT Preds (1) B4 CHECK-NEXT Succs
|
||||
(c) CHECK-NEXT Preds (1) B5 CHECK-NEXT Succs
|
||||
(c) CHECK-NEXT Preds (1) B7 CHECK-NEXT Succs
|
||||
CoprocNumAsmOperand AsmOperandClass let Name
|
||||
CoprocRegAsmOperand AsmOperandClass let Name
|
||||
Copyright (c) 1993 by Sun Microsystems, Inc.
|
||||
Copyright 2012,2014 Ecole Normale Superieure
|
||||
Copyright 2012-2013 Ecole Normale Superieure
|
||||
Copyright 2012-2014 Ecole Normale Superieure
|
||||
Copyright 2013-2014 Ecole Normale Superieure
|
||||
Copyright (c) 1992, 1993, 1994 Henry Spencer.
|
||||
Copyright (c) 2002-2007 Michael J. Fromberger
|
||||
Copyright 2000 Free Software Foundation, Inc.
|
||||
CompUnitCount AS.getU32 (c) LocalTypeUnitCount
|
||||
Copyright (c) 2008 Ryan McCabe <[email protected]>
|
||||
ForeignTypeUnitCount AS.getU32 (c) BucketCount
|
||||
CoprocOptionAsmOperand AsmOperandClass let Name
|
||||
Copyright (c) 2014 Advanced Micro Devices, Inc.
|
||||
Copyright (c) 2015 Advanced Micro Devices, Inc.
|
||||
(c) Designator NumDesigs NumDesignators NumDesigs
|
||||
Copyright (c) 1992, 1993 UNIX International, Inc.
|
||||
Copyright (c) 2004 Free Software Foundation, Inc.
|
||||
Copyright (c) 2008 Free Software Foundation, Inc.
|
||||
Copyright (c) 2011 Free Software Foundation, Inc.
|
||||
Copyright (c) 2012 Free Software Foundation, Inc.
|
||||
Copyright (c) 2012, Noah Spurrier <[email protected]>
|
||||
Copyright (c) 2013-2014, Pexpect development team
|
||||
Copyright (c) 2013-2016, Pexpect development team
|
||||
Copyright (c) 2014 Free Software Foundation, Inc.
|
||||
Copyright (c) 2015 Paul Norman <[email protected]>
|
||||
Copyright (c) 2016 Aaron Watry <[email protected]>
|
||||
Copyright extcopyright~ he year the LLVM Project.
|
||||
(c) CHECK-NEXT Preds (3) B3 B4 B2 CHECK-NEXT Succs
|
||||
(c) CHECK-NEXT Preds (3) B3 B5 B6 CHECK-NEXT Succs
|
||||
Copyright (c) 2003-2010 Python Software Foundation
|
||||
Copyright (c) 2008 Paolo Bonzini <[email protected]>
|
||||
Copyright (c) 2012 Zack Weinberg <[email protected]>
|
||||
Copyright 2008-2009 Katholieke Universiteit Leuven
|
||||
(c) Desc StrOffsetsContributionDescriptor C- Offset
|
||||
(c) Stmt NumExprs std::copy Exprs, Exprs + NumExprs
|
||||
Copyright (c) 2008 Guido U. Draheim <[email protected]>
|
||||
Copyright (c) 2008 Stepan Kasal <[email protected]>
|
||||
Copyright (c) 2012 Qualcomm Innovation Center, Inc.
|
||||
Copyright (c) 2008 Benjamin Kosnik <[email protected]>
|
||||
Copyright (c) 2014,2015 Advanced Micro Devices, Inc.
|
||||
Copyright (c) 2014 Mike Frysinger <[email protected]>
|
||||
Copyright (c) 2014, 2015 Advanced Micro Devices, Inc.
|
||||
Copyright (c) 2016 Krzesimir Nowak <[email protected]>
|
||||
Copyright (c) 1994-2014 Free Software Foundation, Inc.
|
||||
Copyright (c) 1996-2014 Free Software Foundation, Inc.
|
||||
Copyright (c) 1996-2018 Free Software Foundation, Inc.
|
||||
Copyright (c) 1997-2014 Free Software Foundation, Inc.
|
||||
Copyright (c) 1999-2013 Free Software Foundation, Inc.
|
||||
Copyright (c) 1999-2014 Free Software Foundation, Inc.
|
||||
Copyright (c) 2001-2014 Free Software Foundation, Inc.
|
||||
Copyright (c) 2002-2014 Free Software Foundation, Inc.
|
||||
Copyright (c) 2003-2014 Free Software Foundation, Inc.
|
||||
Copyright (c) 2004-2014 Free Software Foundation, Inc.
|
||||
Copyright (c) 2006-2014 Free Software Foundation, Inc.
|
||||
Copyright (c) 2008 Sven Verdoolaege <[email protected]>
|
||||
Copyright (c) 2009-2014 Free Software Foundation, Inc.
|
||||
Copyright (c) 2010-2015 Free Software Foundation, Inc.
|
||||
Copyright (c) 2010-2017 Free Software Foundation, Inc.
|
||||
Copyright (c) 2011-2013 Free Software Foundation, Inc.
|
||||
Copyright (c) 2015 Moritz Klammler <[email protected]>
|
||||
(c) StructType FrameTy Shape.FrameTy Instruction FramePtr
|
||||
Copyright (c) 2013 Jesse Towner <[email protected]>
|
||||
Copyright (c) 2013 Roy Stogner <[email protected]>
|
||||
(c) Type AtExitFuncArgs VoidStar FunctionType AtExitFuncTy
|
||||
(c) GlobalVariable Handle new GlobalVariable M, DsoHandleTy
|
||||
(c) Type ArgTys Int32Ty, Int32Ty, Int32Ty FunctionType FnTy
|
||||
Copyright (c) 2004 Scott James Remnant <[email protected]>
|
||||
Copyright (c) 2008 Steven G. Johnson <[email protected]>
|
||||
Copyright (c) 2009 Steven G. Johnson <[email protected]>
|
||||
Copyright (c) 2004, 2011-2018 Free Software Foundation, Inc.
|
||||
Copyright (c) 2013 Victor Oliveira <[email protected]>
|
||||
(c) DeclRefExpr DR M.makeDeclRefExpr(PV) ImplicitCastExpr ICE
|
||||
(c) IdentifierInfo NumExprs std::copy Names, Names + NumExprs
|
||||
Copyright (c) 1998 Todd C. Miller <[email protected]>
|
||||
(c) BranchInst BI BranchInst::Create(Exit, Exit, False, Entry)
|
||||
Copyright (c) 1994 The Regents of the University of California.
|
||||
Copyright (c) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||
Copyright (c) 1996-2001, 2003-2018 Free Software Foundation, Inc.
|
||||
Copyright (c) 2003-2019 University of Illinois at Urbana-Champaign.
|
||||
Copyright (c) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (c) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
|
||||
Copyright (c) 2007-2018 University of Illinois at Urbana-Champaign.
|
||||
Copyright (c) 2007-2019 University of Illinois at Urbana-Champaign.
|
||||
(c) StringRef Expression Data.getBytes(C, BlockLength) DataExtractor
|
||||
Copyright (c) 2006-2009 Steven J. Bethard <[email protected]>
|
||||
Copyright (c) 1992, 1993 The Regents of the University of California.
|
||||
(c) StringLiteral NumClobbers std::copy Clobbers, Clobbers + NumClobbers
|
||||
Copyright (c) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Copyright (c) 1992, 1993, 1994 The Regents of the University of California.
|
||||
Copyright (c) 2004-2005, 2007-2008, 2011-2018 Free Software Foundation, Inc.
|
||||
Copyright (c) 2004-2005, 2007-2009, 2011-2018 Free Software Foundation, Inc.
|
||||
Copyright (c) 2004-2005, 2007, 2009, 2011-2018 Free Software Foundation, Inc.
|
||||
(c) StringLiteral NumConstraints std::copy Constraints, Constraints + NumConstraints
|
||||
Copyright (c) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
|
||||
Copyright (c) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
|
||||
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||
Copyright (c) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||
Copyright (c) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
|
||||
|
||||
Apache-2.0 WITH LLVM-exception
|
||||
|
||||
---------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------
|
||||
@@ -956,6 +649,33 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
||||
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
|
||||
---------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------
|
||||
|
||||
semver 7.7.3 - ISC
|
||||
https://github.com/npm/node-semver#readme
|
||||
|
||||
Copyright Isaac Z. Schlueter
|
||||
Copyright (c) Isaac Z. Schlueter and Contributors
|
||||
|
||||
The ISC License
|
||||
|
||||
Copyright (c) Isaac Z. Schlueter and Contributors
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
copyright notice and this permission notice appear in all copies.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
||||
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
|
||||
---------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------
|
||||
@@ -2681,7 +2401,7 @@ SOFTWARE.
|
||||
|
||||
---------------------------------------------------------
|
||||
|
||||
tmp 0.2.4 - MIT
|
||||
tmp 0.2.5 - MIT
|
||||
http://github.com/raszi/node-tmp
|
||||
|
||||
Copyright (c) 2014 KARASZI Istvan
|
||||
|
||||
@@ -3671,5 +3671,79 @@
|
||||
"Jednotka oddílu modulu EDG IFC",
|
||||
"Deklaraci modulu nelze z této jednotky překladu exportovat, pokud není vytvořen soubor rozhraní modulu.",
|
||||
"Deklarace modulu se musí exportovat z této jednotky překladu, aby se vytvořil soubor rozhraní modulu.",
|
||||
"Bylo požadováno generování souboru modulu, ale v jednotce překladu nebyl deklarován žádný modul."
|
||||
"Bylo požadováno generování souboru modulu, ale v jednotce překladu nebyl deklarován žádný modul.",
|
||||
"nahrazení %T za %n neúspěšných omezení",
|
||||
"%n není splněno pro %T",
|
||||
"rozšíření #embed je příliš dlouhé pro inicializaci entity typu %t",
|
||||
"operátor defined tady není povolený",
|
||||
"%n není členem %t",
|
||||
"zužující převod na podepsaný znak v datech #embed",
|
||||
"operátor není povolený pro typy „vector of bool“",
|
||||
"objekt je pro vyhodnocení konstanty příliš velký",
|
||||
"dočasný objekt odkazující sám na sebe",
|
||||
"lambda v tomto kontextu nemůže odkazovat na místní proměnnou nebo init-capture",
|
||||
"parametr lambda nemůže skrýt explicitní zachycení",
|
||||
"parametr šablony lambda nemůže skrýt explicitní zachycení",
|
||||
"pro zpracování této jednotky překladu není k dispozici dostatek adresního prostoru",
|
||||
"<undetermined type>",
|
||||
"<undetermined constant>",
|
||||
"<undetermined template>",
|
||||
"nakonfigurovaná velikost %s je pro zadaný počet bitů řetězce mantissa a exponentu příliš malá",
|
||||
"výraz",
|
||||
"<expression>",
|
||||
"bez názvu",
|
||||
"<unnamed>",
|
||||
"<error-type>",
|
||||
"<unknown-type>",
|
||||
"<something>",
|
||||
"<null-type>",
|
||||
"<no-init>",
|
||||
"<zero-init>",
|
||||
"bitová kopie: ",
|
||||
"<bitwise-copy>",
|
||||
"výsledek třídy přes konstruktor: ",
|
||||
"<constructor-call>",
|
||||
"<NULL expression>",
|
||||
"<error>",
|
||||
"<NULL routine>",
|
||||
"<default>",
|
||||
"parametr #",
|
||||
" (o jednu úroveň výš)",
|
||||
" o úroveň výše",
|
||||
"dynamic-init: ",
|
||||
"<error-constant>",
|
||||
"stack-offset-of:",
|
||||
"<implicit element> ",
|
||||
" opakování ",
|
||||
"celé číslo",
|
||||
"výčet",
|
||||
"vymezený výčet",
|
||||
"aritmetické",
|
||||
"non-bool arithmetic",
|
||||
"ukazatel",
|
||||
"typ nullptr",
|
||||
"popisovač",
|
||||
"handle-to-CLI-array",
|
||||
"pointer-to-object",
|
||||
"pointer-to-function",
|
||||
"pointer-to-member",
|
||||
"bool",
|
||||
"bool-equivalent",
|
||||
"třída",
|
||||
"nestálý operand pro inkrementační výraz je zastaralý",
|
||||
"nestálý operand pro dekrementační výraz je zastaralý",
|
||||
"%n dřív deklarované bez atributu „indeterminate“",
|
||||
"výchozí konstruktor pro %t je explicitní",
|
||||
"nepodařilo se načíst definici %n v %m",
|
||||
"nepodařilo se načíst inicializátor pro %n v %m",
|
||||
"třída s názvem typedef pro účely propojení nemůže mít základní třídu",
|
||||
"třída s názvem typedef pro účely propojení nemůže mít členskou funkci",
|
||||
"třída s názvem typedef pro účely propojení nemůže mít vnořený typ jiný než typ výčtu nebo typ třídy bez uzávěru",
|
||||
"třída s názvem typedef pro účely propojení nemůže obsahovat výraz lambda",
|
||||
"třída s názvem typedef pro účely propojení nemůže mít nestatický datový člen s výchozím inicializátorem",
|
||||
"deklarace člena statických dat není v anonymní třídě povolená",
|
||||
"výsledek inicializátoru odkazuje na proměnnou dllimport",
|
||||
"šablona s atributem no_specializations nemůže být specializovaná",
|
||||
"„static“ je zde nestandardní",
|
||||
"%nd byl dříve deklarován bez explicitního základu výčtu"
|
||||
]
|
||||
|
||||
@@ -3671,5 +3671,79 @@
|
||||
"EDG-IFC-Modulpartitionseinheit",
|
||||
"Die Moduldeklaration kann aus dieser Übersetzungseinheit exportiert werden, wenn eine Modulschnittstellendatei erstellt werden.",
|
||||
"Die Moduldeklaration muss aus dieser Übersetzungseinheit exportiert werden, um eine Modulschnittstellendatei zu erstellen.",
|
||||
"Die Moduldateigenerierung wurde angefordert, aber in der Übersetzungseinheit wurde kein Modul deklariert."
|
||||
"Die Moduldateigenerierung wurde angefordert, aber in der Übersetzungseinheit wurde kein Modul deklariert.",
|
||||
"Ersetzen von %T durch %n fehlgeschlagene Einschränkungen",
|
||||
"%n nicht zufrieden für %T",
|
||||
"die #embed Erweiterung ist zu lang, um eine Entität des Typs zu initialisieren %t",
|
||||
"Der „defined“-Operator ist hier nicht zulässig",
|
||||
"%n ist kein Member von %t",
|
||||
"Einschränken der Konvertierung in signiertes Zeichen in #embed Daten",
|
||||
"Der Operator ist für „Vektor-of-bool“-Typen nicht zulässig",
|
||||
"Objekt zu groß für konstanten Auswertung",
|
||||
"Temporäres Objekt, das auf sich selbst verweist",
|
||||
"Ein Lambda kann in diesem Kontext nicht auf eine lokale Variable oder init-capture verweisen",
|
||||
"Ein Lambdaparameter kann eine explizite Erfassung nicht ausblenden",
|
||||
"Ein Lambdavorlagenparameter kann eine explizite Erfassung nicht ausblenden",
|
||||
"Es ist nicht genügend Adressraum vorhanden, um diese Übersetzungseinheit zu verarbeiten",
|
||||
"<bestimmter Typ>",
|
||||
"<bestimmte Konstante>",
|
||||
"<bestimmte Vorlage>",
|
||||
"die konfigurierte Größe von %s ist zu klein für die angegebene Anzahl von Mantisse + Exponentenbits",
|
||||
"Ausdruck",
|
||||
"<Ausdruck>",
|
||||
"Unbenannt",
|
||||
"<Unbenannt>",
|
||||
"<fehlertyp>",
|
||||
"<unbekannter-typ>",
|
||||
"<etwas>",
|
||||
"<null-typ>",
|
||||
"<kein-init>",
|
||||
"<null-init>",
|
||||
"bitweise Kopie von: ",
|
||||
"<bitwise-kopie>",
|
||||
"Klassenergebnis über ctor: ",
|
||||
"<konstruktor-aufruf>",
|
||||
"<NULL-Ausdruck>",
|
||||
"<Fehler>",
|
||||
"<NULL-Routine>",
|
||||
"<Standard>",
|
||||
"Parameternr.",
|
||||
" (eine Ebene höher)",
|
||||
" Stufen nach oben",
|
||||
"dynamische-init: ",
|
||||
"<Fehlerkonstante>",
|
||||
"Stack-Offset-von:",
|
||||
"<implizites-Element> ",
|
||||
" Wiederholungen von ",
|
||||
"Integer",
|
||||
"Enumeration",
|
||||
"Bereichsenumeration",
|
||||
"arithmetisch",
|
||||
"nicht boolesche Arithmetik",
|
||||
"Zeiger",
|
||||
"nullptr-Typ",
|
||||
"Handle",
|
||||
"Handle-to-CLI-Array",
|
||||
"Pointer-zum-Objekt",
|
||||
"Pointer-auf-Funktion",
|
||||
"pointer-to-member",
|
||||
"bool",
|
||||
"bool-äquivalent",
|
||||
"Klasse",
|
||||
"Ein flüchtiger Operand zu einem Inkrementausdruck ist veraltet",
|
||||
"Ein flüchtiger Operand zu einem Dekrementausdruck ist veraltet",
|
||||
"%n zuvor ohne das Attribut „unbestimmt“ deklariert",
|
||||
"der Standardkonstruktor für %t ist explizit",
|
||||
"Fehler beim Laden der Definition von %n in %m",
|
||||
"Fehler beim Laden des Initialisierers für %n in %m",
|
||||
"Eine Klasse mit einem typedef-Namen zu Verknüpfungszwecken darf keine Basisklasse aufweisen",
|
||||
"Eine Klasse mit einem typedef-Namen zu Verknüpfungszwecken darf keine Memberfunktion aufweisen",
|
||||
"Eine Klasse mit einem typedef-Namen für Verknüpfungszwecke darf keinen geschachtelten Typ aufweisen, außer einem Enumerationstyp oder einem Klassentyp ohne Abschluss",
|
||||
"Eine Klasse mit einem typedef-Namen zu Verknüpfungszwecken darf keinen Lambdaausdruck enthalten",
|
||||
"eine Klasse mit einem typedef-Namen zu Verknüpfungszwecken darf keinen nicht statischen Datenmember mit einem Standardmemberinitialisierer aufweisen",
|
||||
"Eine statische Datenmemberdeklaration ist in einer unbenannten Klasse nicht zulässig",
|
||||
"Initialisiererergebnis behebt eine dllimport-Variable",
|
||||
"Vorlage mit dem Attribut „no_specializations“ kann nicht spezialisiert werden",
|
||||
"„static“ entspricht hier nicht dem Standard",
|
||||
"%nd wurde zuvor ohne explizite Enumerationsbasis deklariert"
|
||||
]
|
||||
@@ -3671,5 +3671,79 @@
|
||||
"Unidad de partición del módulo EDG IFC",
|
||||
"la declaración de módulo no se puede exportar desde esta unidad de traducción a menos que se cree un archivo de interfaz de módulo",
|
||||
"la declaración de módulo debe exportarse desde esta unidad de traducción para crear un archivo de interfaz de módulo",
|
||||
"se solicitó la generación de archivos de módulo, pero no se declaró ningún módulo en la unidad de traducción"
|
||||
"se solicitó la generación de archivos de módulo, pero no se declaró ningún módulo en la unidad de traducción",
|
||||
"sustitución de %T por %n restricciones fallidas",
|
||||
"%n no satisfecho para %T",
|
||||
"La expansión #embed es demasiado larga para inicializar una entidad de tipo %t",
|
||||
"El operador \"definido\" no está permitido aquí",
|
||||
"%n no es miembro de %t",
|
||||
"reducción de la conversión a caracteres con signo en datos #embed",
|
||||
"el operador no está permitido para los tipos \"vector de bool\"",
|
||||
"objeto demasiado grande para la evaluación constante",
|
||||
"objeto temporal que hace referencia a sí mismo",
|
||||
"una lambda no puede hacer referencia a una variable local ni a una captura de inicialización en este contexto",
|
||||
"Un parámetro lambda no puede ocultar una captura explícita",
|
||||
"un parámetro de plantilla lambda no puede ocultar una captura explícita",
|
||||
"no hay suficiente espacio de direcciones para procesar esta unidad de traducción",
|
||||
"<undetermined type>",
|
||||
"<undetermined constant>",
|
||||
"<undetermined template>",
|
||||
"el tamaño configurado de %s es demasiado pequeño para el número especificado de bits de mantisa + exponente",
|
||||
"expresión",
|
||||
"<expression>",
|
||||
"sin nombre",
|
||||
"<unnamed>",
|
||||
"<error-type>",
|
||||
"<unknown-type>",
|
||||
"<something>",
|
||||
"<null-type>",
|
||||
"<no-init>",
|
||||
"<zero-init>",
|
||||
"copia bit a bit de: ",
|
||||
"<bitwise-copy>",
|
||||
"resultado de la clase a través del ctor: ",
|
||||
"<constructor-call>",
|
||||
"<NULL expression>",
|
||||
"<error>",
|
||||
"rutina <NULL>",
|
||||
"<default>",
|
||||
"parámetro #",
|
||||
" (un nivel superior)",
|
||||
" subir niveles",
|
||||
"dynamic-init: ",
|
||||
"<error-constant>",
|
||||
"stack-offset-of:",
|
||||
"<implicit element> ",
|
||||
" repeticiones de ",
|
||||
"entero",
|
||||
"enumeración",
|
||||
"enumeración con ámbito",
|
||||
"aritmética",
|
||||
"non-bool arithmetic",
|
||||
"puntero",
|
||||
"tipo nullptr",
|
||||
"controlador",
|
||||
"handle-to-CLI-array",
|
||||
"pointer-to-object",
|
||||
"pointer-to-function",
|
||||
"pointer-to-member",
|
||||
"bool",
|
||||
"bool equivalente",
|
||||
"clase",
|
||||
"un operando volátil en una expresión de incremento está en desuso",
|
||||
"Un operando volátil en una expresión de decremento está en desuso.",
|
||||
"%n declarado previamente sin el atributo \"indeterminate\"",
|
||||
"El constructor predeterminado para %t es explícito",
|
||||
"error al cargar la definición de %n en %m",
|
||||
"No se pudo cargar el inicializador para %n en %m",
|
||||
"Una clase con un nombre typedef para fines de vinculación no puede tener una clase base",
|
||||
"Una clase con un nombre typedef para fines de vinculación no puede tener una función miembro",
|
||||
"una clase con un nombre typedef para fines de vinculación no puede tener un tipo anidado, salvo un tipo de enumeración o un tipo de clase sin cierre",
|
||||
"una clase con un nombre typedef para fines de vinculación no puede contener una expresión lambda",
|
||||
"una clase con un nombre typedef para fines de vinculación no puede tener un miembro de datos no estático con un inicializador de miembro predeterminado",
|
||||
"no se permite la declaración de un miembro de datos estático en una clase sin nombre.",
|
||||
"el resultado del inicializador se dirige a una variable dllimport",
|
||||
"La plantilla con el atributo \"no_specializations\" no se puede especializar",
|
||||
"\"static\" no es estándar aquí",
|
||||
"%nd se declaró previamente sin una base explícita de enumeración"
|
||||
]
|
||||
@@ -3671,5 +3671,79 @@
|
||||
"Unité de partition de module IFC EDG",
|
||||
"la déclaration de module ne peut pas être exportée à partir de cette unité de traduction, sauf si vous créez un fichier d’interface de module",
|
||||
"la déclaration de module doit être exportée depuis cette unité de traduction pour créer un fichier d’interface de module",
|
||||
"la génération du fichier de module a été demandée, mais aucun module n’a été déclaré dans l’unité de traduction"
|
||||
"la génération du fichier de module a été demandée, mais aucun module n’a été déclaré dans l’unité de traduction",
|
||||
"remplacement de %T par %n contraintes ayant échoué",
|
||||
"%n non satisfait pour %T",
|
||||
"l’expansion #embed est trop longue pour initialiser une entité de type %t",
|
||||
"l’opérateur « defined » n’est pas autorisé ici",
|
||||
"%n n’est pas membre de %t",
|
||||
"conversion restrictive en caractère signé dans les données #embed",
|
||||
"opérateur non autorisé pour les types « vector of bool »",
|
||||
"objet trop grand pour l’évaluation constante",
|
||||
"objet temporaire auto-référençant",
|
||||
"une expression lambda ne peut pas faire référence à une variable locale ou à une capture d’initialisation dans ce contexte",
|
||||
"un paramètre lambda ne peut pas masquer une capture explicite",
|
||||
"un paramètre de modèle lambda ne peut pas masquer une capture explicite",
|
||||
"espace d’adressage insuffisant pour traiter cette unité de traduction",
|
||||
"<undetermined type>",
|
||||
"<undetermined constant>",
|
||||
"<undetermined template>",
|
||||
"la taille configurée de %s est trop petite pour le nombre spécifié de bits mantisse + exposant",
|
||||
"expression",
|
||||
"<expression>",
|
||||
"sans nom",
|
||||
"<unnamed>",
|
||||
"<error-type>",
|
||||
"<unknown-type>",
|
||||
"<something>",
|
||||
"<null-type>",
|
||||
"<no-init>",
|
||||
"<zero-init>",
|
||||
"copie au niveau du bit de : ",
|
||||
"<bitwise-copy>",
|
||||
"résultat de classe via le ctor : ",
|
||||
"<constructor-call>",
|
||||
"<NULL expression>",
|
||||
"<erreur>",
|
||||
"<NULL routine>",
|
||||
"<default>",
|
||||
"paramètre #",
|
||||
" Dossier parent",
|
||||
" niveaux supérieurs",
|
||||
"dynamic-init: ",
|
||||
"<error-constant>",
|
||||
"stack-offset-of:",
|
||||
"<implicit element> ",
|
||||
" répétitions de ",
|
||||
"entier",
|
||||
"enum",
|
||||
"énumération délimitée",
|
||||
"arithmétique",
|
||||
"arithmétique non booléenne",
|
||||
"aiguille",
|
||||
"Type nullptr",
|
||||
"handle",
|
||||
"handle-to-CLI-array",
|
||||
"pointer-to-object",
|
||||
"pointer-to-function",
|
||||
"pointeur vers membre",
|
||||
"bool",
|
||||
"bool-equivalent",
|
||||
"classe",
|
||||
"l'utilisation d’un opérande volatile dans une expression d’incrément est déconseillée",
|
||||
"l’utilisation d’un opérande volatile dans une expression de décrément est déconseillée",
|
||||
"%n précédemment déclaré sans l’attribut « indéterminé »",
|
||||
"le constructeur par défaut pour %t est explicite",
|
||||
"échec du chargement de la définition de %n dans %m",
|
||||
"échec du chargement de l’initialiseur pour %n dans %m",
|
||||
"une classe avec un nom typedef à des fins de liaison ne peut pas avoir de classe de base",
|
||||
"une classe avec un nom typedef à des fins de liaison ne peut pas avoir de fonction membre",
|
||||
"une classe avec un nom typedef à des fins de liaison ne peut pas avoir un type imbriqué, autre qu’un type d’énumération ou un type de classe non-fermeture",
|
||||
"une classe avec un nom typedef à des fins de liaison ne peut pas contenir d’expression lambda",
|
||||
"une classe avec un nom typedef à des fins de liaison ne peut pas avoir un membre de données non statique avec un initialiseur de membre par défaut",
|
||||
"une déclaration de membre de données statique n’est pas autorisée dans une classe sans nom",
|
||||
"Le résultat de l’initialiseur traite une variable dllimport",
|
||||
"le modèle avec l’attribut « no_specializations » ne peut pas être spécialisé",
|
||||
"« static » n’est pas standard ici",
|
||||
"%nd a été déclaré précédemment sans base d’énumération explicite"
|
||||
]
|
||||
|
||||
@@ -3671,5 +3671,79 @@
|
||||
"unità di partizione del modulo IFC EDG",
|
||||
"la dichiarazione del modulo non può essere esportata da questa unità di conversione a meno che non si crei un file di interfaccia del modulo",
|
||||
"la dichiarazione del modulo deve essere esportata da questa unità di conversione per creare un file di interfaccia del modulo",
|
||||
"è stata richiesta la generazione di file di modulo, ma non è stato dichiarato alcun modulo nell'unità di conversione"
|
||||
"è stata richiesta la generazione di file di modulo, ma non è stato dichiarato alcun modulo nell'unità di conversione",
|
||||
"sostituzione di %T per %n vincoli non riusciti",
|
||||
"%n non soddisfatto per %T",
|
||||
"l'espansione #embed è troppo lunga per inizializzare un'entità di tipo %t",
|
||||
"l'operatore 'defined' non è consentito qui",
|
||||
"%n non è un membro di %t",
|
||||
"conversione restrittiva a carattere firmato nei dati di #embed",
|
||||
"operatore non consentito per i tipi 'vector of bool'",
|
||||
"oggetto troppo grande per la valutazione costante",
|
||||
"oggetto temporaneo auto-riferito",
|
||||
"un'espressione lambda non può fare riferimento a una variabile locale o a un init-capture in questo contesto",
|
||||
"un parametro lambda non può nascondere una acquisizione esplicita",
|
||||
"un parametro di modello lambda non può nascondere una acquisizione esplicita",
|
||||
"spazio indirizzi insufficiente per elaborare questa unità di conversione",
|
||||
"<undetermined type>",
|
||||
"<undetermined constant>",
|
||||
"<undetermined template>",
|
||||
"la dimensione configurata di %s è troppo piccola per il numero specificato di bit di mantissa + esponente",
|
||||
"espressione",
|
||||
"<expression>",
|
||||
"senza nome",
|
||||
"<unnamed>",
|
||||
"<error-type>",
|
||||
"<unknown-type>",
|
||||
"<something>",
|
||||
"<null-type>",
|
||||
"<no-init>",
|
||||
"<zero-init>",
|
||||
"copia bit per bit di: ",
|
||||
"<bitwise-copy>",
|
||||
"risultato classe tramite ctor: ",
|
||||
"<constructor-call>",
|
||||
"<NULL expression>",
|
||||
"<error>",
|
||||
"<NULL routine>",
|
||||
"<default>",
|
||||
"parametro #",
|
||||
" (livello superiore)",
|
||||
" livelli superiori",
|
||||
"dynamic-init: ",
|
||||
"<error-constant>",
|
||||
"stack-offset-of:",
|
||||
"<implicit element> ",
|
||||
" ripetizioni di ",
|
||||
"intero",
|
||||
"enumerazione",
|
||||
"enumerazione con ambito",
|
||||
"aritmetica",
|
||||
"aritmetica non bool",
|
||||
"puntatore",
|
||||
"tipo nullptr",
|
||||
"handle",
|
||||
"handle-to-CLI-array",
|
||||
"puntatore a oggetto",
|
||||
"puntatore a funzione",
|
||||
"puntatore a membro",
|
||||
"bool",
|
||||
"bool-equivalent",
|
||||
"classe",
|
||||
"un operando volatile per l'espressione di incremento è deprecato",
|
||||
"un operando volatile per una espressione di decremento è deprecato",
|
||||
"%n precedentemente dichiarato senza l'attributo 'indeterminate'",
|
||||
"il costruttore predefinito per %t è esplicito",
|
||||
"impossibile caricare la definizione di %n in %m",
|
||||
"impossibile caricare l'inizializzatore per %n in %m",
|
||||
"una classe con un nome typedef a scopo di collegamento non può avere una classe base",
|
||||
"una classe con un nome typedef a scopo di collegamento non può avere una funzione membro",
|
||||
"una classe con un nome typedef a scopo di collegamento non può avere un tipo annidato diverso da un tipo enumerazione o da un tipo di classe non di chiusura",
|
||||
"una classe con un nome typedef a scopo di collegamento non può contenere un'espressione lambda",
|
||||
"una classe con un nome typedef a scopo di collegamento non può contenere un membro dati non statico con un inizializzatore membro predefinito",
|
||||
"dichiarazione di membro dati statico non consentita in una classe senza nome",
|
||||
"il risultato dell'inizializzatore punta a una variabile dllimport",
|
||||
"modello con l'attributo 'no_specializations' non può essere specializzato",
|
||||
"'static' non è standard qui",
|
||||
"%nd era stato dichiarato in precedenza senza una base di enumerazione esplicita"
|
||||
]
|
||||
|
||||
@@ -3671,5 +3671,79 @@
|
||||
"EDG IFC モジュール パーティション ユニット",
|
||||
"モジュール インターフェイス ファイルを作成しない限り、モジュール宣言をこの翻訳単位からエクスポートすることはできません",
|
||||
"モジュール インターフェイス ファイルを作成するには、この翻訳単位からモジュール宣言をエクスポートする必要があります",
|
||||
"モジュール ファイルの生成が要求されましたが、翻訳単位でモジュールが宣言されていません"
|
||||
"モジュール ファイルの生成が要求されましたが、翻訳単位でモジュールが宣言されていません",
|
||||
"%n の失敗した制約の %T を置き換える",
|
||||
"%n は、%T に対して満たされていません",
|
||||
"#embed 展開が長すぎて型のエンティティを初期化できません%t",
|
||||
"ここでは 'defined' 演算子は許可されていません",
|
||||
"'%n' は '%t' のメンバーではありません",
|
||||
"#embed データ内の符号付き文字への縮小変換",
|
||||
"演算子は 'vector of bool' 型では許可されていません",
|
||||
"オブジェクトが大きすぎて定数評価に使用できませんでした",
|
||||
"自己参照一時オブジェクト",
|
||||
"ラムダはこのコンテキストでローカル変数または init-capture を参照できません",
|
||||
"ラムダ パラメーターは明示的なキャプチャを非表示にできません",
|
||||
"ラムダ テンプレート パラメーターは明示的なキャプチャを非表示にできません",
|
||||
"この変換ユニットを処理するためのアドレス空間が不足しています",
|
||||
"<undetermined type>",
|
||||
"<undetermined constant>",
|
||||
"<undetermined template>",
|
||||
"構成された %s のサイズが、指定された仮数 + 指数ビットの数に対して小さすぎます",
|
||||
"式",
|
||||
"<expression>",
|
||||
"名前なし",
|
||||
"<unnamed>",
|
||||
"<error-type>",
|
||||
"<unknown-type>",
|
||||
"<something>",
|
||||
"<null-type>",
|
||||
"<no-init>",
|
||||
"<zero-init>",
|
||||
"以下のビットごとのコピー:",
|
||||
"<bitwise-copy>",
|
||||
"ctor を使用したクラスの結果:",
|
||||
"<constructor-call>",
|
||||
"<NULL expression>",
|
||||
"<error>",
|
||||
"<NULL routine>",
|
||||
"<default>",
|
||||
"パラメーター #",
|
||||
" (1 つ上のレベル)",
|
||||
" レベルを上げる",
|
||||
"dynamic-init:",
|
||||
"<error-constant>",
|
||||
"stack-offset-of:",
|
||||
"<implicit element> ",
|
||||
" 繰り返し: ",
|
||||
"整数",
|
||||
"列挙型",
|
||||
"範囲指定された列挙",
|
||||
"算術",
|
||||
"非ブール型算術",
|
||||
"ポインター",
|
||||
"nullptr 型",
|
||||
"ハンドル",
|
||||
"handle-to-CLI-array",
|
||||
"pointer-to-object",
|
||||
"pointer-to-function",
|
||||
"pointer-to-member",
|
||||
"bool",
|
||||
"bool-equivalent",
|
||||
"クラス",
|
||||
"インクリメント式に対する揮発性オペランドは非推奨です",
|
||||
"デクリメント式に対する揮発性オペランドは非推奨です",
|
||||
"%n が '不確定' 属性なしで以前に宣言されました",
|
||||
"%t の既定のコンストラクターは明示的です",
|
||||
"%m で %n の定義を読み込めませんでした",
|
||||
"%m で %n の初期化子を読み込めませんでした",
|
||||
"リンケージのために typedef 名を持つクラスに基底クラスを含めることはできません",
|
||||
"リンケージの目的で typedef 名を持つクラスにメンバー関数を含めることはできません",
|
||||
"リンケージの目的で typedef 名を持つクラスは、列挙型または非クロージャ クラス型以外の入れ子になった型を持つことはできません",
|
||||
"リンケージのために typedef 名を持つクラスにラムダ式を含めることはできません",
|
||||
"リンケージの目的で typedef 名を持つクラスは、既定のメンバー初期化子を持つ非静的データ メンバーを持つことはできません",
|
||||
"静的データ メンバー宣言は、名前のないクラスでは使用できません",
|
||||
"初期化子の結果は dllimport 変数をアドレス指定します",
|
||||
"'no_specializations' 属性を持つテンプレートを特殊化することはできません",
|
||||
"'static' はここでは非標準です",
|
||||
"%nd は、明示的な列挙型ベースなしで以前に宣言されました"
|
||||
]
|
||||
|
||||
@@ -3671,5 +3671,79 @@
|
||||
"EDG IFC 모듈 파티션 단위",
|
||||
"모듈 인터페이스 파일을 만들지 않으면 이 변환 단위에서 모듈 선언을 내보낼 수 없습니다.",
|
||||
"모듈 인터페이스 파일을 만들려면 이 변환 단위에서 모듈 선언을 내보내야 합니다.",
|
||||
"모듈 파일 생성이 요청되었지만 변환 단위에 모듈이 선언되지 않았습니다."
|
||||
"모듈 파일 생성이 요청되었지만 변환 단위에 모듈이 선언되지 않았습니다.",
|
||||
"%T을(를) %n에 대체하는 데 실패했습니다.",
|
||||
"%n이(가) %T에 대해 만족되지 않음",
|
||||
"#embed 확장이 너무 길어 %t 형식 엔터티를 초기화할 수 없습니다.",
|
||||
"여기에서는 'defined' 연산자를 사용할 수 없습니다.",
|
||||
"%n은(는) %t의 멤버가 아닙니다.",
|
||||
"#embed 데이터에서 부호 있는 문자로의 축소 변환입니다.",
|
||||
"연산자는 'bool 벡터' 형식에 허용되지 않습니다.",
|
||||
"상수 평가를 수행하기에 개체가 너무 큽니다.",
|
||||
"자기 참조 임시 객체",
|
||||
"람다는 이 컨텍스트에서 지역 변수나 init-capture를 참조할 수 없습니다.",
|
||||
"람다 매개변수는 명시적 캡처를 가릴 수 없습니다.",
|
||||
"람다 템플릿 매개변수는 명시적 캡처를 숨길 수 없습니다.",
|
||||
"주소 공간이 부족하여 이 변환 단위를 처리할 수 없습니다.",
|
||||
"<undetermined type>",
|
||||
"<undetermined constant>",
|
||||
"<undetermined template>",
|
||||
"%s의 구성된 크기가 지정된 가수+지수 비트 수에 비해 너무 작습니다.",
|
||||
"식",
|
||||
"<expression>",
|
||||
"명명되지 않음",
|
||||
"<unnamed>",
|
||||
"<error-type>",
|
||||
"< 알 수 없는 형식>",
|
||||
"<something>",
|
||||
"<null-type>",
|
||||
"<no-init>",
|
||||
"<zero-init>",
|
||||
"bitwise copy of: ",
|
||||
"<bitwise-copy>",
|
||||
"ctor를 통한 클래스 결과: ",
|
||||
"<constructor-call>",
|
||||
"<NULL expression>",
|
||||
"<error>",
|
||||
"<NULL routine>",
|
||||
"<default>",
|
||||
"parameter #",
|
||||
" (한 수준 위로)",
|
||||
" 수준 올리기",
|
||||
"dynamic-init: ",
|
||||
"<error-constant>",
|
||||
"stack-offset-of:",
|
||||
"<implicit element> ",
|
||||
" 반복 ",
|
||||
"정수",
|
||||
"열거형",
|
||||
"범위가 지정된 열거형",
|
||||
"산술",
|
||||
"부울이 아닌 산술",
|
||||
"포인터",
|
||||
"nullptr 형식",
|
||||
"핸들",
|
||||
"CLI 배열에 대한 핸들",
|
||||
"개체에 대한 포인터",
|
||||
"함수에 대한 포인터",
|
||||
"pointer-to-member",
|
||||
"bool",
|
||||
"bool-equivalent",
|
||||
"클래스",
|
||||
"증가식에 대한 volatile 피연산자는 더 이상 권장되지 않습니다.",
|
||||
"감소식에 대한 volatile 피연산자는 더 이상 권장되지 않습니다.",
|
||||
"%n이(가) 이전에 'indeterminate' 특성 없이 선언됨",
|
||||
"%t에 대한 기본 생성자가 명시적입니다.",
|
||||
"%m에서 %n의 정의를 로드하지 못했습니다.",
|
||||
"%m에서 %n에 대한 이니셜라이저를 로드하지 못했습니다.",
|
||||
"링크 용도의 typedef 이름이 있는 클래스에는 기본 클래스를 가질 수 없습니다.",
|
||||
"링크 용도의 typedef 이름이 있는 클래스에는 멤버 함수를 가질 수 없습니다.",
|
||||
"링크 용도의 typedef 이름이 있는 클래스에는 열거형 또는 비클로저 클래스 형식을 제외한 중첩 형식을 가질 수 없습니다.",
|
||||
"링크 용도의 typedef 이름이 있는 클래스는 람다 식을 포함할 수 없습니다.",
|
||||
"링크 용도의 typedef 이름이 있는 클래스에는 기본 멤버 이니셜라이저가 있는 비정적 데이터 멤버를 가질 수 없습니다.",
|
||||
"이름 없는 클래스에서는 정적 데이터 멤버 선언을 사용할 수 없습니다.",
|
||||
"이니셜라이저 결과가 dllimport 변수를 참조합니다.",
|
||||
"'no_specializations' 특성이 있는 템플릿은 특수화할 수 없습니다.",
|
||||
"여기서 'static'은 표준이 아닙니다.",
|
||||
"%nd은(는) 이전에 명시적 열거형 기반 없이 선언되었습니다."
|
||||
]
|
||||
|
||||
@@ -3671,5 +3671,79 @@
|
||||
"jednostka partycji modułu EDG IFC",
|
||||
"deklaracja modułu nie może być wyeksportowana z tej jednostki translacji, chyba że zostanie utworzony plik interfejsu modułu",
|
||||
"deklaracja modułu musi być wyeksportowana z tej jednostki translacji, aby utworzyć plik interfejsu modułu",
|
||||
"zażądano wygenerowania pliku modułu, ale w jednostce translacji nie zadeklarowano żadnego modułu"
|
||||
"zażądano wygenerowania pliku modułu, ale w jednostce translacji nie zadeklarowano żadnego modułu",
|
||||
"podstawianie %T w przypadku %n niespełnionych ograniczeń",
|
||||
"%n nie jest spełniony dla %T",
|
||||
"rozszerzenie #embed jest zbyt długie, aby zainicjować jednostkę typu %t",
|
||||
"operator „defined” nie jest tutaj dozwolony",
|
||||
"%n nie jest członkiem %t",
|
||||
"konwersja zawężająca do znaku podpisanego w danych #embed",
|
||||
"operator nie jest dozwolony dla typów „vector of bool”",
|
||||
"obiekt za duży do obliczeń stałej",
|
||||
"obiekt tymczasowy odwołujący się do samego siebie",
|
||||
"w tym kontekście lambda nie może odwoływać się do zmiennej lokalnej ani do init-capture",
|
||||
"parametr lambda nie może ukryć jawnego przechwycenia",
|
||||
"parametr szablonu lambda nie może ukryć jawnego przechwycenia",
|
||||
"brak wystarczającej przestrzeni adresowej do przetworzenia tej jednostki translacji",
|
||||
"<undetermined type>",
|
||||
"<undetermined constant>",
|
||||
"<undetermined template>",
|
||||
"skonfigurowany rozmiar %s jest za mały dla określonej liczby bitów mantysy i wykładnika",
|
||||
"wyrażenie",
|
||||
"<expression>",
|
||||
"bez nazwy",
|
||||
"<unnamed>",
|
||||
"<error-type>",
|
||||
"<unknown-type>",
|
||||
"<something>",
|
||||
"<null-type>",
|
||||
"<no-init>",
|
||||
"<zero-init>",
|
||||
"kopia bitowa: ",
|
||||
"<bitwise-copy>",
|
||||
"wynik klasy przez konstruktora: ",
|
||||
"<constructor-call>",
|
||||
"<NULL expression>",
|
||||
"<error>",
|
||||
"<NULL routine>",
|
||||
"<default>",
|
||||
"parametr #",
|
||||
" (jeden poziom wyżej)",
|
||||
" wyrównuje się",
|
||||
"dynamic-init: ",
|
||||
"<error-constant>",
|
||||
"przesunięcie na stosie:",
|
||||
"<implicit element> ",
|
||||
" powtórzenia ",
|
||||
"liczba całkowita",
|
||||
"wyliczenie",
|
||||
"zakresowy wyliczenia",
|
||||
"arytmetyka",
|
||||
"wartość arytmetyczna niebędącą wartością logiczną",
|
||||
"wskaźnik",
|
||||
"typ nullptr",
|
||||
"uchwyt",
|
||||
"uchwyt do tablicy CLI",
|
||||
"wskaźnik do obiektu",
|
||||
"wskaźnik do funkcji",
|
||||
"wskaźnik do składowej",
|
||||
"logiczna",
|
||||
"równoważnik logiczny",
|
||||
"klasa",
|
||||
"nietrwały operand wyrażenia przyrostu jest przestarzały",
|
||||
"nietrwały operand wyrażenia dekrementacji jest przestarzały",
|
||||
"funkcja %n została poprzednio zadeklarowana bez atrybutu „indeterminate”",
|
||||
"domyślny konstruktor dla %t jest jawny",
|
||||
"nie udało się załadować definicji %n w %m",
|
||||
"nie udało się załadować inicjatora dla %n w %m",
|
||||
"klasa z nazwą typedef służącą do wiązania nie może mieć klasy bazowej",
|
||||
"klasa z nazwą typedef służącą do wiązania nie może mieć funkcji członkowskiej",
|
||||
"klasa z nazwą typedef służącą do wiązania nie może mieć typu zagnieżdżonego innego niż typ wyliczenia lub typ klasy bez zamknięcia",
|
||||
"klasa z nazwą typedef służącą do wiązania nie może zawierać wyrażenia lambda",
|
||||
"klasa z nazwą typedef służącą do wiązania nie może mieć niestatycznego elementu danych z domyślnym inicjatorem elementu",
|
||||
"deklaracja statycznej składowej danych nie jest dozwolona w nieznanej klasie",
|
||||
"wynik inicjatora adresuje zmienną dllimport",
|
||||
"szablon z atrybutem „no_specializations” nie może być wyspecjalizowany",
|
||||
"„static” jest tutaj niestandardowy",
|
||||
"funkcja %nd została poprzednio zadeklarowana bez jawnej bazy wyliczenia"
|
||||
]
|
||||
|
||||
@@ -3671,5 +3671,79 @@
|
||||
"Unidade de partição do módulo EDG IFC",
|
||||
"a declaração de módulo não pode ser exportada desta unidade de tradução, a menos que crie um arquivo de interface de módulo",
|
||||
"a declaração do módulo deve ser exportada desta unidade de tradução para criar um arquivo de interface de módulo",
|
||||
"a geração de arquivo de módulo foi solicitada, mas nenhum módulo foi declarado na unidade de tradução"
|
||||
"a geração de arquivo de módulo foi solicitada, mas nenhum módulo foi declarado na unidade de tradução",
|
||||
"substituindo %T por %n restrições com falha",
|
||||
"%n não satisfeito para %T",
|
||||
"a expansão #embed é muito longa para inicializar uma entidade do tipo %t",
|
||||
"o operador \"defined\" não é permitido aqui",
|
||||
"%to é um membro de %n",
|
||||
"conversão de restrição em caractere assinado em dados #embed",
|
||||
"operador não é permitido para tipos \"vector of bool\"",
|
||||
"objeto muito grande para avaliação constante",
|
||||
"objeto temporário de autorreferência",
|
||||
"um lambda não pode se referir a uma variável local ou init-capture nesse contexto",
|
||||
"um parâmetro lambda não pode ocultar uma captura explícita",
|
||||
"um parâmetro de modelo lambda não pode ocultar uma captura explícita",
|
||||
"espaço de endereço insuficiente para processar essa unidade de tradução",
|
||||
"<undetermined type>",
|
||||
"<undetermined constant>",
|
||||
"<undetermined template>",
|
||||
"o tamanho configurado de %sé muito pequeno para o número especificado de mantissa + bits expoentes",
|
||||
"expressão",
|
||||
"<expression>",
|
||||
"sem nome",
|
||||
"<unnamed>",
|
||||
"<error-type>",
|
||||
"<unknown-type>",
|
||||
"<something>",
|
||||
"<null-type>",
|
||||
"<no-init>",
|
||||
"<zero-init>",
|
||||
"cópia bit a bit de: ",
|
||||
"<bitwise-copy>",
|
||||
"resultado da classe por meio do ctor: ",
|
||||
"<constructor-call>",
|
||||
"<NULL expression>",
|
||||
"<error>",
|
||||
"<NULL routine>",
|
||||
"<default>",
|
||||
"parâmetro #",
|
||||
" (um nível para cima)",
|
||||
" níveis para cima",
|
||||
"dynamic-init: ",
|
||||
"<error-constant>",
|
||||
"stack-offset-of:",
|
||||
"<implicit element> ",
|
||||
" repetições de ",
|
||||
"inteiro",
|
||||
"enumeração",
|
||||
"enumeração com escopo",
|
||||
"aritmética",
|
||||
"aritmética não booliana",
|
||||
"ponteiro",
|
||||
"tipo nullptr",
|
||||
"identificador",
|
||||
"handle-to-CLI-array",
|
||||
"pointer-to-object",
|
||||
"pointer-to-function",
|
||||
"pointer-to-member",
|
||||
"bool",
|
||||
"bool-equivalent",
|
||||
"classe",
|
||||
"um operando volátil para uma expressão de incremento foi preterido",
|
||||
"um operando volátil para uma expressão de decremento foi preterido",
|
||||
"%n declarado anteriormente sem o atributo \"indeterminate\"",
|
||||
"o construtor padrão para %t é explícito",
|
||||
"falha ao carregar a definição de %n em %m",
|
||||
"falha ao carregar o inicializador para %n em %m",
|
||||
"uma classe com um nome typedef para fins de vinculação não pode ter uma classe base",
|
||||
"uma classe com um nome typedef para fins de vinculação não pode ter uma função membro",
|
||||
"uma classe com um nome typedef para fins de vinculação não pode ter um tipo aninhado, exceto um tipo de enumeração ou um tipo de classe sem fechamento",
|
||||
"uma classe com um nome typedef para fins de vinculação não pode conter uma expressão lambda",
|
||||
"uma classe com um nome typedef para fins de vinculação não pode ter um membro de dados não estático com um inicializador de membro padrão",
|
||||
"uma declaração de membro de dados estáticos não é permitida em uma classe sem nome",
|
||||
"o resultado do inicializador trata de uma variável dllimport",
|
||||
"modelo com atributo \"no_specializations\" não pode ser especializado",
|
||||
"\"static\" não é padrão aqui",
|
||||
"%nd foi declarado anteriormente sem uma base de enumeração explícita"
|
||||
]
|
||||
|
||||
@@ -3671,5 +3671,79 @@
|
||||
"единица раздела модуля EDG IFC",
|
||||
"объявление модуля невозможно экспортировать из этой единицы трансляции, если не создается файл интерфейса модуля",
|
||||
"объявление модуля должно быть экспортировано из этой единицы трансляции для создания файла интерфейса модуля",
|
||||
"запрошено создание файла модуля, но в единице трансляции не объявлен модуль"
|
||||
"запрошено создание файла модуля, но в единице трансляции не объявлен модуль",
|
||||
"сбой ограничений замены %T для %n",
|
||||
"%n не удовлетворено для %T",
|
||||
"расширение #embed слишком длинное для инициализации сущности типа %t",
|
||||
"оператор defined здесь не разрешен",
|
||||
"%n не является элементом %t",
|
||||
"сужающее преобразование в знаковый символ в данных #embed",
|
||||
"оператор не разрешен для типов \"vector of bool\"",
|
||||
"объект слишком большой для константной оценки",
|
||||
"ссылающийся на себя временный объект",
|
||||
"лямбда не может ссылаться на локальную переменную или инициализируемый захват в этом контексте",
|
||||
"параметр лямбда не может скрывать явный захват",
|
||||
"параметр шаблона лямбда не может скрывать явный захват",
|
||||
"недостаточный диапазон адресов для обработки этой единицы трансляции",
|
||||
"<неопределенный тип>",
|
||||
"<неопределенная константа>",
|
||||
"<неопределенный шаблон>",
|
||||
"настроенный размер %s слишком мал для указанного количества бит мантиссы и экспоненты",
|
||||
"выражение",
|
||||
"<выражение>",
|
||||
"без имени",
|
||||
"<без имени>",
|
||||
"<тип ошибки>",
|
||||
"<неизвестный тип>",
|
||||
"<нечто>",
|
||||
"<тип-null>",
|
||||
"<no-init>",
|
||||
"<zero-init>",
|
||||
"побитовая копия: ",
|
||||
"<побитовая копия>",
|
||||
"результат класса через ctor: ",
|
||||
"<вызов конструктора>",
|
||||
"<выражение NULL>",
|
||||
"<ошибка>",
|
||||
"<подпрограмма NULL>",
|
||||
"<по умолчанию>",
|
||||
"параметр #",
|
||||
" (один уровень вверх)",
|
||||
" увеличение уровня",
|
||||
"dynamic-init: ",
|
||||
"<error-constant>",
|
||||
"смещение стека:",
|
||||
"<неявный элемент> ",
|
||||
" повторы ",
|
||||
"целое число",
|
||||
"перечисление",
|
||||
"перечисление с областью",
|
||||
"арифметическое",
|
||||
"нелогическое арифметическое",
|
||||
"указатель",
|
||||
"тип nullptr",
|
||||
"дескриптор",
|
||||
"дескриптор массива CLI",
|
||||
"указатель на объект",
|
||||
"указатель на функцию",
|
||||
"указатель на элемент",
|
||||
"логическое",
|
||||
"логический эквивалент",
|
||||
"класс",
|
||||
"временный операнд для выражения увеличения не рекомендуется",
|
||||
"временный операнд для выражения уменьшения не рекомендуется",
|
||||
"%n ранее объявлен без атрибута indeterminate",
|
||||
"конструктор по умолчанию для %t является явным",
|
||||
"не удалось загрузить определение %n в %m",
|
||||
"не удалось загрузить инициализатор для %n в %m",
|
||||
"класс с именем typedef для целей связывания не может содержать базовый класс",
|
||||
"класс с именем typedef для целей связывания не может содержать функцию-член",
|
||||
"класс с именем typedef для целей связывания не может содержать вложенный тип, кроме типа перечисления или класса без замыкания",
|
||||
"класс с именем typedef для целей связывания не может содержать лямбда-выражение",
|
||||
"класс с именем typedef для целей связывания не может содержать нестатический элемент данных с инициализатором элемента по умолчанию",
|
||||
"объявление статического элемента данных в безымянном классе не допускается",
|
||||
"результат инициализатора указывает на переменную dllimport",
|
||||
"шаблон с атрибутом \"no_specializations\" не может иметь специализации",
|
||||
"\"static\" является здесь нестандартным",
|
||||
"%nd ранее был объявлен без явной базы перечисления"
|
||||
]
|
||||
|
||||
@@ -3671,5 +3671,79 @@
|
||||
"EDG IFC modül bölme ünitesi",
|
||||
"modül arabirimi dosyası oluşturulmadıkça, modül bildirimi bu çeviri biriminden dışa aktarılamaz",
|
||||
"modül arabirim dosyası oluşturmak için modül bildirimi bu çeviri biriminden dışa aktarılmalıdır",
|
||||
"modül dosyası oluşturulması istendi, ancak çeviri biriminde hiçbir modül bildirilmedi"
|
||||
"modül dosyası oluşturulması istendi, ancak çeviri biriminde hiçbir modül bildirilmedi",
|
||||
"%n başarısız kısıtlama için %T ile değiştirme",
|
||||
"%n %T için karşılanmadı",
|
||||
"#embed genişlemesi, %t türündeki bir varlığı başlatmak için çok uzun",
|
||||
"'tanımlanmış' işleci burada kullanılamaz",
|
||||
"%n, bir %t üyesi değil",
|
||||
"#embed verilerinde imzalı karaktere dönüştürmeyi daraltma",
|
||||
"'bool vektörü' türleri için işlem izinli değil",
|
||||
"nesne sabit değerlendirme için çok büyük",
|
||||
"kendine referans veren geçici nesne",
|
||||
"Bu bağlamda bir lambda, yerel bir değişkene veya init-capture'a atıfta bulunamaz.",
|
||||
"lambda parametresi açık yakalamayı gizleyemez",
|
||||
"lambda şablon parametresi açık yakalamayı gizleyemez",
|
||||
"Bu çeviri birimini işlemek için yeterli adres alanı yok",
|
||||
"<belirlenmemiş tür>",
|
||||
"<belirlenmemiş sabit>",
|
||||
"<belirlenmemiş şablon>",
|
||||
"%s'in yapılandırılmış boyutu, belirtilen mantissa + üs bit sayısı için çok küçük",
|
||||
"ifade",
|
||||
"<ifade>",
|
||||
"adsız",
|
||||
"<adsız>",
|
||||
"<error-type>",
|
||||
"<unknown-type>",
|
||||
"<bir şey>",
|
||||
"<null-type>",
|
||||
"<no-init>",
|
||||
"<zero-init>",
|
||||
"bitwise kopyası: ",
|
||||
"<bitwise-copy>",
|
||||
"ctor ile sınıf sonucu: ",
|
||||
"<constructor-call>",
|
||||
"<NULL ifadesi>",
|
||||
"<hata>",
|
||||
"<NULL rutini>",
|
||||
"<varsayılan>",
|
||||
"parametre #",
|
||||
" (bir üst düzey)",
|
||||
" düzey yukarı",
|
||||
"dynamic-init: ",
|
||||
"<error-constant>",
|
||||
"stack-offset-of:",
|
||||
"<örtük öğe> ",
|
||||
" tekrarları ",
|
||||
"tamsayı",
|
||||
"sabit listesi",
|
||||
"kapsamlı sabit listesi",
|
||||
"aritmetik",
|
||||
"bool olmayan aritmetik",
|
||||
"işaretçi",
|
||||
"nullptr türü",
|
||||
"tanıtıcı",
|
||||
"handle-to-CLI-array",
|
||||
"pointer-to-object",
|
||||
"pointer-to-function",
|
||||
"pointer-to-member",
|
||||
"bool",
|
||||
"bool-equivalent",
|
||||
"sınıf",
|
||||
"artış ifadesine geçici bir işlenen kullanılması kullanım dışıdır",
|
||||
"azaltma ifadesine geçici bir işlenen kullanılması kullanım dışıdır",
|
||||
"%n daha önce ‘belirsiz’ özniteliği olmadan bildirilmiş",
|
||||
"%t için varsayılan oluşturucu açıkça belirtilmiştir",
|
||||
"%m içinde %n tanımı yüklenemedi",
|
||||
"%m içindeki %n için başlatıcı yüklenemedi",
|
||||
"bağlantı amacıyla typedef adı olan bir sınıfın temel sınıfı olamaz",
|
||||
"bağlantı amacıyla typedef adına sahip bir sınıfın üye işlevi olamaz",
|
||||
"bağlantı amacıyla typedef adına sahip bir sınıf, sabit listesi türü veya kapatma olmayan sınıf türü dışında iç içe türe sahip olamaz",
|
||||
"bağlantı amacıyla typedef adına sahip bir sınıf lambda ifadesi içeremez",
|
||||
"bağlantı amacıyla typedef adı olan bir sınıf, varsayılan üye başlatıcısı olan statik olmayan veri üyesine sahip olamaz",
|
||||
"isimsiz bir sınıfta statik veri üyesi bildirimi kullanılamaz",
|
||||
"başlatıcı sonucu bir dllimport değişkenini adresler",
|
||||
"'no_specializations' özniteliğine sahip şablon özelleştirilemez",
|
||||
"'static' burada standart dışıdır",
|
||||
"%nd daha önce açık bir sabit liste tabanı olmadan tanımlanmıştı"
|
||||
]
|
||||
|
||||
@@ -3671,5 +3671,79 @@
|
||||
"EDG IFC 模块分区单元",
|
||||
"除非创建模块接口文件,否则无法从此翻译单元导出模块声明",
|
||||
"模块声明必须从此翻译单元导出,以创建模块接口文件",
|
||||
"已请求生成模块文件,但在翻译单元中未声明任何模块"
|
||||
"已请求生成模块文件,但在翻译单元中未声明任何模块",
|
||||
"将 %T 替换为 %n 时违反了约束条件",
|
||||
"%T 未满足%n。",
|
||||
"#embed 扩展过长,无法初始化类型为 %t 的实体",
|
||||
"此处不允许使用 \"defined\" 运算符",
|
||||
"%n 不是 %t 的成员",
|
||||
"#embed 数据中向有符号字符的收缩转换",
|
||||
"\"vector of bool\" 类型不允许使用该运算符",
|
||||
"对象过大,无法进行常量求值",
|
||||
"自引用的临时对象",
|
||||
"lambda 不能在此上下文中引用局部变量或初始化捕获",
|
||||
"lambda 参数不能隐藏显式捕获",
|
||||
"lambda 模板参数不能隐藏显式捕获",
|
||||
"地址空间不足,无法处理此翻译单元",
|
||||
"<未确定的类型>",
|
||||
"<未确定的常量>",
|
||||
"<未确定的模板>",
|
||||
"%s 的配置大小对于指定的尾数 + 指数数位来说过小",
|
||||
"表达式",
|
||||
"<表达式>",
|
||||
"未命名",
|
||||
"<未命名>",
|
||||
"<错误类型>",
|
||||
"<未知类型>",
|
||||
"<其他>",
|
||||
"<null 类型>",
|
||||
"<未初始化>",
|
||||
"<零初始化>",
|
||||
"按位复制:",
|
||||
"<按位复制>",
|
||||
"通过构造函数得到的类结果:",
|
||||
"<构造函数调用>",
|
||||
"<NULL 表达式>",
|
||||
"<错误>",
|
||||
"<NULL 例程>",
|
||||
"<默认>",
|
||||
"参数 #",
|
||||
" (向上一级)",
|
||||
" 提升级别",
|
||||
"动态初始化:",
|
||||
"<错误常量>",
|
||||
"堆栈偏移量:",
|
||||
"隐式元素 ",
|
||||
" 重复次数 ",
|
||||
"整数",
|
||||
"枚举",
|
||||
"范围内的枚举",
|
||||
"算术",
|
||||
"非布尔算术",
|
||||
"指针",
|
||||
"nullptr 类型",
|
||||
"句柄",
|
||||
"CLI 数组的句柄",
|
||||
"指向对象的指针",
|
||||
"指向函数的指针",
|
||||
"指向成员的指针",
|
||||
"布尔型",
|
||||
"布尔等效",
|
||||
"类",
|
||||
"增量表达式的可变操作数已弃用",
|
||||
"减量表达式的可变操作数已弃用",
|
||||
"之前声明 %n 时未使用 \"indeterminate\" 属性",
|
||||
"%t 的默认构造函数不是显式的",
|
||||
"未能在 %m 中加载 %n 的定义",
|
||||
"无法在 %m 中加载 %n 的初始值设定项",
|
||||
"为链接目的使用 typedef 名称的类不能具有基类",
|
||||
"为链接目的使用 typedef 名称的类不能具有成员函数",
|
||||
"为链接目的使用 typedef 名称的类不能具有嵌套类型,除非是枚举类型或非闭包类类型",
|
||||
"为链接目的使用 typedef 名称的类不能包含 lambda 表达式",
|
||||
"为链接目的使用 typedef 名称的类不能具有带默认成员初始值设定项的非静态数据成员",
|
||||
"未命名类中不允许静态数据成员声明",
|
||||
"初始值设定项结果指向一个 dllimport 变量",
|
||||
"带有 \"no_specializations\" 属性的模板不能被专用化",
|
||||
"此处使用 \"static\" 不符合标准",
|
||||
"之前声明 %nd 时未指定显式枚举基类型"
|
||||
]
|
||||
|
||||
@@ -3671,5 +3671,79 @@
|
||||
"EDG IFC 模組分割單元",
|
||||
"除非建立模組介面檔案,否則無法從此翻譯單元匯出模組宣告",
|
||||
"必須從此翻譯單元匯出模組宣告,以建立模組介面檔案",
|
||||
"已要求模組檔案產生,但未在翻譯單元中宣告任何模組"
|
||||
"已要求模組檔案產生,但未在翻譯單元中宣告任何模組",
|
||||
"以 %T 替換 %n 導致限制式失敗",
|
||||
"%n 未滿足 %T 的條件",
|
||||
"#embed 擴充太長,無法初始化類型 %t 的實體",
|
||||
"此處不允許使用 'defined' 運算子",
|
||||
"%n 不是 %t 的成員",
|
||||
"將 #embed 資料中的縮小轉換為 signed character",
|
||||
"'vector of boo' 類型不允許運算子",
|
||||
"物件過大,無法進行常數評估",
|
||||
"自我參照的暫存物件",
|
||||
"在此內容中,Lambda 無法引用區域變數或初始化擷取",
|
||||
"Lambda 參數無法隱藏明確擷取",
|
||||
"Lambda 範本參數無法隱藏明確擷取",
|
||||
"處理此編譯單位時,可用位址空間不足",
|
||||
"<undetermined type>",
|
||||
"<undetermined constant>",
|
||||
"<undetermined template>",
|
||||
"%s 的設定大小對於指定的尾數位數 + 指數位數而言過小",
|
||||
"運算式",
|
||||
"<expression>",
|
||||
"未命名的",
|
||||
"<unnamed>",
|
||||
"<error-type>",
|
||||
"<unknown-type>",
|
||||
"<something>",
|
||||
"<null-type>",
|
||||
"<no-init>",
|
||||
"<zero-init>",
|
||||
"位元複製:",
|
||||
"<bitwise-copy>",
|
||||
"透過建構函式的類別結果:",
|
||||
"<constructor-call>",
|
||||
"<NULL expression>",
|
||||
"<error>",
|
||||
"<NULL routine>",
|
||||
"<default>",
|
||||
"參數 #",
|
||||
" (上移一層)",
|
||||
" 上移",
|
||||
"dynamic-init:",
|
||||
"<error-constant>",
|
||||
"stack-offset-of:",
|
||||
"<implicit element> ",
|
||||
" 重複的 ",
|
||||
"整數",
|
||||
"列舉",
|
||||
"範圍列舉",
|
||||
"算術",
|
||||
"非布林算術",
|
||||
"指標",
|
||||
"nullptr 類型",
|
||||
"控點",
|
||||
"handle-to-CLI-array",
|
||||
"pointer-to-object",
|
||||
"pointer-to-function",
|
||||
"pointer-to-member",
|
||||
"bool",
|
||||
"bool-equivalent",
|
||||
"類別",
|
||||
"遞增運算式的 volatile 運算元已淘汰",
|
||||
"遞減運算式的 volatile 運算元已淘汰",
|
||||
"%n 先前宣告時未帶有 'indeterminate' 屬性",
|
||||
"%t 的預設建構函式為明確的",
|
||||
"無法載入 %m 中 %n 的定義",
|
||||
"無法載入 %m 中 %n 的初始設定式",
|
||||
"具有 typedef 名稱以供連結用途的類別不能有基底類別",
|
||||
"具有 typedef 名稱以供連結用途的類別不能有成員函式",
|
||||
"為連結目的而使用 typedef 名稱的類別,除列舉類型或非閉鎖類別類型外,不得包含巢狀類型",
|
||||
"為連結目的而使用 typedef 名稱的類別無法包含 Lambda 表達式",
|
||||
"為連結目的而使用 typedef 名稱的類別,其非靜態資料成員不得具有預設成員初始設定式",
|
||||
"靜態資料成員宣告不得出現在未命名的類別中",
|
||||
"初始設定式結果會處理 dllimport 變數",
|
||||
"具有 'no_specializations' 屬性的範本無法特殊化",
|
||||
"此處使用的 'static' 非標準",
|
||||
"%nd 先前宣告時未明確指定的列舉基底"
|
||||
]
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
"--microsoft",
|
||||
"--microsoft_bugs",
|
||||
"--microsoft_version",
|
||||
"1943",
|
||||
"-D_MSC_VER=1943",
|
||||
"-D_MSC_FULL_VER=194334604",
|
||||
"1950",
|
||||
"-D_MSC_VER=1950",
|
||||
"-D_MSC_FULL_VER=195035717",
|
||||
"-D_MSC_BUILD=0",
|
||||
"-D_M_ARM=7"
|
||||
],
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
"--microsoft",
|
||||
"--microsoft_bugs",
|
||||
"--microsoft_version",
|
||||
"1943",
|
||||
"1950",
|
||||
"-D_CPPUNWIND=1",
|
||||
"-D_MSC_VER=1943",
|
||||
"-D_MSC_FULL_VER=194334604",
|
||||
"-D_MSC_VER=1950",
|
||||
"-D_MSC_FULL_VER=195035717",
|
||||
"-D_MSC_BUILD=0",
|
||||
"-D_M_ARM64=1"
|
||||
],
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
"--microsoft",
|
||||
"--microsoft_bugs",
|
||||
"--microsoft_version",
|
||||
"1943",
|
||||
"1950",
|
||||
"-D_CPPUNWIND=1",
|
||||
"-D_MSC_VER=1943",
|
||||
"-D_MSC_FULL_VER=194334604",
|
||||
"-D_MSC_VER=1950",
|
||||
"-D_MSC_FULL_VER=195035717",
|
||||
"-D_MSC_BUILD=0",
|
||||
"-D_M_X64=100",
|
||||
"-D_M_AMD64=100"
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
"--microsoft",
|
||||
"--microsoft_bugs",
|
||||
"--microsoft_version",
|
||||
"1943",
|
||||
"-D_MSC_VER=1943",
|
||||
"-D_MSC_FULL_VER=194334604",
|
||||
"1950",
|
||||
"-D_MSC_VER=1950",
|
||||
"-D_MSC_FULL_VER=195035717",
|
||||
"-D_MSC_BUILD=0",
|
||||
"-D_M_IX86=600",
|
||||
"-D_M_IX86_FP=2"
|
||||
|
||||
@@ -1,16 +1,6 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
|
||||
"Registrations": [
|
||||
{
|
||||
"Component": {
|
||||
"Type": "git",
|
||||
"Git": {
|
||||
"RepositoryUrl": "https://github.com/llvm/llvm-project",
|
||||
"CommitHash": "0d44201451f03ba907cdb268ddddfc3fa38a0ebd"
|
||||
},
|
||||
"DevelopmentDependency": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"Component": {
|
||||
"Type": "git",
|
||||
|
||||
@@ -42,6 +42,8 @@
|
||||
"c_cpp.command.RemoveAllCodeAnalysisProblems.title": "清除所有代码分析问题",
|
||||
"c_cpp.command.BuildAndDebugFile.title": "调试 C/C++ 文件",
|
||||
"c_cpp.command.BuildAndRunFile.title": "运行 C/C++ 文件",
|
||||
"c_cpp.command.SetVsDeveloperEnvironment.title": "设置 Visual Studio 开发人员环境",
|
||||
"c_cpp.command.ClearVsDeveloperEnvironment.title": "清除 Visual Studio 开发人员环境",
|
||||
"c_cpp.command.AddDebugConfiguration.title": "添加调试配置",
|
||||
"c_cpp.command.GenerateDoxygenComment.title": "生成 Doxygen 注释",
|
||||
"c_cpp.command.addSshTarget.title": "添加 SSH 目标",
|
||||
@@ -255,6 +257,7 @@
|
||||
"c_cpp.configuration.vcpkg.enabled.markdownDescription": "为 [vcpkg 依存关系管理器](https://aka.ms/vcpkg/) 启用集成服务。",
|
||||
"c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "当来自 `nan` 和 `node-addon-api` 的包含路径为依赖项时,请将其添加。",
|
||||
"c_cpp.configuration.copilotHover.markdownDescription": "如果为 `disabled`,则悬停时不会显示“生成 Copilot 摘要”选项。",
|
||||
"c_cpp.configuration.windowsErrorReportingMode.markdownDescription": "如果设置为 `disabled`,将禁用 Windows 错误报告。如果设置为 `default`,将启用 Windows 错误报告,但在当前会话中第一次崩溃后会被禁用。更改此设置不会影响当前正在运行的 IntelliSense 进程。",
|
||||
"c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "如果为 `true`,则“重命名符号”将需要有效的 C/C++ 标识符。",
|
||||
"c_cpp.configuration.autocompleteAddParentheses.markdownDescription": "如果为 `true`,则自动完成将在函数调用后自动添加 `(` ,在这种情况下,也可以添加 `)` ,具体取决于 `#editor.autoClosingBrackets#` 设置的值。",
|
||||
"c_cpp.configuration.filesExclude.markdownDescription": "为排除文件夹(以及文件 - 如果更改了 `#C_Cpp.exclusionPolicy#`)配置 glob 模式。这些特定于 C/C++ 扩展,并且是 `#files.exclude#` 的补充,但与 `#files.exclude#` 不同,它们也适用于当前工作区文件夹之外的路径,并且不会从资源管理器视图中删除。详细了解 [glob 模式](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options)。",
|
||||
@@ -268,6 +271,7 @@
|
||||
"c_cpp.contributes.views.sshTargetsView.title": "Cpptools: SSH 目标",
|
||||
"c_cpp.contributes.viewsWelcome.contents": "要了解有关 launch.json 的信息,请参阅 [配置 C/C++ 调试](https://code.visualstudio.com/docs/cpp/launch-json-reference)。",
|
||||
"c_cpp.configuration.debugShortcut.description": "显示 C++ 文件编辑器标题栏中的“运行和调试”播放按钮和“添加调试配置”齿轮。",
|
||||
"c_cpp.configuration.persistVsDeveloperEnvironment.description": "记住当前工作区上次使用的 Visual Studio 开发人员环境。此设置仅适用于 Windows。",
|
||||
"c_cpp.debuggers.pipeTransport.description": "如果存在,这会指示调试程序使用其他可执行文件作为管道来连接到远程计算机,此管道将在 VS Code 和已启用 MI 的调试程序后端可执行文件(如 gdb)之间中继标准输入/输入。",
|
||||
"c_cpp.debuggers.pipeTransport.default.pipeProgram": "输入管道程序名称的完全限定的路径,例如 '/usr/bin/ssh'。",
|
||||
"c_cpp.debuggers.pipeTransport.default.debuggerPath": "目标计算机上调试程序的完整路径,例如 /usr/bin/gdb。",
|
||||
@@ -310,7 +314,7 @@
|
||||
"c_cpp.debuggers.miDebuggerServerAddress.description": "要连接到的 MI 调试程序服务器的网络地址(示例: localhost:1234)。",
|
||||
"c_cpp.debuggers.useExtendedRemote.description": "使用目标扩展远程模式连接到 MI 调试器服务器。",
|
||||
"c_cpp.debuggers.stopAtEntry.markdownDescription": "可选参数。如果为 `true`,则调试程序应在目标的入口点处停止。如果传递了 `processId`,则不起任何作用。",
|
||||
"c_cpp.debuggers.debugServerPath.description": "到要启动的调试服务器的可选完整路径。默认值为 null。该路径与 “miDebuggerServerAddress” 或带有运行 “-target-select remote <server:port>” 的 “customSetupCommand” 的自有服务器配合使用。",
|
||||
"c_cpp.debuggers.debugServerPath.description": "要启动的调试服务器的可选完整路径。默认值为 null。该路径与 \"miDebuggerServerAddress\" 或带有运行 \"-target-select remote <server:port>\" 的 \"customSetupCommand\" 的自有服务器配合使用。",
|
||||
"c_cpp.debuggers.debugServerArgs.description": "可选调试服务器参数。默认为 null。",
|
||||
"c_cpp.debuggers.serverStarted.description": "要在调试服务器输出中查找的可选服务器启动模式。默认为 null。",
|
||||
"c_cpp.debuggers.filterStdout.description": "在 stdout 流中搜索服务器启动模式,并将 stdout 记录到默认输出。默认为 true。",
|
||||
@@ -427,8 +431,8 @@
|
||||
"c_cpp.walkthrough.create.cpp.file.title": "创建 C++ 文件",
|
||||
"c_cpp.walkthrough.create.cpp.file.description": "[打开](command:toSide:workbench.action.files.openFile)或[创建](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D)一个 C++ 文件。请确保将其保存为 \".cpp\" 扩展名,例如 \"helloworld.cpp\"。\n[创建 C++ 文件](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D)",
|
||||
"c_cpp.walkthrough.create.cpp.file.altText": "使用 C++ 项目打开 C++ 文件或文件夹。",
|
||||
"c_cpp.walkthrough.command.prompt.title": "从 Developer Command Prompt for VS 启动",
|
||||
"c_cpp.walkthrough.command.prompt.description": "使用 Microsoft Visual Studio C++ 编译器时,C++ 扩展需要你从 Developer Command Prompt for VS 启动 VS Code。请按照右侧的说明重新启动。\n[重新加载窗口](command:workbench.action.reloadWindow)",
|
||||
"c_cpp.walkthrough.command.prompt.title": "应用 Visual Studio 开发人员环境",
|
||||
"c_cpp.walkthrough.command.prompt.description": "使用 Microsoft Visual Studio C++ 编译器时,必须存在 Visual Studio 开发人员环境。\n\n请按照右侧说明重新启动,或单击下面的按钮。\n[设置开发人员环境](command:C_Cpp.SetVsDeveloperEnvironment?%22walkthrough%22)",
|
||||
"c_cpp.walkthrough.run.debug.title": "运行并调试 C++ 文件",
|
||||
"c_cpp.walkthrough.run.debug.mac.description": "打开你的 C++ 文件,在编辑器右上角点击播放按钮,或者在文件上按 F5。选择“clang++ - 构建和调试活动文件”以使用调试器运行。",
|
||||
"c_cpp.walkthrough.run.debug.linux.description": "打开 C++ 文件,在编辑器右上角点击播放按钮,或者在文件上按 F5。选择“g++ - 构建和调试活动文件”以使用调试器运行。",
|
||||
|
||||
@@ -17,7 +17,12 @@
|
||||
"pre.Launch.Task": "preLaunchTask: {0}",
|
||||
"debugger.path.not.exists": "找不到 {0} 调试器。将忽略 {1} 的调试配置。",
|
||||
"build.and.debug.active.file": "构建和调试活动文件",
|
||||
"cl.exe.not.available": "{0} 仅在 VS Code 从 {1} 中运行时才可用。",
|
||||
"apply.dev.env": "应用开发人员环境",
|
||||
"cl.exe.not.available": "{0} 需要 Visual Studio 开发人员环境。",
|
||||
"update.dev.env": "更新开发人员环境",
|
||||
"cancel": "取消",
|
||||
"dev.env.not.applied": "由于未应用 Visual Studio 开发人员环境,无法生成源代码。",
|
||||
"dev.env.not.found": "由于找不到 Visual C++ 编译器,无法生成源代码。",
|
||||
"lldb.find.failed": "缺少 lldb-mi 可执行文件的依赖项“{0}”。",
|
||||
"lldb.search.paths": "搜索范围:",
|
||||
"lldb.install.help": "要解决此问题,请通过 Apple App Store 安装 XCode,或通过在终端窗口运行“{0}”来安装 XCode 命令行工具。",
|
||||
|
||||
@@ -30,6 +30,9 @@
|
||||
"config.not.found": "找不到请求的配置名称: {0}",
|
||||
"unsupported.client": "不支持的客户端",
|
||||
"timed.out": "将在 {0} 毫秒后超时。",
|
||||
"parsing.stats.large.project": "已枚举 {0} 个文件,检测到 {1} 个 C/C++ 源文件。你可能需要考虑排除某些文件以获得更好的性能。",
|
||||
"learn.more": "了解详细信息",
|
||||
"dont.show.again": "不再显示",
|
||||
"update.intellisense.time": "更新 IntelliSense 时间(秒): {0}",
|
||||
"configurations.received": "已收到自定义配置:",
|
||||
"browse.configuration.received": "已收到自定义浏览配置: {0}",
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"incompatible.intellisense.mode": "IntelliSense 模式 {0} 与编译器路径不兼容。",
|
||||
"resolve.configuration.processed": "已在 {0} 秒内中处理 c_cpp_properties.json",
|
||||
"failed.to.create.config.folder": "未能创建“{0}”",
|
||||
"invalid.configuration.file": "配置文件无效。数组中须至少存在一个配置。",
|
||||
"unknown.properties.version": "c_cpp_properties.json 中发现未知的版本号。某些功能可能无法按预期工作。",
|
||||
@@ -13,9 +14,13 @@
|
||||
"path.with.spaces": "找不到带有空格的编译器路径。如果这是为了包含编译器参数,请用双引号({0})括住编译器路径。",
|
||||
"cannot.find": "无法找到: {0}",
|
||||
"path.is.not.a.file": "路径不是文件: {0}",
|
||||
"resolve.includePath.took.too.long": "包含路径验证计算耗时 {0} 秒",
|
||||
"resolve.includePath.failed": "未能解析包含路径。错误: {0}",
|
||||
"wrapped.with.quotes": "不要在路径周围添加额外的引号。",
|
||||
"path.is.not.a.directory": "路径不是目录: {0}",
|
||||
"duplicate.name": "{0} 重复。配置名称应是唯一的。",
|
||||
"resolve.path.took.too.long": "路径计算耗时 {0} 秒",
|
||||
"resolve.path.failed": "未能解析路径 {0}。错误: {1}",
|
||||
"multiple.paths.not.allowed": "不允许使用多个路径。",
|
||||
"multiple.paths.should.be.separate.entries": "多个路径应是数组中的单独条目。",
|
||||
"paths.are.not.directories": "路径不是目录: {0}"
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"no.context.provided": "未提供上下文",
|
||||
"not.windows": "“设置 Visual Studio 开发人员环境”命令仅在 Windows 上可用",
|
||||
"error.no.vs": "找不到带有 C++ 编译器的 Visual Studio 安装项",
|
||||
"operation.cancelled": "已取消此操作",
|
||||
"no.hosts": "找不到主机",
|
||||
"config.dev.env": "正在配置开发人员环境...",
|
||||
"select.vs.install": "选择 Visual Studio 安装",
|
||||
"advanced.options": "高级选项...",
|
||||
"advanced.options.desc": "选择特定的主机和目标体系结构构、工具集版本等",
|
||||
"select.toolset": "选择工具集版本",
|
||||
"select.host.target": "选择主机和目标体系结构",
|
||||
"something.wrong": "出现问题: {0}",
|
||||
"dev.env.for": "{1} 的 {0} 开发人员环境",
|
||||
"default.env": "{0} 的默认环境",
|
||||
"host.target": "主机 = {0},目标 = {1}"
|
||||
}
|
||||
@@ -46,7 +46,7 @@
|
||||
"aborting_tag_parse_at_root": "正在终止根位置的标记分析",
|
||||
"unable_to_retrieve_to_reset_timestamps": "无法检索数据库记录以重置时间戳: 错误 = {0}",
|
||||
"failed_to_reset_timestamps_for": "未能为 {0} 重置时间戳: 错误 = {1}",
|
||||
"no_suitable_complier": "未找到合适的编译器。请在 c_cpp_properties.json 中设置 \"compilerPath\"。",
|
||||
"no_suitable_compiler": "未找到合适的编译器。请在 c_cpp_properties.json 中设置 \"compilerPath\"。",
|
||||
"compiler_include_not_found": "未找到编译器包含路径: {0}",
|
||||
"intellisense_not_responding": "IntelliSense 引擎未响应。改为使用标记分析器。",
|
||||
"tag_parser_will_be_used": "标记分析器将用于以下项中的 IntelliSense 操作: {0}",
|
||||
|
||||
+10
-4
@@ -4,8 +4,14 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"walkthrough.windows.title.open.dev.command.prompt": "使用 {0} 重新启动",
|
||||
"walkthrough.windows.background.dev.command.prompt": " 你使用的是具有 MSVC 编译器的 Windows 计算机,因此需要从 {0} 启动 VS Code,以正确设置所有环境变量。要使用 {1} 重新启动,请:",
|
||||
"walkthrough.open.command.prompt": "通过在 Windows“开始”菜单中键入“{1}”打开 {0}。选择 {2} 将自动导航到当前打开的文件夹。",
|
||||
"walkthrough.windows.press.f5": "在命令提示符中键入“{0}”,然后按 Enter。此操作应会重新启动 VS Code 并将你带回此演练。"
|
||||
"walkthrough.windows.title.apply.dev.env": "应用 Visual Studio 开发人员环境",
|
||||
"walkthrough.windows.dev.env.required": "Visual Studio C++ 编译器需要设置多个环境变量才能成功编译代码。如果正在 Windows 计算机上使用 Visual Studio C++ 编译器,有两种方法可确保应用了相应环境。",
|
||||
"walkthrough.windows.do.one": " 只需要执行以下操作之一:",
|
||||
"walkthrough.windows.run.dev.command": "运行 {0} 命令",
|
||||
"walkthrough.windows.set.dev.environment": "C/C++: 设置 Visual Studio 开发人员环境",
|
||||
"walkthrough.windows.start.from.dev.command": "从 {0} 启动 VS Code",
|
||||
"walkthrough.windows.relaunch.command.prompt": "使用 {0} 重新启动 VS Code",
|
||||
"walkthrough.close.vscode": "关闭 VS Code 的当前实例。",
|
||||
"walkthrough.open.command.prompt": "通过在 Windows“开始”菜单中键入 {1} 来打开 {0},然后选择 {2}。",
|
||||
"walkthrough.windows.press.f5": "在命令提示符中键入 {0},然后按 Enter。这应会重新启动同一工作区中的 VS Code,并将你带回此演练。"
|
||||
}
|
||||
+2
-4
@@ -16,8 +16,6 @@
|
||||
"walkthrough.windows.link.install": "安装",
|
||||
"walkthrough.windows.note1": "注意",
|
||||
"walkthrough.windows.note1.text": "可以使用 Visual Studio 生成工具中的 C++ 工具集以及 Visual Studio Code 以编译、生成并验证任何 C++ 代码库,前提是同时具有有效的 Visual Studio 许可证(社区版、专业版或企业版),且正积极将其用于开发该 C++ 代码库。",
|
||||
"walkthrough.windows.open.command.prompt": "通过在 Windows “开始”菜单中键入“{1}”打开 {0}。",
|
||||
"walkthrough.windows.check.install": "通过在 {1} 中键入 {0} 来检查 MSVC 安装。你应该会看到包含版本和基本使用说明的版权消息。",
|
||||
"walkthrough.windows.note2": "注意",
|
||||
"walkthrough.windows.note2.text": "要从命令行或 VS Code 使用 MSVC,必须从 {0} 运行。普通 shell (例如 {1}、{2} 或 Windows 命令提示符)未设置必要的路径环境变量。"
|
||||
"walkthrough.windows.open.command.prompt": "通过在 Windows“开始”菜单中键入 {1} 来打开 {0}。",
|
||||
"walkthrough.windows.check.install": "通过在 {1} 中键入 {0} 来检查 MSVC 安装。你应该会看到包含版本和基本使用说明的版权消息。"
|
||||
}
|
||||
+1
-3
@@ -10,10 +10,8 @@
|
||||
"walkthrough.windows.note1": "注意",
|
||||
"walkthrough.windows.note1.text": "可以使用 Visual Studio 生成工具中的 C++ 工具集以及 Visual Studio Code 以编译、生成并验证任何 C++ 代码库,前提是同时具有有效的 Visual Studio 许可证(社区版、专业版或企业版),且正积极将其用于开发该 C++ 代码库。",
|
||||
"walkthrough.windows.verify.compiler": "验证编译器安装",
|
||||
"walkthrough.windows.open.command.prompt": "通过在 Windows “开始”菜单中键入“{1}”打开 {0}。",
|
||||
"walkthrough.windows.open.command.prompt": "通过在 Windows“开始”菜单中键入 {1} 来打开 {0}。",
|
||||
"walkthrough.windows.check.install": "通过在 {1} 中键入 {0} 来检查 MSVC 安装。你应该会看到包含版本和基本使用说明的版权消息。",
|
||||
"walkthrough.windows.note2": "注意",
|
||||
"walkthrough.windows.note2.text": "要从命令行或 VS Code 使用 MSVC,必须从 {0} 运行。普通 shell (例如 {1}、{2} 或 Windows 命令提示符)未设置必要的路径环境变量。",
|
||||
"walkthrough.windows.other.compilers": "其他编译器选项",
|
||||
"walkthrough.windows.text3": "如果面向的是 Windows 中的 Linux,请查看 {0}。或者,可 {1}。",
|
||||
"walkthrough.windows.link.title1": "在 VS Code 中使用 C++ 和 适用于 Linux 的 Windows 子系统(WSL)",
|
||||
|
||||
+1
-3
@@ -10,10 +10,8 @@
|
||||
"walkthrough.windows.note1": "注意",
|
||||
"walkthrough.windows.note1.text": "可以使用 Visual Studio 生成工具中的 C++ 工具集以及 Visual Studio Code 以编译、生成并验证任何 C++ 代码库,前提是同时具有有效的 Visual Studio 许可证(社区版、专业版或企业版),且正积极将其用于开发该 C++ 代码库。",
|
||||
"walkthrough.windows.verify.compiler": "验证编译器安装",
|
||||
"walkthrough.windows.open.command.prompt": "通过在 Windows “开始”菜单中键入“{1}”打开 {0}。",
|
||||
"walkthrough.windows.open.command.prompt": "通过在 Windows“开始”菜单中键入 {1} 来打开 {0}。",
|
||||
"walkthrough.windows.check.install": "通过在 {1} 中键入 {0} 来检查 MSVC 安装。你应该会看到包含版本和基本使用说明的版权消息。",
|
||||
"walkthrough.windows.note2": "注意",
|
||||
"walkthrough.windows.note2.text": "要从命令行或 VS Code 使用 MSVC,必须从 {0} 运行。普通 shell (例如 {1}、{2} 或 Windows 命令提示符)未设置必要的路径环境变量。",
|
||||
"walkthrough.windows.other.compilers": "其他编译器选项",
|
||||
"walkthrough.windows.text3": "如果面向的是 Windows 中的 Linux,请查看 {0}。或者,可 {1}。",
|
||||
"walkthrough.windows.link.title1": "在 VS Code 中使用 C++ 和 适用于 Linux 的 Windows 子系统(WSL)",
|
||||
|
||||
@@ -42,6 +42,8 @@
|
||||
"c_cpp.command.RemoveAllCodeAnalysisProblems.title": "清除所有程式碼分析問題",
|
||||
"c_cpp.command.BuildAndDebugFile.title": "偵錯 C/C++ 檔案",
|
||||
"c_cpp.command.BuildAndRunFile.title": "執行 C/C++ 檔案",
|
||||
"c_cpp.command.SetVsDeveloperEnvironment.title": "設定 Visual Studio 開發人員環境",
|
||||
"c_cpp.command.ClearVsDeveloperEnvironment.title": "清除 Visual Studio 開發人員環境",
|
||||
"c_cpp.command.AddDebugConfiguration.title": "新增偵錯組態",
|
||||
"c_cpp.command.GenerateDoxygenComment.title": "產生 Doxygen 註解",
|
||||
"c_cpp.command.addSshTarget.title": "新增 SSH 目標",
|
||||
@@ -108,7 +110,7 @@
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.leftmostColumn.markdownDescription": "將 goto 標籤固定在程式碼的最左側。",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.none.markdownDescription": "將不會格式化 goto 標籤。",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.description": "前置處理器指示詞的位置。",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.oneLeft.markdownDescription": "前置處理器指令會以 `#editor.tabSize#` 設定中指定的數量,定位於目前程式碼縮排的左邊。",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.oneLeft.markdownDescription": "前置處理器指示詞會以 `#editor.tabSize#` 設定中指定的數量,定位於目前程式碼縮排的左側。",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.leftmostColumn.markdownDescription": "前置處理器指示詞位於程式碼的最左側。",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.none.markdownDescription": "將不會格式化前置處理器指示詞。",
|
||||
"c_cpp.configuration.vcFormat.indent.accessSpecifiers.markdownDescription": "存取指定名稱會依據 `#editor.tabSize#` 設定中指定的數量,按照類別或結構定義的相對位置縮排。",
|
||||
@@ -191,12 +193,12 @@
|
||||
"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.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.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#`。",
|
||||
@@ -255,6 +257,7 @@
|
||||
"c_cpp.configuration.vcpkg.enabled.markdownDescription": "啟用 [vcpkg 相依性管理員](https://aka.ms/vcpkg/) 的整合服務。",
|
||||
"c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "當 `nan` 和 `node-addon-api` 為相依性時,從中新增 include 路徑。",
|
||||
"c_cpp.configuration.copilotHover.markdownDescription": "如果 `disabled`,暫留時將不會顯示 [產生 Copilot 摘要] 選項。",
|
||||
"c_cpp.configuration.windowsErrorReportingMode.markdownDescription": "如果為 `disabled`,將會停用 Windows 錯誤報告。如果為 `default`,將會啟用 Windows 錯誤報告,但在目前工作階段中第一次當機之後,就會停用。變更設定不會影響目前執行中的 IntelliSense 程序。",
|
||||
"c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "若為 `true`,則「重新命名符號」需要有效的 C/C++ 識別碼。",
|
||||
"c_cpp.configuration.autocompleteAddParentheses.markdownDescription": "若為 `true`,自動完成將會在函式呼叫之後自動新增 `(`,在這種情況下也可能會新增 `)`,取決於 `editor.autoClosingBrackets` 設定的值。",
|
||||
"c_cpp.configuration.filesExclude.markdownDescription": "設定 Glob 模式以排除資料夾 (若變更 `#C_Cpp.exclusionPolicy#`,則也會排除檔案)。這些模式為 C/C++ 延伸模組所特有,且是對 `#files.exclude#` 的外加,但與 `#files.exclude#` 不同的是,它們也適用於目前工作區資料夾以外的路徑,並且不會將其從總管檢視中移除。深入了解 [Glob 模式](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options)。",
|
||||
@@ -268,6 +271,7 @@
|
||||
"c_cpp.contributes.views.sshTargetsView.title": "Cpptools: SSH 目標",
|
||||
"c_cpp.contributes.viewsWelcome.contents": "如需深入了解 launch.json,請參閱 [設定 C/C++ 偵錯](https://code.visualstudio.com/docs/cpp/launch-json-reference)。",
|
||||
"c_cpp.configuration.debugShortcut.description": "在 C++ 檔案的編輯器標題列中顯示 [執行及偵錯] 播放按鈕和 [新增偵錯組態] 齒輪。",
|
||||
"c_cpp.configuration.persistVsDeveloperEnvironment.description": "記住目前工作區上次使用的 Visual Studio 開發人員環境。此設定僅適用於 Windows。",
|
||||
"c_cpp.debuggers.pipeTransport.description": "出現時,會指示偵錯工具使用另一個可執行檔來連線至遠端電腦,該管道會在 VS Code 與 MI 啟用偵錯工具後端可執行檔之間傳送標準輸入/輸出 (例如 gdb)。",
|
||||
"c_cpp.debuggers.pipeTransport.default.pipeProgram": "輸入管道程式名稱的完整路徑,例如 '/usr/bin/ssh'。",
|
||||
"c_cpp.debuggers.pipeTransport.default.debuggerPath": "目標機器的偵錯工具完整路徑,例如 /use/bin/gdb。",
|
||||
@@ -310,7 +314,7 @@
|
||||
"c_cpp.debuggers.miDebuggerServerAddress.description": "MI 偵錯工具伺服器要連線至的網路位址 (範例: localhost:1234)。",
|
||||
"c_cpp.debuggers.useExtendedRemote.description": "使用目標延伸的遠端模式連線到 MI 偵錯工具伺服器。",
|
||||
"c_cpp.debuggers.stopAtEntry.markdownDescription": "選擇性參數。若為 `true`,則偵錯工具應該在目標的進入點停止。如果已傳遞 `processId`,則這就無效。",
|
||||
"c_cpp.debuggers.debugServerPath.description": "要啟動的偵錯伺服器選用完整路徑。預設為 Null。使用時,會將 \"miDebuggerServerAddress\" 或您自己的伺服器與 \"customSetupCommand\" 連接,以執行 \"-target-select remote <伺服器:連接埠>\"。",
|
||||
"c_cpp.debuggers.debugServerPath.description": "要啟動的偵錯伺服器的選用完整路徑。預設為 Null。使用時,會將其結合 \"miDebuggerServerAddress\" 或您自己的伺服器與 \"customSetupCommand\",以執行 \"-target-select remote <server:port>\"。",
|
||||
"c_cpp.debuggers.debugServerArgs.description": "選擇性偵錯伺服器引數。預設為 null。",
|
||||
"c_cpp.debuggers.serverStarted.description": "要在偵錯伺服器輸出中尋找的選擇性伺服器啟動模式。預設為 null。",
|
||||
"c_cpp.debuggers.filterStdout.description": "搜尋 stdout 資料流以取得伺服器啟動的模式,並將 stdout 記錄到偵錯輸出。預設為 true。",
|
||||
@@ -427,8 +431,8 @@
|
||||
"c_cpp.walkthrough.create.cpp.file.title": "建立 C++ 檔案",
|
||||
"c_cpp.walkthrough.create.cpp.file.description": "[開啟](command:toSide:workbench.action.files.openFile) 或 [建立](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D) C++ 檔案。務必使用 \".cpp\" 副檔名來儲存它,例如 \"helloworld.cpp\"。\n[建立 C++ 檔案](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D)",
|
||||
"c_cpp.walkthrough.create.cpp.file.altText": "使用 C++ 專案開啟 C++ 檔案或資料夾。",
|
||||
"c_cpp.walkthrough.command.prompt.title": "從 Developer Command Prompt for VS 中啟動",
|
||||
"c_cpp.walkthrough.command.prompt.description": "使用 Microsoft Visual Studio C++ 編譯器時,C++ 延伸模組會要求您在 Developer Command Prompt for VS 中啟動 VS Code。請遵循右側的指示來重新啟動。\n[重新載入視窗](command:workbench.action.reloadWindow)",
|
||||
"c_cpp.walkthrough.command.prompt.title": "套用 Visual Studio 開發人員環境",
|
||||
"c_cpp.walkthrough.command.prompt.description": "使用 Microsoft Visual Studio C++ 編譯器時,必須存在 Visual Studio 開發人員環境。\n\n請遵循右側的指示重新啟動,或按一下下方的按鈕。\n[設定開發人員環境](command:C_Cpp.SetVsDeveloperEnvironment?%22walkthrough%22)",
|
||||
"c_cpp.walkthrough.run.debug.title": "執行和偵錯您的 C++ 檔案",
|
||||
"c_cpp.walkthrough.run.debug.mac.description": "開啟您的 C++ 檔案,然後按一下編輯器右上角的執行按鈕,或在開啟檔案上時按 F5。選取 [clang++ - 建置及偵錯使用中的檔案] 以使用偵錯工具執行。",
|
||||
"c_cpp.walkthrough.run.debug.linux.description": "開啟您的 C++ 檔案,然後按一下編輯器右上角的執行按鈕,或在開啟檔案上時按 F5。選取 [g++ - 建置及偵錯使用中的檔案] 以使用偵錯工具執行。",
|
||||
|
||||
@@ -17,7 +17,12 @@
|
||||
"pre.Launch.Task": "preLaunchTask: {0}",
|
||||
"debugger.path.not.exists": "找不到 {0} 偵錯工具。已略過 {1} 的偵錯組態。",
|
||||
"build.and.debug.active.file": "建置及偵錯使用中的檔案",
|
||||
"cl.exe.not.available": "{0} 僅限於從 {1} 執行 VS Code 時使用。",
|
||||
"apply.dev.env": "套用開發人員環境",
|
||||
"cl.exe.not.available": "{0} 需要 Visual Studio 開發人員環境。",
|
||||
"update.dev.env": "更新開發人員環境",
|
||||
"cancel": "取消",
|
||||
"dev.env.not.applied": "由於未套用 Visual Studio 開發人員環境,原始程式碼無法建置。",
|
||||
"dev.env.not.found": "由於找不到 Visual C++ 編譯器,原始程式碼無法建置。",
|
||||
"lldb.find.failed": "缺少 lldb-mi 可執行檔的相依性 '{0}'。",
|
||||
"lldb.search.paths": "已在下列位置中搜尋:",
|
||||
"lldb.install.help": "若要解決此問題,請透過 Apple App Store 安裝 XCode,或在終端機視窗中執行 '{0}' 以安裝 XCode 命令列工具。",
|
||||
|
||||
@@ -30,6 +30,9 @@
|
||||
"config.not.found": "找不到要求的組態名稱: {0}",
|
||||
"unsupported.client": "不支援的用戶端",
|
||||
"timed.out": "逾時 ({0} 毫秒內)。",
|
||||
"parsing.stats.large.project": "已列舉 {0} 個檔案,並偵測到 {1} 個 C/C++ 來源檔案。您可能需要考慮排除某些檔案,以提升效能。",
|
||||
"learn.more": "深入了解",
|
||||
"dont.show.again": "不要再顯示",
|
||||
"update.intellisense.time": "更新 IntelliSense 時間 (秒): {0}",
|
||||
"configurations.received": "收到的自訂組態:",
|
||||
"browse.configuration.received": "收到的自訂瀏覽組態: {0}",
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"incompatible.intellisense.mode": "IntelliSense 模式 {0} 與編譯器路徑不相容。",
|
||||
"resolve.configuration.processed": "已於 {0} 秒內處理 c_cpp_properties.json",
|
||||
"failed.to.create.config.folder": "無法建立 \"{0}\"",
|
||||
"invalid.configuration.file": "組態檔。陣列中至少必須有一個組態。",
|
||||
"unknown.properties.version": "在 c_cpp_properties.json 中找到未知的版本號碼。某些功能可能無法如期運作。",
|
||||
@@ -13,9 +14,13 @@
|
||||
"path.with.spaces": "找不到具有空格的編譯器路徑。如果這是為了要包含編譯器引數,請以雙引號 ({0}) 括住編譯器路徑。",
|
||||
"cannot.find": "找不到: {0}",
|
||||
"path.is.not.a.file": "路徑不是檔案: {0}",
|
||||
"resolve.includePath.took.too.long": "包含路徑驗證耗費 {0} 秒來評估",
|
||||
"resolve.includePath.failed": "無法解析包含路徑。錯誤: {0}",
|
||||
"wrapped.with.quotes": "請勿在路徑周圍新增額外的引號。",
|
||||
"path.is.not.a.directory": "路徑不是目錄: {0}",
|
||||
"duplicate.name": "{0} 重複。組態名稱應該是唯一的。",
|
||||
"resolve.path.took.too.long": "路徑耗費 {0} 秒來評估",
|
||||
"resolve.path.failed": "無法解析路徑 {0}。錯誤: {1}",
|
||||
"multiple.paths.not.allowed": "不允許使用多個路徑。",
|
||||
"multiple.paths.should.be.separate.entries": "數位列中的多個路徑應為個別專案。",
|
||||
"paths.are.not.directories": "路徑不是目錄: {0}"
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"no.context.provided": "未提供內容",
|
||||
"not.windows": "“設定 Visual Studio 開發人員環境”命令僅可在 Windows 使用",
|
||||
"error.no.vs": "找不到包含 C++ 編譯器的 Visual Studio 安裝",
|
||||
"operation.cancelled": "作業已取消",
|
||||
"no.hosts": "找不到主機",
|
||||
"config.dev.env": "正在設定開發人員環境...",
|
||||
"select.vs.install": "選取 Visual Studio 安裝",
|
||||
"advanced.options": "進階選項...",
|
||||
"advanced.options.desc": "選取特定主機和目標結構、工具集版本等。",
|
||||
"select.toolset": "選取工具集版本",
|
||||
"select.host.target": "選取主機和目標結構",
|
||||
"something.wrong": "發生錯誤: {0}",
|
||||
"dev.env.for": "{1} 的 {0} 開發人員環境",
|
||||
"default.env": "{0} 的預設環境",
|
||||
"host.target": "host = {0}, target = {1}"
|
||||
}
|
||||
@@ -46,7 +46,7 @@
|
||||
"aborting_tag_parse_at_root": "正在中止根目錄處的標籤剖析",
|
||||
"unable_to_retrieve_to_reset_timestamps": "無法取得 DB 記錄以重設時間戳記: 錯誤 = {0}",
|
||||
"failed_to_reset_timestamps_for": "無法重設 {0} 的時間戳記: 錯誤 = {1}",
|
||||
"no_suitable_complier": "找不到任何適合的編譯器。請設定 c_cpp_properties.json 中的 \"compilerPath\"。",
|
||||
"no_suitable_compiler": "找不到任何適合的編譯器。請設定 c_cpp_properties.json 中的 \"compilerPath\"。",
|
||||
"compiler_include_not_found": "找不到編譯器包含路徑: {0}",
|
||||
"intellisense_not_responding": "IntelliSense 引擎未回應。改為使用標籤剖析器。",
|
||||
"tag_parser_will_be_used": "標籤剖析器將用於 {0} 中的 IntelliSense 作業",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"cpp.standard.description": "用於 IntelliSense 的 C++ 語言標準版本。注意: GNU 標準僅會用於查詢設定編譯器以取得 GNU 定義,而 IntelliSense 將會模擬相同的 C++ 標準版本。",
|
||||
"advanced.settings": "進階設定",
|
||||
"configuration.provider": "組態提供者",
|
||||
"configuration.provider.description": "可為來源檔案提供 IntelliSense 設定資訊 VS Code 延伸模組的識別碼。例如,使用 VS Code 延伸模組識別碼 {0} 從 CMake 工具延伸模組提供組態資訊。",
|
||||
"configuration.provider.description": "可為來源檔案提供 IntelliSense 設定資訊 VS Code 延伸模組的識別碼。例如,使用 VS Code 延伸模組識別碼 {0} 從 CMake Tools 延伸模組提供組態資訊。",
|
||||
"windows.sdk.version": "Windows SDK 版本",
|
||||
"windows.sdk.version.description": "要在 Windows 上使用的 Windows SDK 包含路徑版本,例如 {0}。",
|
||||
"mac.framework.path": "Mac 架構路徑",
|
||||
|
||||
+10
-4
@@ -4,8 +4,14 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"walkthrough.windows.title.open.dev.command.prompt": "使用 {0} 重新啟動",
|
||||
"walkthrough.windows.background.dev.command.prompt": " 您正使用 Windows 電腦搭配 MSVC 編譯器,因此您必須從 {0} 啟動 VS Code,以便正確設定所有環境變數。若要使用 {1} 以下重新啟動:",
|
||||
"walkthrough.open.command.prompt": "在 Windows [開始] 功能表中輸入 \"{1}\",以開啟 {0}。選取 {2},這會自動瀏覽至您目前開啟的資料夾。",
|
||||
"walkthrough.windows.press.f5": "在命令提示字元中輸入 \"{0}\",然後按 Enter。這應該會重新啟動 VS Code,並帶您回到此逐步解說。"
|
||||
"walkthrough.windows.title.apply.dev.env": "套用 Visual Studio 開發人員環境",
|
||||
"walkthrough.windows.dev.env.required": "Visual Studio C++ 編譯器需要設定數個環境變數,才能成功編譯你的程式碼。如果您將 Windows 機器與 Visual Studio C++ 編譯器一起使用,可以透過兩種方式確保環境已套用。",
|
||||
"walkthrough.windows.do.one": " 您只需要執行下列其中一項:",
|
||||
"walkthrough.windows.run.dev.command": "執行 {0} 命令",
|
||||
"walkthrough.windows.set.dev.environment": "C/C++: 設定 Visual Studio 開發人員環境",
|
||||
"walkthrough.windows.start.from.dev.command": "從 {0} 啟動 VS Code",
|
||||
"walkthrough.windows.relaunch.command.prompt": "若要使用 {0} 重新啟動 VS Code",
|
||||
"walkthrough.close.vscode": "關閉目前的 VS Code 執行個體。",
|
||||
"walkthrough.open.command.prompt": "在 Windows [開始] 功能表中輸入 {1} 以開啟 {0},然後選取 {2}。",
|
||||
"walkthrough.windows.press.f5": "在命令提示字元中輸入 {0},然後點擊 Enter。這應該會在相同的工作區中重新啟動 VS Code,並帶您回到此逐步解說。"
|
||||
}
|
||||
+2
-4
@@ -16,8 +16,6 @@
|
||||
"walkthrough.windows.link.install": "安裝",
|
||||
"walkthrough.windows.note1": "備註",
|
||||
"walkthrough.windows.note1.text": "您可以使用 Visual Studio Build Tools 中的 C++ 工具組以及 Visual Studio Code 來編譯、組建及驗證任何 C++ 程式碼基底,只要您也擁有有效的 Visual Studio 授權 (社群版、專業版或企業版),且您正積極開發該 C++ 程式碼基底。",
|
||||
"walkthrough.windows.open.command.prompt": "在 Windows [開始] 功能表中輸入 '{1}',以開啟 {0}。",
|
||||
"walkthrough.windows.check.install": "將 {0} 輸入 {1},以檢查您的 Microsoft Visual C++ 安裝。畫面會顯示版本的著作權訊息以及基本的使用說明。",
|
||||
"walkthrough.windows.note2": "備註",
|
||||
"walkthrough.windows.note2.text": "若要從命令列或 VS Code 使用 MSVC,您必須從 {0} 執行。一般殼層,例如 {1}、{2} 或 Windows 命令提示字元,沒有設定必要的路徑環境變數集。"
|
||||
"walkthrough.windows.open.command.prompt": "在 Windows [開始] 功能表中輸入 {1} 以開啟 {0}。",
|
||||
"walkthrough.windows.check.install": "將 {0} 輸入 {1},以檢查您的 Microsoft Visual C++ 安裝。畫面會顯示版本的著作權訊息以及基本的使用說明。"
|
||||
}
|
||||
+1
-3
@@ -10,10 +10,8 @@
|
||||
"walkthrough.windows.note1": "備註",
|
||||
"walkthrough.windows.note1.text": "您可以使用 Visual Studio Build Tools 中的 C++ 工具組以及 Visual Studio Code 來編譯、組建及驗證任何 C++ 程式碼基底,只要您也擁有有效的 Visual Studio 授權 (社群版、專業版或企業版),且您正積極開發該 C++ 程式碼基底。",
|
||||
"walkthrough.windows.verify.compiler": "驗證編譯器安裝",
|
||||
"walkthrough.windows.open.command.prompt": "在 Windows [開始] 功能表中輸入 '{1}',以開啟 {0}。",
|
||||
"walkthrough.windows.open.command.prompt": "在 Windows [開始] 功能表中輸入 {1} 以開啟 {0}。",
|
||||
"walkthrough.windows.check.install": "將 {0} 輸入 {1},以檢查您的 Microsoft Visual C++ 安裝。畫面會顯示版本的著作權訊息以及基本的使用說明。",
|
||||
"walkthrough.windows.note2": "備註",
|
||||
"walkthrough.windows.note2.text": "若要從命令列或 VS Code 使用 MSVC,您必須從 {0} 執行。一般殼層,例如 {1}、{2} 或 Windows 命令提示字元,沒有設定必要的路徑環境變數集。",
|
||||
"walkthrough.windows.other.compilers": "其他編譯器選項",
|
||||
"walkthrough.windows.text3": "如果您是以 Windows 的 Linux 為目標,請查看 {0}。或者,您也可以 {1}。",
|
||||
"walkthrough.windows.link.title1": "在 VS Code 中使用 C++ 與 Windows 子系統 Linux 版 (WSL) ",
|
||||
|
||||
+1
-3
@@ -10,10 +10,8 @@
|
||||
"walkthrough.windows.note1": "備註",
|
||||
"walkthrough.windows.note1.text": "您可以使用 Visual Studio Build Tools 中的 C++ 工具組以及 Visual Studio Code 來編譯、組建及驗證任何 C++ 程式碼基底,只要您也擁有有效的 Visual Studio 授權 (社群版、專業版或企業版),且您正積極開發該 C++ 程式碼基底。",
|
||||
"walkthrough.windows.verify.compiler": "驗證編譯器安裝",
|
||||
"walkthrough.windows.open.command.prompt": "在 Windows [開始] 功能表中輸入 '{1}',以開啟 {0}。",
|
||||
"walkthrough.windows.open.command.prompt": "在 Windows [開始] 功能表中輸入 {1} 以開啟 {0}。",
|
||||
"walkthrough.windows.check.install": "將 {0} 輸入 {1},以檢查您的 Microsoft Visual C++ 安裝。畫面會顯示版本的著作權訊息以及基本的使用說明。",
|
||||
"walkthrough.windows.note2": "備註",
|
||||
"walkthrough.windows.note2.text": "若要從命令列或 VS Code 使用 MSVC,您必須從 {0} 執行。一般殼層,例如 {1}、{2} 或 Windows 命令提示字元,沒有設定必要的路徑環境變數集。",
|
||||
"walkthrough.windows.other.compilers": "其他編譯器選項",
|
||||
"walkthrough.windows.text3": "如果您是以 Windows 的 Linux 為目標,請查看 {0}。或者,您也可以 {1}。",
|
||||
"walkthrough.windows.link.title1": "在 VS Code 中使用 C++ 與 Windows 子系統 Linux 版 (WSL) ",
|
||||
|
||||
@@ -42,6 +42,8 @@
|
||||
"c_cpp.command.RemoveAllCodeAnalysisProblems.title": "Vymazat všechny problémy s analýzou kódu",
|
||||
"c_cpp.command.BuildAndDebugFile.title": "Ladit soubor C/C++",
|
||||
"c_cpp.command.BuildAndRunFile.title": "Spustit soubor C/C++",
|
||||
"c_cpp.command.SetVsDeveloperEnvironment.title": "Nastavit prostředí vývojáře ve Visual Studiu",
|
||||
"c_cpp.command.ClearVsDeveloperEnvironment.title": "Vymazat prostředí vývojáře ve Visual Studiu",
|
||||
"c_cpp.command.AddDebugConfiguration.title": "Přidat konfiguraci ladění",
|
||||
"c_cpp.command.GenerateDoxygenComment.title": "Vygenerovat komentář Doxygen",
|
||||
"c_cpp.command.addSshTarget.title": "Přidat cíl SSH",
|
||||
@@ -191,12 +193,12 @@
|
||||
"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.autoDeclarationTypes.enabled.markdownDescription": "Zobrazit vložené upozornění 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 vložené upozornění 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 vložené upozornění 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.enabled.markdownDescription": "Zobrazí operátor odkazu vloženého upozornění `&` 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++.",
|
||||
@@ -255,6 +257,7 @@
|
||||
"c_cpp.configuration.vcpkg.enabled.markdownDescription": "Povolte integrační služby pro [správce závislostí vcpkg](https://aka.ms/vcpkg/).",
|
||||
"c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "Pokud existují závislosti, přidejte cesty pro zahrnuté soubory z `nan` a `node-addon-api`.",
|
||||
"c_cpp.configuration.copilotHover.markdownDescription": "Pokud je zakázáno (`disabled`), při najetí myší se nezobrazí možnost Vygenerovat souhrn Copilotu.",
|
||||
"c_cpp.configuration.windowsErrorReportingMode.markdownDescription": "Pokud je to nastavené na `disabled`, Zasílání zpráv o chybách systému Windows se zakáže. Pokud je to nastavené na `default`, Zasílání zpráv o chybách systému Windows se povolí, ale po prvním chybovém ukončení v aktuální relaci se zakáže. Změna nastavení nemá vliv na aktuálně spuštěné procesy IntelliSense.",
|
||||
"c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "Když se tato hodnota nastaví na `true`, operace Přejmenovat symbol bude vyžadovat platný identifikátor C/C++.",
|
||||
"c_cpp.configuration.autocompleteAddParentheses.markdownDescription": "Pokud je hodnota `true`, automatické dokončování automaticky přidá za volání funkcí znak `(`. V takovém případě se může přidat i znak `)`, což záleží na hodnotě nastavení `#editor.autoClosingBrackets#`.",
|
||||
"c_cpp.configuration.filesExclude.markdownDescription": "Nakonfigurujte vzory glob pro vyloučení složek (a souborů, pokud se změní `#C_Cpp.exclusionPolicy#`). Ty jsou specifické pro rozšíření C/C++ a doplňují `#files.exclude#`, ale na rozdíl od `#files.exclude#` platí také pro cesty mimo aktuální složku pracovního prostoru a neodebírají se ze zobrazení Průzkumníka. Přečtěte si další informace o [vzorech glob](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options).",
|
||||
@@ -268,6 +271,7 @@
|
||||
"c_cpp.contributes.views.sshTargetsView.title": "Cpptools: cíle SSH",
|
||||
"c_cpp.contributes.viewsWelcome.contents": "Další informace o launch.json najdete tady: [konfigurace C/C++ ladění](https://code.visualstudio.com/docs/cpp/launch-json-reference).",
|
||||
"c_cpp.configuration.debugShortcut.description": "Zobrazit tlačítko pro přehrávání Spustit a ladit a ozubené kolečko Přidat konfiguraci ladění v záhlaví editoru pro soubory C++.",
|
||||
"c_cpp.configuration.persistVsDeveloperEnvironment.description": "Zapamatujte si poslední použité prostředí vývojáře ve Visual Studiu pro aktuální pracovní prostor. Toto nastavení platí jenom pro Windows.",
|
||||
"c_cpp.debuggers.pipeTransport.description": "Pokud je k dispozici, předá ladicímu programu informaci, aby se připojil ke vzdálenému počítači pomocí dalšího spustitelného souboru jako kanál, který bude přenášet standardní vstup a výstup mezi nástrojem VS Code a spustitelným souborem back-endu ladicího programu s podporou MI (třeba gdb).",
|
||||
"c_cpp.debuggers.pipeTransport.default.pipeProgram": "zadejte absolutní cestu k názvu programu kanálu, například /usr/bin/ssh.",
|
||||
"c_cpp.debuggers.pipeTransport.default.debuggerPath": "Úplná cesta k ladicímu programu na cílovém počítači, například /usr/bin/gdb",
|
||||
@@ -310,7 +314,7 @@
|
||||
"c_cpp.debuggers.miDebuggerServerAddress.description": "Síťová adresa MI Debugger Serveru, ke kterému se má připojit (příklad: localhost:1234)",
|
||||
"c_cpp.debuggers.useExtendedRemote.description": "Připojení k serveru ladicího programu MI přes cílový rozšířený vzdálený režim.",
|
||||
"c_cpp.debuggers.stopAtEntry.markdownDescription": "Nepovinný parametr. Pokud je `true`, ladicí program by se měl zastavit na vstupním bodu cíle. Pokud je předán parametr `processId`, nemá to žádný vliv.",
|
||||
"c_cpp.debuggers.debugServerPath.description": "Volitelná úplná cesta k ladicímu serveru, který se má spustit. Výchozí hodnota je null. Používá se ve spojení buď s miDebuggerServerAddress, nebo s vlastním serverem s customSetupCommand, na kterém běží \"-target-select remote <server:port>\".",
|
||||
"c_cpp.debuggers.debugServerPath.description": "Volitelná úplná cesta k ladicímu serveru, který se má spustit. Výchozí hodnota je null. Používá se ve spojení s parametrem „miDebuggerServerAddressL nebo s vlastním serverem s příkazem „customSetupCommand“, který spouští „-target-select remote <server:port>“.",
|
||||
"c_cpp.debuggers.debugServerArgs.description": "Volitelné argumenty ladicího serveru. Výchozí hodnota je null.",
|
||||
"c_cpp.debuggers.serverStarted.description": "Volitelný vzorek spuštěný na serveru, který se má vyhledat ve výstupu ladicího serveru. Výchozí hodnota je null.",
|
||||
"c_cpp.debuggers.filterStdout.description": "Vyhledá ve vzorku spuštěném na serveru stream stdout a zaznamená stdout do výstupu ladění. Výchozí hodnota je true.",
|
||||
@@ -427,8 +431,8 @@
|
||||
"c_cpp.walkthrough.create.cpp.file.title": "Vytvoření souboru C++",
|
||||
"c_cpp.walkthrough.create.cpp.file.description": "[Otevřete](command:toSide:workbench.action.files.openFile) nebo [vytvořte](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D) soubor C++. Nezapomeňte ho uložit s příponou .cpp, například „helloworld.cpp“. \n[Vytvořte soubor C++](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D)",
|
||||
"c_cpp.walkthrough.create.cpp.file.altText": "Otevřete soubor C++ nebo složku s projektem C++.",
|
||||
"c_cpp.walkthrough.command.prompt.title": "Spustit z Developer Command Prompt for VS",
|
||||
"c_cpp.walkthrough.command.prompt.description": "Při použití kompilátoru Microsoft Visual Studio C++ vyžaduje rozšíření C++ spuštění VS Code z Developer Command Prompt for VS. Postupujte podle pokynů na pravé straně a spusťte ho znovu.\n[Znovu načíst okno](command:workbench.action.reloadWindow)",
|
||||
"c_cpp.walkthrough.command.prompt.title": "Použít prostředí vývojáře ve Visual Studio",
|
||||
"c_cpp.walkthrough.command.prompt.description": "Při použití kompilátoru Microsoft Visual Studio C++ musí být k dispozici prostředí vývojáře ve Visual Studio.\n\nPostupujte podle pokynů vpravo pro opětovné spuštění nebo klikněte na tlačítko níže.\n[Nastavit prostředí vývojáře](command:C_Cpp.SetVsDeveloperEnvironment?%22walkthrough%22)",
|
||||
"c_cpp.walkthrough.run.debug.title": "Spuštění a ladění souboru C++",
|
||||
"c_cpp.walkthrough.run.debug.mac.description": "Otevřete soubor C++ a klikněte na tlačítko přehrát v pravém horním rohu editoru nebo stiskněte klávesu F5, když jste na souboru. Pokud chcete spustit s ladicím programem, vyberte clang++ – Sestavit a ladit aktivní soubor.",
|
||||
"c_cpp.walkthrough.run.debug.linux.description": "Otevřete soubor C++ a klikněte na tlačítko přehrát v pravém horním rohu editoru nebo stiskněte klávesu F5, když jste na souboru. Pokud chcete spustit s ladicím programem, vyberte g++ – Sestavit a ladit aktivní soubor.",
|
||||
|
||||
@@ -17,7 +17,12 @@
|
||||
"pre.Launch.Task": "preLaunchTask: {0}",
|
||||
"debugger.path.not.exists": "Nepovedlo se najít ladicí program {0}. Konfigurace ladění pro {1} se ignoruje.",
|
||||
"build.and.debug.active.file": "sestavit a ladit aktivní soubor",
|
||||
"cl.exe.not.available": "{0} se dá použít jenom v případě, že se VS Code spouští z nástroje {1}.",
|
||||
"apply.dev.env": "Použít prostředí vývojáře",
|
||||
"cl.exe.not.available": "{0} vyžaduje prostředí vývojáře ve Visual Studiu.",
|
||||
"update.dev.env": "Aktualizovat prostředí vývojáře ve Visual Studiu",
|
||||
"cancel": "Zrušit",
|
||||
"dev.env.not.applied": "Zdrojový kód nelze sestavit, protože nebylo použito prostředí vývojáře ve Visual Studiu.",
|
||||
"dev.env.not.found": "Zdrojový kód nelze sestavit, protože nebyl nalezen kompilátor Visual C++.",
|
||||
"lldb.find.failed": "Chybí závislosti {0} pro spustitelný soubor lldb-mi.",
|
||||
"lldb.search.paths": "Prohledáno:",
|
||||
"lldb.install.help": "Pokud chcete tento problém vyřešit, buď nainstalujte XCode přes obchod Apple App Store, nebo v okně terminálu spusťte {0}, aby se nainstalovaly nástroje příkazového řádku XCode.",
|
||||
|
||||
@@ -30,6 +30,9 @@
|
||||
"config.not.found": "Požadovaný název konfigurace se nenašel: {0}",
|
||||
"unsupported.client": "Nepodporovaný klient",
|
||||
"timed.out": "Po {0} ms vypršel časový limit.",
|
||||
"parsing.stats.large.project": "Byl zjištěn výčet {0} souborů s {1} zdrojovými soubory C/C++. Možná budete chtít zvážit vyloučení některých souborů pro zlepšení výkonu.",
|
||||
"learn.more": "Další informace",
|
||||
"dont.show.again": "Příště už nezobrazovat",
|
||||
"update.intellisense.time": "Čas aktualizace IntelliSense (sek.): {0}",
|
||||
"configurations.received": "Přijaly se vlastní konfigurace:",
|
||||
"browse.configuration.received": "Přijala se vlastní konfigurace procházení: {0}",
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"incompatible.intellisense.mode": "Režim IntelliSense {0} není kompatibilní s cestou ke kompilátoru.",
|
||||
"resolve.configuration.processed": "Soubor c_cpp_properties.json zpracován za {0} s",
|
||||
"failed.to.create.config.folder": "Nepovedlo se vytvořit {0}.",
|
||||
"invalid.configuration.file": "Neplatný konfigurační soubor. V poli se musí nacházet alespoň jedna konfigurace.",
|
||||
"unknown.properties.version": "V souboru c_cpp_properties.json se našlo neplatné číslo verze. Některé funkce nemusí fungovat podle očekávání.",
|
||||
@@ -13,9 +14,13 @@
|
||||
"path.with.spaces": "Cestu ke kompilátoru s mezerami se nepovedlo najít. Pokud měly být zahrnuty argumenty kompilátoru, uzavřete cestu ke kompilátoru do dvojitých uvozovek ({0}).",
|
||||
"cannot.find": "Nepovedlo se najít: {0}",
|
||||
"path.is.not.a.file": "Cesta není soubor: {0}",
|
||||
"resolve.includePath.took.too.long": "Vyhodnocení ověření cesty k zahrnutí trvalo {0} s",
|
||||
"resolve.includePath.failed": "Nepovedlo se přeložit cestu k zahrnutí. Chyba: {0}",
|
||||
"wrapped.with.quotes": "Nepřidávejte nadbytečné uvozovky kolem cest.",
|
||||
"path.is.not.a.directory": "Cesta není adresář: {0}",
|
||||
"duplicate.name": "{0} je duplicitní. Název konfigurace by měl být jedinečný.",
|
||||
"resolve.path.took.too.long": "Vyhodnocení cesty trvalo {0} s",
|
||||
"resolve.path.failed": "Nepodařilo se přeložit cestu {0}. Chyba: {1}",
|
||||
"multiple.paths.not.allowed": "Více cest není povoleno.",
|
||||
"multiple.paths.should.be.separate.entries": "Více cest by mělo být samostatné položky v poli.",
|
||||
"paths.are.not.directories": "Cesty nejsou adresáře: {0}"
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"no.context.provided": "Nebyl zadán žádný kontext",
|
||||
"not.windows": "Příkaz „Nastavit prostředí vývojáře ve Visual Studiu“ je dostupný jenom ve Windows",
|
||||
"error.no.vs": "Instalace Visual Studia s kompilátorem C++ nebyla nalezena",
|
||||
"operation.cancelled": "Operace byla zrušena",
|
||||
"no.hosts": "Nenašli se žádní hostitelé",
|
||||
"config.dev.env": "Konfiguruje se prostředí vývojáře...",
|
||||
"select.vs.install": "Vyberte instalaci Visual Studia",
|
||||
"advanced.options": "Pokročilé možnosti...",
|
||||
"advanced.options.desc": "Vyberte konkrétního hostitele, cílovou architekturu, verzi sady nástrojů atd.",
|
||||
"select.toolset": "Vyberte verzi sady nástrojů",
|
||||
"select.host.target": "Vyberte hostitelskou a cílovou architekturu.",
|
||||
"something.wrong": "Něco neproběhlo, jak mělo: {0}",
|
||||
"dev.env.for": "Prostředí vývojáře {0} pro {1}",
|
||||
"default.env": "Výchozí prostředí pro {0}",
|
||||
"host.target": "hostitel = {0}, cíl = {1}"
|
||||
}
|
||||
@@ -46,7 +46,7 @@
|
||||
"aborting_tag_parse_at_root": "Parsování značek v kořenu se přerušuje.",
|
||||
"unable_to_retrieve_to_reset_timestamps": "Nepovedlo se načíst záznamy databáze pro resetování časových razítek: chyba = {0}",
|
||||
"failed_to_reset_timestamps_for": "Nepovedlo se resetovat časové razítko pro {0}: chyba = {1}",
|
||||
"no_suitable_complier": "Nenašel se žádný vhodný kompilátor. Nastavte prosím compilerPath v souboru c_cpp_properties.json.",
|
||||
"no_suitable_compiler": "Nenašel se žádný vhodný kompilátor. Nastavte prosím compilerPath v souboru c_cpp_properties.json.",
|
||||
"compiler_include_not_found": "Nenašla se cesta kompilátoru pro vložené soubory: {0}",
|
||||
"intellisense_not_responding": "Modul IntelliSense neodpovídá. Používá se místo něj analyzátor značek.",
|
||||
"tag_parser_will_be_used": "Analyzátor značek se bude používat pro operace IntelliSense v: {0}",
|
||||
|
||||
+10
-4
@@ -4,8 +4,14 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"walkthrough.windows.title.open.dev.command.prompt": "Znovu spustit pomocí {0}",
|
||||
"walkthrough.windows.background.dev.command.prompt": " Používáte počítač s Windows s kompilátorem MVSC, takže musíte spustit VS Code z {0}, aby se všechny proměnné prostředí správně nastavily. Opětovné spuštění pomocí nástroje {1}:",
|
||||
"walkthrough.open.command.prompt": "Otevřete {0} zadáním „{1}“ v nabídce Start ve Windows. Vyberte {2}, čímž automaticky přejdete do aktuální otevřené složky.",
|
||||
"walkthrough.windows.press.f5": "Do příkazového řádku zadejte „{0}“ a stiskněte Enter. Mělo by se znovu spustit VS Code a vrátit se k tomuto názorném postupu. "
|
||||
"walkthrough.windows.title.apply.dev.env": "Použít prostředí vývojáře ve Visual Studiu",
|
||||
"walkthrough.windows.dev.env.required": "Kompilátor Visual Studio C++ vyžaduje nastavení několika proměnných prostředí, aby bylo možné úspěšně zkompilovat váš kód. Pokud používáte počítač s Windows a kompilátorem Visual Studio C++, existují dva způsoby, jak zajistit použití prostředí.",
|
||||
"walkthrough.windows.do.one": " Stačí udělat jenom jednu z těchto věcí:",
|
||||
"walkthrough.windows.run.dev.command": "Spusťte příkaz {0}",
|
||||
"walkthrough.windows.set.dev.environment": "C/C++: Nastavit prostředí vývojáře ve Visual Studiu",
|
||||
"walkthrough.windows.start.from.dev.command": "Spusťte VS Code z {0}",
|
||||
"walkthrough.windows.relaunch.command.prompt": "Opětovné spuštění VS Code pomocí {0}",
|
||||
"walkthrough.close.vscode": "Zavřete aktuální instanci VS Code.",
|
||||
"walkthrough.open.command.prompt": "Otevřete {0} tak, že zadáte {1} do nabídky Start systému Windows a pak vyberete {2}.",
|
||||
"walkthrough.windows.press.f5": "Do příkazového řádku zadejte {0} a stiskněte Enter. Tím by se měl VS Code znovu spustit ve stejném pracovním prostoru a vrátit vás k tomuto názornému postupu."
|
||||
}
|
||||
+2
-4
@@ -16,8 +16,6 @@
|
||||
"walkthrough.windows.link.install": "Nainstalovat",
|
||||
"walkthrough.windows.note1": "Poznámka",
|
||||
"walkthrough.windows.note1.text": "Můžete použít sadu nástrojů C++ z Visual Studio Build Tools spolu s Visual Studio Code ke kompilaci, sestavení a ověření jakékoli kódové báze C++, pokud máte také platnou licenci Visual Studio (buď Community, Pro nebo Enterprise), kterou aktivně používáte k vývoji kódové báze C++.",
|
||||
"walkthrough.windows.open.command.prompt": "Otevřete ho {0} zadáním '{1}' v nabídce Start ve Windows.",
|
||||
"walkthrough.windows.check.install": "Zkontrolujte instalaci MSVC zadáním {0} do nástroje {1}. Měla by se zobrazit zpráva o autorských právech v popisu verze a základního použití.",
|
||||
"walkthrough.windows.note2": "Poznámka",
|
||||
"walkthrough.windows.note2.text": "Pokud chcete použít MSVC z příkazového řádku nebo VS Code, musíte spouštět z {0}. Běžné prostředí, jako je {1}, {2} nebo příkazový řádek Windows, nemá nastavenou nezbytnou proměnnou prostředí cesty."
|
||||
"walkthrough.windows.open.command.prompt": "Otevřete {0} zadáním {1} v nabídce Start ve Windows.",
|
||||
"walkthrough.windows.check.install": "Zkontrolujte instalaci MSVC zadáním {0} do nástroje {1}. Měla by se zobrazit zpráva o autorských právech v popisu verze a základního použití."
|
||||
}
|
||||
+1
-3
@@ -10,10 +10,8 @@
|
||||
"walkthrough.windows.note1": "Poznámka",
|
||||
"walkthrough.windows.note1.text": "Můžete použít sadu nástrojů C++ z Visual Studio Build Tools spolu s Visual Studio Code ke kompilaci, sestavení a ověření jakékoli kódové báze C++, pokud máte také platnou licenci Visual Studio (buď Community, Pro nebo Enterprise), kterou aktivně používáte k vývoji kódové báze C++.",
|
||||
"walkthrough.windows.verify.compiler": "Ověřování instalace kompilátoru",
|
||||
"walkthrough.windows.open.command.prompt": "Otevřete ho {0} zadáním '{1}' v nabídce Start ve Windows.",
|
||||
"walkthrough.windows.open.command.prompt": "Otevřete {0} zadáním {1} v nabídce Start ve Windows.",
|
||||
"walkthrough.windows.check.install": "Zkontrolujte instalaci MSVC zadáním {0} do nástroje {1}. Měla by se zobrazit zpráva o autorských právech v popisu verze a základního použití.",
|
||||
"walkthrough.windows.note2": "Poznámka",
|
||||
"walkthrough.windows.note2.text": "Pokud chcete použít MSVC z příkazového řádku nebo VS Code, musíte spouštět z {0}. Běžné prostředí, jako je {1}, {2} nebo příkazový řádek Windows, nemá nastavenou nezbytnou proměnnou prostředí cesty.",
|
||||
"walkthrough.windows.other.compilers": "Další možnosti kompilátoru",
|
||||
"walkthrough.windows.text3": "Pokud cílíte na Linux z Windows, podívejte se na {0}. Nebo můžete {1}.",
|
||||
"walkthrough.windows.link.title1": "Použití C++ a subsystému Windows pro Linux (WSL) ve VS Code",
|
||||
|
||||
+1
-3
@@ -10,10 +10,8 @@
|
||||
"walkthrough.windows.note1": "Poznámka",
|
||||
"walkthrough.windows.note1.text": "Můžete použít sadu nástrojů C++ z Visual Studio Build Tools spolu s Visual Studio Code ke kompilaci, sestavení a ověření jakékoli kódové báze C++, pokud máte také platnou licenci Visual Studio (buď Community, Pro nebo Enterprise), kterou aktivně používáte k vývoji kódové báze C++.",
|
||||
"walkthrough.windows.verify.compiler": "Ověřování instalace kompilátoru",
|
||||
"walkthrough.windows.open.command.prompt": "Otevřete ho {0} zadáním '{1}' v nabídce Start ve Windows.",
|
||||
"walkthrough.windows.open.command.prompt": "Otevřete {0} zadáním {1} v nabídce Start ve Windows.",
|
||||
"walkthrough.windows.check.install": "Zkontrolujte instalaci MSVC zadáním {0} do nástroje {1}. Měla by se zobrazit zpráva o autorských právech v popisu verze a základního použití.",
|
||||
"walkthrough.windows.note2": "Poznámka",
|
||||
"walkthrough.windows.note2.text": "Pokud chcete použít MSVC z příkazového řádku nebo VS Code, musíte spouštět z {0}. Běžné prostředí, jako je {1}, {2} nebo příkazový řádek Windows, nemá nastavenou nezbytnou proměnnou prostředí cesty.",
|
||||
"walkthrough.windows.other.compilers": "Další možnosti kompilátoru",
|
||||
"walkthrough.windows.text3": "Pokud cílíte na Linux z Windows, podívejte se na {0}. Nebo můžete {1}.",
|
||||
"walkthrough.windows.link.title1": "Použití C++ a subsystému Windows pro Linux (WSL) ve VS Code",
|
||||
|
||||
@@ -42,6 +42,8 @@
|
||||
"c_cpp.command.RemoveAllCodeAnalysisProblems.title": "Alle Codeanalyseprobleme löschen",
|
||||
"c_cpp.command.BuildAndDebugFile.title": "C/C++-Datei debuggen",
|
||||
"c_cpp.command.BuildAndRunFile.title": "C/C++-Datei ausführen",
|
||||
"c_cpp.command.SetVsDeveloperEnvironment.title": "Visual Studio-Entwicklungsumgebung festlegen",
|
||||
"c_cpp.command.ClearVsDeveloperEnvironment.title": "Visual Studio-Entwicklungsumgebung löschen",
|
||||
"c_cpp.command.AddDebugConfiguration.title": "Debugkonfiguration hinzufügen",
|
||||
"c_cpp.command.GenerateDoxygenComment.title": "Doxygenkommentar generieren",
|
||||
"c_cpp.command.addSshTarget.title": "SSH-Ziel hinzufügen",
|
||||
@@ -108,7 +110,7 @@
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.leftmostColumn.markdownDescription": "Positionieren Sie goto-Bezeichnungen ganz links im Code.",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.none.markdownDescription": "goto-Bezeichnungen werden nicht formatiert.",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.description": "Position der Präprozessordirektiven.",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.oneLeft.markdownDescription": "Präprozessordirektiven werden links neben dem aktuellen Codeeinzug um den in der Einstellung `#editor.tabSize#` angegebenen Betrag positioniert.",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.oneLeft.markdownDescription": "Präprozessordirektiven werden um den in der Einstellung `#editor.tabSize#` angegebenen Wert links neben dem aktuellen Codeeinzug positioniert.",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.leftmostColumn.markdownDescription": "Präprozessoranweisungen werden am linken Rand des Codes positioniert.",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.none.markdownDescription": "Präprozessoranweisungen werden nicht formatiert.",
|
||||
"c_cpp.configuration.vcFormat.indent.accessSpecifiers.markdownDescription": "Zugriffsspezifizierer werden relativ zu Klassen- oder Strukturdefinitionen um den in der Einstellung `#editor.tabSize#` angegebenen Wert eingerückt.",
|
||||
@@ -191,12 +193,12 @@
|
||||
"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.autoDeclarationTypes.enabled.markdownDescription": "Zeigt Inlay-Hinweise 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 Inlay-Hinweise 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": "Zeigt Inlay-Hinweise für Parameternamen an:\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\n int 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.enabled.markdownDescription": "Zeigt den Inlay-Hinweis-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.",
|
||||
@@ -255,6 +257,7 @@
|
||||
"c_cpp.configuration.vcpkg.enabled.markdownDescription": "Hiermit aktivieren Sie Integrationsdienste für den [vcpkg-Abhängigkeitsmanager](https://aka.ms/vcpkg/).",
|
||||
"c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "Fügen Sie Includepfade aus `nan` und `node-addon-api` hinzu, wenn es sich um Abhängigkeiten handelt.",
|
||||
"c_cpp.configuration.copilotHover.markdownDescription": "Wenn `disabled`, wird beim darauf zeigen keine Option „Copilot-Zusammenfassung generieren“ angezeigt.",
|
||||
"c_cpp.configuration.windowsErrorReportingMode.markdownDescription": "Wenn `disabled`, wird die Windows-Fehlerberichterstattung deaktiviert. Wenn `default`, wird die Windows-Fehlerberichterstattung aktiviert, aber nach dem ersten Absturz in der aktuellen Sitzung deaktiviert. Das Ändern der Einstellung wirkt sich nicht auf aktuell ausgeführte IntelliSense-Prozesse aus.",
|
||||
"c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "Wenn `true` festgelegt ist, erfordert 'Symbol umbenennen' einen gültigen C/C++-Bezeichner.",
|
||||
"c_cpp.configuration.autocompleteAddParentheses.markdownDescription": "Wenn `true` festgelegt ist, fügt AutoVervollständigen automatisch `(` nach Funktionsaufrufen hinzu. In diesem Fall kann auch `)` in Abhängigkeit vom Wert der Einstellung `#editor.autoClosingBrackets#` hinzugefügt werden.",
|
||||
"c_cpp.configuration.filesExclude.markdownDescription": "Konfigurieren Sie Globmuster zum Ausschließen von Ordnern (und Dateien, wenn `#C_Cpp.exclusionPolicy#` geändert wird). Diese sind spezifisch für die C/C++-Erweiterung und gelten zusätzlich zu `#files.exclude#`, aber im Gegensatz zu `#files.exclude#` gelten sie auch für Pfade außerhalb des aktuellen Arbeitsbereichsordners und werden nicht aus der Explorer-Ansicht entfernt. Weitere Informationen zu [Globmustern](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options).",
|
||||
@@ -268,6 +271,7 @@
|
||||
"c_cpp.contributes.views.sshTargetsView.title": "Cpptools: SSH-Ziele",
|
||||
"c_cpp.contributes.viewsWelcome.contents": "Weitere Informationen zu launch.json finden Sie unter [Konfigurieren des C/C++-Debuggings](https://code.visualstudio.com/docs/cpp/launch-json-reference).",
|
||||
"c_cpp.configuration.debugShortcut.description": "Zeigen Sie die Wiedergabeschaltfläche \"Ausführen und Debuggen\" und das Zahnrad \"Debugkonfiguration hinzufügen\" in der Titelleiste des Editors für C++-Dateien an.",
|
||||
"c_cpp.configuration.persistVsDeveloperEnvironment.description": "Speichern Sie die zuletzt verwendete Visual Studio-Entwicklungsumgebung für den aktuellen Arbeitsbereich. Diese Einstellung gilt nur für Windows.",
|
||||
"c_cpp.debuggers.pipeTransport.description": "Falls angegeben, weist diese Option den Debugger an, eine Verbindung mit einem Remotecomputer mithilfe einer anderen ausführbaren Datei als Pipe herzustellen, die Standardeingaben/-ausgaben zwischen VS Code und der ausführbaren Back-End-Datei für den MI-fähigen Debugger weiterleitet (z. B. gdb).",
|
||||
"c_cpp.debuggers.pipeTransport.default.pipeProgram": "Geben Sie den vollqualifizierten Pfad für den Pipeprogrammnamen ein, z. B. `/usr/bin/ssh`.",
|
||||
"c_cpp.debuggers.pipeTransport.default.debuggerPath": "Der vollständige Pfad zum Debugger auf dem Zielcomputer, z. B. \"/usr/bin/gdb\".",
|
||||
@@ -310,7 +314,7 @@
|
||||
"c_cpp.debuggers.miDebuggerServerAddress.description": "Netzwerkadresse des MI-Debugger-Servers, mit dem eine Verbindung hergestellt werden soll (Beispiel: localhost:1234).",
|
||||
"c_cpp.debuggers.useExtendedRemote.description": "Stellen Sie eine Verbindung mit dem MI-Debuggerserver mit dem erweiterten Remotemodus des Ziels her.",
|
||||
"c_cpp.debuggers.stopAtEntry.markdownDescription": "Optionaler Parameter. Wenn dieser Wert auf `true` festgelegt ist, sollte der Debugger am Einstiegspunkt des Ziels anhalten. Wenn die `processId` übergeben wird, hat dies keine Auswirkungen.",
|
||||
"c_cpp.debuggers.debugServerPath.description": "Optionaler vollständiger Pfad zum Debugserver, der gestartet werden soll. Der Standardwert ist NULL. Dies wird in Verbindung mit \"miDebuggerServerAddress\" oder Ihrem eigenen Server mit \"customSetupCommand\" verwendet, auf dem \"-target-select remote <server:port>\" ausgeführt wird.",
|
||||
"c_cpp.debuggers.debugServerPath.description": "Optionaler vollständiger Pfad zum Debugserver, der gestartet werden soll. Der Standardwert ist NULL. Dies wird in Verbindung mit „miDebugServerAddress“ oder Ihrem eigenen Server mit „customSetupCommand“ verwendet, auf dem „-target-select remote <server:port>“ ausgeführt wird.",
|
||||
"c_cpp.debuggers.debugServerArgs.description": "Optionale Debugserverargumente. Der Standardwert ist \"null\".",
|
||||
"c_cpp.debuggers.serverStarted.description": "Optionales vom Server gestartetes Muster, nach dem in der Ausgabe des Debugservers gesucht wird. Der Standardwert ist \"null\".",
|
||||
"c_cpp.debuggers.filterStdout.description": "stdout-Stream für ein vom Server gestartetes Muster suchen und stdout in der Debugausgabe protokollieren. Der Standardwert ist \"true\".",
|
||||
@@ -416,7 +420,7 @@
|
||||
"c_cpp.debuggers.logging.category.warning.description": "Protokolle, die ein ungewöhnliches oder unerwartetes Ereignis im Anwendungsfluss hervorheben, aber ansonsten nicht dazu führen, dass die Ausführung der Anwendung beendet wird.",
|
||||
"c_cpp.debuggers.logging.category.error.description": "Protokolle, die hervorheben, wenn der aktuelle Ausführungsfluss aufgrund eines Fehlers beendet wird. Diese sollten auf einen Fehler in der aktuellen Aktivität und nicht auf einen anwendungsweiten Fehler hinweisen.",
|
||||
"c_cpp.debuggers.logging.category.none.description": "Wird nicht zum Schreiben von Protokollmeldungen verwendet. Gibt an, dass eine Protokollierungskategorie keine Meldungen schreiben soll.",
|
||||
"c_cpp.walkthrough.title": "Los geht's mit C++-Entwicklung",
|
||||
"c_cpp.walkthrough.title": "Erste Schritte mit C++-Entwicklung",
|
||||
"c_cpp.walkthrough.description": "Tauchen Sie ein in die umfassende C++-Entwicklungserfahrung VS Code.",
|
||||
"c_cpp.walkthrough.set.up.title": "C++-Umgebung einrichten",
|
||||
"c_cpp.walkthrough.activating.description": "Die C++-Erweiterung wird aktiviert, um zu bestimmen, ob Ihre C++-Umgebung eingerichtet wurde.\nErweiterung wird aktiviert...",
|
||||
@@ -427,8 +431,8 @@
|
||||
"c_cpp.walkthrough.create.cpp.file.title": "C++-Datei erstellen",
|
||||
"c_cpp.walkthrough.create.cpp.file.description": "[Öffnen](command:toSide:workbench.action.files.openFile) oder [erstellen](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D) eine C++-Datei. Speichern Sie die Datei unbedingt mit der Erweiterung \".cpp\" extension, z. B. \"helloworld.cpp\". \n[Erstellen Sie eine C++-Datei](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D)",
|
||||
"c_cpp.walkthrough.create.cpp.file.altText": "Öffnen Sie eine C++-Datei oder einen Ordner mit einem C++-Projekt.",
|
||||
"c_cpp.walkthrough.command.prompt.title": "Aus Developer Command Prompt for VS starten",
|
||||
"c_cpp.walkthrough.command.prompt.description": "Bei Verwendung des Microsoft Visual Studio C++-Compilers erfordert die C++-Erweiterung, dass Sie VS Code aus Developer Command Prompt for VS starten. Befolgen Sie die Anweisungen auf der rechten Seite, um den Neustart zu starten.\n[Reload Window](command:workbench.action.reloadWindow)",
|
||||
"c_cpp.walkthrough.command.prompt.title": "Anwenden der Visual Studio-Entwicklungsumgebung",
|
||||
"c_cpp.walkthrough.command.prompt.description": "Bei Verwendung des Microsoft Visual Studio C++-Compilers muss die Visual Studio-Entwicklungsumgebung vorhanden sein.\n\nBefolgen Sie die Anweisungen auf der rechten Seite, um den Neustart auszuführen, oder klicken Sie auf die Schaltfläche unten.\n[Entwicklungsumgebung festlegen](command:C_Cpp.SetVsDeveloperEnvironment?%22walkthrough%22)",
|
||||
"c_cpp.walkthrough.run.debug.title": "Ausführen und Debuggen Ihrer C++-Datei",
|
||||
"c_cpp.walkthrough.run.debug.mac.description": "Öffnen Sie Ihre C++-Datei, und klicken Sie in der oberen rechten Ecke des Editors auf die Wiedergabeschaltfläche, oder drücken Sie F5, wenn Sie die Datei verwenden. Wählen Sie \"clang++ – Aktive Datei erstellen und debuggen\" aus, die mit dem Debugger ausgeführt werden soll.",
|
||||
"c_cpp.walkthrough.run.debug.linux.description": "Öffnen Sie Ihre C++-Datei, und klicken Sie in der oberen rechten Ecke des Editors auf die Wiedergabeschaltfläche, oder drücken Sie F5, wenn Sie die Datei verwenden. Wählen Sie \"g++ – Aktive Datei erstellen und debuggen\" aus, die mit dem Debugger ausgeführt werden soll.",
|
||||
|
||||
@@ -17,7 +17,12 @@
|
||||
"pre.Launch.Task": "preLaunchTask: {0}",
|
||||
"debugger.path.not.exists": "Der {0}-Debugger wurde nicht gefunden. Die Debugkonfiguration für {1} wird ignoriert.",
|
||||
"build.and.debug.active.file": "Aktive Datei erstellen und debuggen",
|
||||
"cl.exe.not.available": "{0} kann nur verwendet werden, wenn VS Code von {1} ausgeführt wird.",
|
||||
"apply.dev.env": "Entwicklungsumgebung anwenden",
|
||||
"cl.exe.not.available": "{0} erfordert die Visual Studio-Entwicklungsumgebung.",
|
||||
"update.dev.env": "Entwicklungsumgebung aktualisieren",
|
||||
"cancel": "Abbrechen",
|
||||
"dev.env.not.applied": "Der Quellcode konnte nicht erstellt werden, da die Visual Studio-Entwicklungsumgebung nicht angewendet wurde.",
|
||||
"dev.env.not.found": "Der Quellcode konnte nicht erstellt werden, da der Visual C++-Compiler nicht gefunden wurde.",
|
||||
"lldb.find.failed": "Fehlende Abhängigkeit \"{0}\" für ausführbare LLDB-MI-Datei.",
|
||||
"lldb.search.paths": "Gesucht in:",
|
||||
"lldb.install.help": "Um dieses Problem zu beheben, installieren Sie entweder XCode über den Apple App Store, oder installieren Sie die XCode-Befehlszeilentools, indem Sie \"{0}\" in einem Terminalfenster ausführen.",
|
||||
|
||||
@@ -30,6 +30,9 @@
|
||||
"config.not.found": "Der angeforderte Konfigurationsname wurde nicht gefunden: {0}",
|
||||
"unsupported.client": "Nicht unterstützter Client",
|
||||
"timed.out": "Timeout nach {0} ms.",
|
||||
"parsing.stats.large.project": "Aufgezählte {0}-Dateien mit {1} C/C++-Quelldateien erkannt. Sie sollten in Betracht ziehen, einige Dateien auszuschließen, um die Leistung zu optimieren.",
|
||||
"learn.more": "Weitere Informationen",
|
||||
"dont.show.again": "Nicht mehr anzeigen",
|
||||
"update.intellisense.time": "IntelliSense-Zeit aktualisieren (Sek.): {0}",
|
||||
"configurations.received": "Benutzerdefinierte Konfigurationen empfangen:",
|
||||
"browse.configuration.received": "Benutzerdefinierte Suchkonfiguration empfangen: {0}",
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"incompatible.intellisense.mode": "Der IntelliSense-Modus \"{0}\" ist inkompatibel mit dem Compilerpfad.",
|
||||
"resolve.configuration.processed": "Verarbeitete c_cpp_properties.json-Datei in {0} s",
|
||||
"failed.to.create.config.folder": "\"{0}\" konnte nicht erstellt werden.",
|
||||
"invalid.configuration.file": "Ungültige Konfigurationsdatei. Im Array muss mindestens eine Konfiguration vorhanden sein.",
|
||||
"unknown.properties.version": "In \"c_cpp_properties.json\" wurde eine unbekannte Versionsnummer gefunden. Einige Features funktionieren möglicherweise nicht wie erwartet.",
|
||||
@@ -13,9 +14,13 @@
|
||||
"path.with.spaces": "Der Compilerpfad mit Leerzeichen konnte nicht gefunden werden. Wenn dies auch Compilerargumente einschließen soll, setzen Sie den Compilerpfad in doppelte Anführungszeichen ({0}).",
|
||||
"cannot.find": "Nicht gefunden: {0}",
|
||||
"path.is.not.a.file": "Der Pfad ist keine Datei: {0}",
|
||||
"resolve.includePath.took.too.long": "Der Validierung des Inlcude-Pfads hat {0} s für die Auswertung benötigt",
|
||||
"resolve.includePath.failed": "Fehler beim Auflösen des Include-Pfads. Fehler: {0}",
|
||||
"wrapped.with.quotes": "Fügen Sie keine zusätzlichen Anführungszeichen um Pfade hinzu.",
|
||||
"path.is.not.a.directory": "Der Pfad ist kein Verzeichnis: {0}",
|
||||
"duplicate.name": "\"{0}\" ist ein Duplikat. Der Konfigurationsname muss eindeutig sein.",
|
||||
"resolve.path.took.too.long": "Der Pfad hat {0} s für die Auswertung benötigt",
|
||||
"resolve.path.failed": "Fehler beim Auflösen des Pfads {0}. Fehler: {1}",
|
||||
"multiple.paths.not.allowed": "Mehrere Pfade sind nicht zulässig.",
|
||||
"multiple.paths.should.be.separate.entries": "Mehrere Pfade müssen separate Einträge in einem Array sein.",
|
||||
"paths.are.not.directories": "Pfade sind keine Verzeichnisse: {0}"
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"no.context.provided": "Es wurde kein Kontext angegeben",
|
||||
"not.windows": "Der Befehl „Visual Studio-Entwicklungsumgebung festlegen“ ist nur unter Windows verfügbar",
|
||||
"error.no.vs": "Es wurde keine Visual Studio-Installation mit dem C++-Compiler gefunden",
|
||||
"operation.cancelled": "Der Vorgang wurde abgebrochen",
|
||||
"no.hosts": "Keine Hosts gefunden",
|
||||
"config.dev.env": "Entwicklungsumgebung wird konfiguriert...",
|
||||
"select.vs.install": "Visual Studio-Installation auswählen",
|
||||
"advanced.options": "Erweiterte Optionen...",
|
||||
"advanced.options.desc": "Wählen Sie eine bestimmte Host- und Zielarchitektur, Toolsetversion usw. aus.",
|
||||
"select.toolset": "Toolsetversion auswählen",
|
||||
"select.host.target": "Host- und Zielarchitektur auswählen",
|
||||
"something.wrong": "Es ist ein Problem aufgetreten: {0}",
|
||||
"dev.env.for": "{0}-Entwicklungsumgebung für {1}",
|
||||
"default.env": "Standardumgebung für {0}",
|
||||
"host.target": "Host = {0}, Ziel = {1}"
|
||||
}
|
||||
@@ -46,7 +46,7 @@
|
||||
"aborting_tag_parse_at_root": "Die Taganalyse wird am Stamm abgebrochen.",
|
||||
"unable_to_retrieve_to_reset_timestamps": "Datenbankdatensätze können nicht abgerufen werden, um Zeitstempel zurückzusetzen: Fehler = {0}",
|
||||
"failed_to_reset_timestamps_for": "Fehler beim Zurücksetzen des Zeitstempels für \"{0}\": Fehler = {1}",
|
||||
"no_suitable_complier": "Es wurde kein geeigneter Compiler gefunden. Legen Sie \"compilerPath\" in \"c_cpp_properties.json\" fest.",
|
||||
"no_suitable_compiler": "Es wurde kein geeigneter Compiler gefunden. Legen Sie \"compilerPath\" in \"c_cpp_properties.json\" fest.",
|
||||
"compiler_include_not_found": "Compilerincludepfad nicht gefunden: {0}",
|
||||
"intellisense_not_responding": "Die IntelliSense-Engine reagiert nicht. Stattdessen wird der Tagparser verwendet.",
|
||||
"tag_parser_will_be_used": "Der Tagparser wird für IntelliSense-Vorgänge in \"{0}\" verwendet.",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"cpp.standard.description": "Die Version des C++-Sprachstandards, die für IntelliSense verwendet werden soll. Hinweis: GNU-Standards werden nur zum Abfragen des festgelegten Compilers zum Abrufen von GNU-Definitionen verwendet, und IntelliSense emuliert die äquivalente Version des C++-Standards.",
|
||||
"advanced.settings": "Erweiterte Einstellungen",
|
||||
"configuration.provider": "Konfigurationsanbieter",
|
||||
"configuration.provider.description": "Die ID einer VS Code-Erweiterung, die IntelliSense-Konfigurationsinformationen für Quelldateien bereitstellen kann. Verwenden Sie zum Beispiel die VS Code-Erweiterungs-ID \"{0}\", um Konfigurationsinformationen aus der CMake Tools-Erweiterung bereitzustellen.",
|
||||
"configuration.provider.description": "Die ID einer VS Code-Erweiterung, die IntelliSense-Konfigurationsinformationen für Quelldateien bereitstellen kann. Verwenden Sie zum Beispiel die VS Code-Erweiterungs-ID \"{0}\", um Konfigurationsinformationen aus der Erweiterung CMake Tools bereitzustellen.",
|
||||
"windows.sdk.version": "Windows SDK-Version",
|
||||
"windows.sdk.version.description": "Die Version des Windows SDK-Includepfads zur Verwendung unter Windows, z. B. \"{0}\".",
|
||||
"mac.framework.path": "Pfad für Mac-Framework",
|
||||
|
||||
+10
-4
@@ -4,8 +4,14 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"walkthrough.windows.title.open.dev.command.prompt": "Mit dem {0} neu starten",
|
||||
"walkthrough.windows.background.dev.command.prompt": " Sie verwenden einen Windows-Computer mit dem MSVC-Compiler. Daher müssen Sie VS Code aus dem {0} starten, damit alle Umgebungsvariablen ordnungsgemäß festgelegt werden. So initiieren Sie den Neustart mithilfe von {1}:",
|
||||
"walkthrough.open.command.prompt": "Öffnen Sie die {0}, indem Sie im Windows-Startmenü „{1}“ eingeben. Wählen Sie {2} aus, das Sie automatisch zu Ihrem aktuell geöffneten Ordner navigiert.",
|
||||
"walkthrough.windows.press.f5": "Geben Sie „{0}“ in die Eingabeaufforderung ein, und drücken Sie die EINGABETASTE. Dies sollte VS Code neu starten und Sie zu dieser exemplarischen Vorgehensweise zurückkehren. "
|
||||
"walkthrough.windows.title.apply.dev.env": "Anwenden der Visual Studio-Entwicklungsumgebung",
|
||||
"walkthrough.windows.dev.env.required": "Der Visual Studio C++-Compiler erfordert, dass mehrere Umgebungsvariablen festgelegt werden, um Ihren Code erfolgreich kompilieren zu können. Wenn Sie einen Windows-Computer mit dem Visual Studio C++-Compiler verwenden, gibt es zwei Möglichkeiten, wie Sie sicherstellen können, dass die Umgebung angewendet wird.",
|
||||
"walkthrough.windows.do.one": " Sie müssen nur eine der folgenden Aktionen ausführen:",
|
||||
"walkthrough.windows.run.dev.command": "Befehl „{0}“ ausführen",
|
||||
"walkthrough.windows.set.dev.environment": "C/C++: Visual Studio-Entwicklungsumgebung festlegen",
|
||||
"walkthrough.windows.start.from.dev.command": "VS Code über die {0} starten",
|
||||
"walkthrough.windows.relaunch.command.prompt": "So starten Sie VS Code mithilfe der {0}",
|
||||
"walkthrough.close.vscode": "Schließen Sie die aktuelle Instanz von VS Code.",
|
||||
"walkthrough.open.command.prompt": "Öffnen Sie die {0}, indem Sie im Windows-Startmenü „{1}“ eingeben, und wählen Sie dann {2} aus.",
|
||||
"walkthrough.windows.press.f5": "Geben Sie „{0}“ in die Eingabeaufforderung ein, und drücken Sie die EINGABETASTE. Dadurch sollte VS Code im selben Arbeitsbereich neu gestartet werden, und Sie sollten zu dieser exemplarischen Vorgehensweise zurückkehren."
|
||||
}
|
||||
+1
-3
@@ -17,7 +17,5 @@
|
||||
"walkthrough.windows.note1": "Hinweis",
|
||||
"walkthrough.windows.note1.text": "Sie können das C++-Toolset aus Visual Studio Build Tools zusammen mit Visual Studio Code zum Kompilieren, Erstellen und Überprüfen von C++-Codebasis verwenden, sofern Sie auch über eine gültige Visual Studio-Lizenz (Community, Pro oder Enterprise) verfügen, die Sie aktiv zum Entwickeln dieser C++-Codebasis verwenden.",
|
||||
"walkthrough.windows.open.command.prompt": "Öffnen Sie die {0}, indem Sie im Windows-Startmenü „{1}“ eingeben.",
|
||||
"walkthrough.windows.check.install": "Überprüfen Sie Ihre MSVC-Installation, indem Sie {0} in {1} eingeben. Es sollten ein Copyrighthinweis mit der Version und der grundlegenden Nutzungsbeschreibung angezeigt werden.",
|
||||
"walkthrough.windows.note2": "Hinweis",
|
||||
"walkthrough.windows.note2.text": "Um MSVC mithilfe der Befehlszeile oder mit VS Code zu verwenden, müssen Sie von einem {0} aus ausführen. Für eine normale Shell wie {1}, {2} oder die Windows-Eingabeaufforderung sind die erforderlichen PATH-Umgebungsvariablen nicht festgelegt."
|
||||
"walkthrough.windows.check.install": "Überprüfen Sie Ihre MSVC-Installation, indem Sie {0} in {1} eingeben. Es sollten ein Copyrighthinweis mit der Version und der grundlegenden Nutzungsbeschreibung angezeigt werden."
|
||||
}
|
||||
@@ -12,8 +12,6 @@
|
||||
"walkthrough.windows.verify.compiler": "Überprüfen der Compilerinstallation",
|
||||
"walkthrough.windows.open.command.prompt": "Öffnen Sie die {0}, indem Sie im Windows-Startmenü „{1}“ eingeben.",
|
||||
"walkthrough.windows.check.install": "Überprüfen Sie Ihre MSVC-Installation, indem Sie {0} in {1} eingeben. Es sollten ein Copyrighthinweis mit der Version und der grundlegenden Nutzungsbeschreibung angezeigt werden.",
|
||||
"walkthrough.windows.note2": "Hinweis",
|
||||
"walkthrough.windows.note2.text": "Um MSVC mithilfe der Befehlszeile oder mit VS Code zu verwenden, müssen Sie von einem {0} aus ausführen. Für eine normale Shell wie {1}, {2} oder die Windows-Eingabeaufforderung sind die erforderlichen PATH-Umgebungsvariablen nicht festgelegt.",
|
||||
"walkthrough.windows.other.compilers": "Andere Compileroptionen",
|
||||
"walkthrough.windows.text3": "Wenn Sie Linux aus Windows verwenden, lesen Sie {0}. Oder Sie können {1}.",
|
||||
"walkthrough.windows.link.title1": "Verwenden von C++ und Windows-Subsystem für Linux (WSL) in VS Code",
|
||||
|
||||
@@ -12,8 +12,6 @@
|
||||
"walkthrough.windows.verify.compiler": "Überprüfen der Compilerinstallation",
|
||||
"walkthrough.windows.open.command.prompt": "Öffnen Sie die {0}, indem Sie im Windows-Startmenü „{1}“ eingeben.",
|
||||
"walkthrough.windows.check.install": "Überprüfen Sie Ihre MSVC-Installation, indem Sie {0} in {1} eingeben. Es sollten ein Copyrighthinweis mit der Version und der grundlegenden Nutzungsbeschreibung angezeigt werden.",
|
||||
"walkthrough.windows.note2": "Hinweis",
|
||||
"walkthrough.windows.note2.text": "Um MSVC mithilfe der Befehlszeile oder mit VS Code zu verwenden, müssen Sie von einem {0} aus ausführen. Für eine normale Shell wie {1}, {2} oder die Windows-Eingabeaufforderung sind die erforderlichen PATH-Umgebungsvariablen nicht festgelegt.",
|
||||
"walkthrough.windows.other.compilers": "Andere Compileroptionen",
|
||||
"walkthrough.windows.text3": "Wenn Sie Linux aus Windows verwenden, lesen Sie {0}. Oder Sie können {1}.",
|
||||
"walkthrough.windows.link.title1": "Verwenden von C++ und Windows-Subsystem für Linux (WSL) in VS Code",
|
||||
|
||||
@@ -42,6 +42,8 @@
|
||||
"c_cpp.command.RemoveAllCodeAnalysisProblems.title": "Borrar todos los problemas de análisis de código",
|
||||
"c_cpp.command.BuildAndDebugFile.title": "Depurar archivo C/C++",
|
||||
"c_cpp.command.BuildAndRunFile.title": "Ejecutar archivo C/C++",
|
||||
"c_cpp.command.SetVsDeveloperEnvironment.title": "Configurar el entorno de desarrollador de Visual Studio",
|
||||
"c_cpp.command.ClearVsDeveloperEnvironment.title": "Borrar el entorno de desarrollador de Visual Studio",
|
||||
"c_cpp.command.AddDebugConfiguration.title": "Agregar configuración de depuración",
|
||||
"c_cpp.command.GenerateDoxygenComment.title": "Generar comentario de Doxygen",
|
||||
"c_cpp.command.addSshTarget.title": "Agregar destino SSH",
|
||||
@@ -104,11 +106,11 @@
|
||||
"c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.markdownDescription": "Se aplica sangría a las llaves siguiendo una instrucción case, según lo especificado en la configuración de `#editor.tabSize#`.",
|
||||
"c_cpp.configuration.vcFormat.indent.lambdaBracesWhenParameter.markdownDescription": "Se aplica sangría a las llaves de expresiones lambda usadas como parámetros de función en relación con el inicio de la instrucción, según lo especificado en la configuración de `#editor.tabSize#`",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.description": "La posición de las etiquetas goto.",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.oneLeft.markdownDescription": "Coloca las etiquetas goto a la izquierda de la sangría de código actual, según la cantidad especificada en la configuración de `#editor.tabSize#`.",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.oneLeft.markdownDescription": "Coloque las etiquetas goto a la izquierda de la sangría de código actual según la cantidad especificada en la configuración de `#editor.tabSize#`.",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.leftmostColumn.markdownDescription": "Coloca las etiquetas goto en el borde izquierdo del código.",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.none.markdownDescription": "Las etiquetas Goto no se formatearán.",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.description": "La posición de las directivas de preprocesador.",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.oneLeft.markdownDescription": "Las directivas de preprocesador se colocan a la izquierda de la sangría de código actual, según la cantidad especificada en la configuración de `#editor.tabSize#`.",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.oneLeft.markdownDescription": "Las directivas de preprocesador se colocan a la izquierda de la sangría de código actual según la cantidad especificada en la configuración de `#editor.tabSize#`.",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.leftmostColumn.markdownDescription": "Las directivas de preprocesador se colocan en el borde izquierdo del código.",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.none.markdownDescription": "Las directivas de preprocesador no se formatearán.",
|
||||
"c_cpp.configuration.vcFormat.indent.accessSpecifiers.markdownDescription": "Se aplica sangría a los especificadores de acceso en relación con las definiciones de clase o estructura según la cantidad especificada en el valor `#editor.tabSize#`.",
|
||||
@@ -191,12 +193,12 @@
|
||||
"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\n int a = getArea(/* width: */ x, /* height: */ y);\n```",
|
||||
"c_cpp.configuration.inlayHints.autoDeclarationTypes.enabled.markdownDescription": "Mostrar indicaciones incrustadas 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 indicaciones incrustadas 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 indicaciones incrustadas para nombres de parámetros:\n```cpp \n\n int 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.enabled.markdownDescription": "Muestra el operador de referencia de indicación incrustada `&` 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++.",
|
||||
@@ -255,6 +257,7 @@
|
||||
"c_cpp.configuration.vcpkg.enabled.markdownDescription": "Habilita los servicios de integración para el [administrador de dependencias de vcpkgs](https://aka.ms/vcpkg/).",
|
||||
"c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "Agrega rutas de acceso de inclusión de `nan` y `node-addon-api` cuando sean dependencias.",
|
||||
"c_cpp.configuration.copilotHover.markdownDescription": "Si se establece en `disabled`, no aparecerá la opción 'Generar resumen de Copilot' al mantener el puntero por encima.",
|
||||
"c_cpp.configuration.windowsErrorReportingMode.markdownDescription": "Si está `disabled`, se deshabilitará el Informe de errores de Windows. Si está `default`, se habilitará el Informe de errores de Windows, pero se deshabilitará tras el primer bloqueo en la sesión actual. Cambiar esta configuración no afecta a los procesos de IntelliSense que se estén ejecutando.",
|
||||
"c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "Si es `true`, 'Cambiar nombre de símbolo' requerirá un identificador de C/C++ válido.",
|
||||
"c_cpp.configuration.autocompleteAddParentheses.markdownDescription": "Si es `true`, la opción de autocompletar agregará `(` de forma automática después de las llamadas a funciones, en cuyo caso puede que también se agregue `)`, en función del valor de la configuración de `editor.autoClosingBrackets`.",
|
||||
"c_cpp.configuration.filesExclude.markdownDescription": "Configure patrones globales para excluir carpetas (y archivos si se cambia `#C_Cpp.exclusionPolicy#`). Son específicos de la extensión de C/C++ y se agregan a `#files.exclude#`, pero a diferencia de `#files.exclude#`, también se aplican a las rutas de acceso fuera de la carpeta del área de trabajo actual y no se quitan de la vista del Explorador. Obtenga información sobre [patrones globales](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options).",
|
||||
@@ -268,6 +271,7 @@
|
||||
"c_cpp.contributes.views.sshTargetsView.title": "Cpptools: destinos SSH",
|
||||
"c_cpp.contributes.viewsWelcome.contents": "Para obtener más información sobre launch.json, vea [Configuración de depuración de C/C++](https://code.visualstudio.com/docs/cpp/launch-json-reference).",
|
||||
"c_cpp.configuration.debugShortcut.description": "Mostrar el botón de reproducción \"Ejecutar y depurar\" y el engranaje \"Agregar configuración de depuración\" en la barra de título del editor para archivos de C++.",
|
||||
"c_cpp.configuration.persistVsDeveloperEnvironment.description": "Recordar el último entorno de desarrollo de Visual Studio utilizado para el área de trabajo actual. Esta configuración solo es aplicable para Windows.",
|
||||
"c_cpp.debuggers.pipeTransport.description": "Cuando se especifica, indica al depurador que se conecte a un equipo remoto usando otro archivo ejecutable como canalización que retransmitirá la entrada o la salida estándar entre VS Code y el archivo ejecutable del back-end del depurador habilitado para MI (por ejemplo, gdb).",
|
||||
"c_cpp.debuggers.pipeTransport.default.pipeProgram": "escriba la ruta de acceso absoluta para el nombre del programa de canalización; por ejemplo, \"/usr/bin/ssh\".",
|
||||
"c_cpp.debuggers.pipeTransport.default.debuggerPath": "Ruta de acceso completa al depurador en la máquina de destino. Por ejemplo, /usr/bin/gdb.",
|
||||
@@ -416,9 +420,9 @@
|
||||
"c_cpp.debuggers.logging.category.warning.description": "Registros que resaltan un evento anómalo o inesperado en el flujo de la aplicación, pero que no hacen que se detenga la ejecución de la aplicación de otro modo.",
|
||||
"c_cpp.debuggers.logging.category.error.description": "Registros que resaltan cuándo se detiene el flujo de ejecución actual debido a un error. Esto debe indicar un error en la actividad actual, no un error en toda la aplicación.",
|
||||
"c_cpp.debuggers.logging.category.none.description": "No se usa para escribir mensajes de registro. Especifica que una categoría de registro no debe escribir ningún mensaje.",
|
||||
"c_cpp.walkthrough.title": "Introducción al desarrollo de C++",
|
||||
"c_cpp.walkthrough.title": "Empiece a desarrollar en C++",
|
||||
"c_cpp.walkthrough.description": "Sumérgete en la enriquecida experiencia de desarrollo de C++ de VS Code.",
|
||||
"c_cpp.walkthrough.set.up.title": "Configurar el entorno de C++",
|
||||
"c_cpp.walkthrough.set.up.title": "Configure su entorno C++",
|
||||
"c_cpp.walkthrough.activating.description": "Activando la extensión de C++ para determinar si se ha configurado el entorno de C++.\nActivando extensión...",
|
||||
"c_cpp.walkthrough.no.compilers.windows.description": "No pudimos encontrar un compilador de C++ en el equipo, que es necesario para usar la extensión de C++. Siga las instrucciones de la derecha para instalar una y, a continuación, haga clic en “Buscar mi nuevo compilador”.\n[Buscar mi nuevo compilador](command:C_Cpp.RescanCompilers?%22walkthrough%22)",
|
||||
"c_cpp.walkthrough.no.compilers.description": "No pudimos encontrar un compilador de C++ en el equipo, que es necesario para usar la extensión de C++. Seleccione “Instalar un compilador de C++” para tener un compilador instalado automáticamente o siga las instrucciones de la derecha para instalar uno y, a continuación, haga clic en “Buscar mi nuevo compilador”.\n[Instalar un compilador de C++](command:C_Cpp.InstallCompiler?%22walkthrough%22)\n[Buscar mi nuevo compilador](command:C_Cpp.RescanCompilers?%22walkthrough%22)",
|
||||
@@ -427,8 +431,8 @@
|
||||
"c_cpp.walkthrough.create.cpp.file.title": "Crear un archivo de C++",
|
||||
"c_cpp.walkthrough.create.cpp.file.description": "[Abrir](command:toSide:workbench.action.files.openFile) o [crear](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D) un archivo de C++. Asegúrese de guardarlo con la extensión \".cpp\", como \"helloworld.cpp\". \n[Crear un archivo de C++](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D)",
|
||||
"c_cpp.walkthrough.create.cpp.file.altText": "Abre un archivo de C++ o una carpeta con un proyecto de C++.",
|
||||
"c_cpp.walkthrough.command.prompt.title": "Iniciar desde Developer Command Prompt for VS",
|
||||
"c_cpp.walkthrough.command.prompt.description": "Al usar el compilador de Microsoft Visual Studio C++, la extensión de C++ requiere que inicie VS Code desde Developer Command Prompt for VS. Sigue las instrucciones de la derecha para volver a iniciar.\n[Volver a cargar ventana](command:workbench.action.reloadWindow)",
|
||||
"c_cpp.walkthrough.command.prompt.title": "Aplicar el entorno de desarrollo de Visual Studio",
|
||||
"c_cpp.walkthrough.command.prompt.description": "Cuando se utiliza el compilador Microsoft Visual Studio C++, debe estar presente el entorno de desarrollo Visual Studio.\n\nSiga las instrucciones de la derecha para reiniciar o haga clic en el botón de abajo.\n[Configurar el entorno de desarrollador](command:C_Cpp.SetVsDeveloperEnvironment?%22walkthrough%22)",
|
||||
"c_cpp.walkthrough.run.debug.title": "Ejecución y depuración del archivo de C++",
|
||||
"c_cpp.walkthrough.run.debug.mac.description": "Abre el archivo de C++ y haz clic en el botón reproducir de la esquina superior derecha del editor o presiona F5 cuando estés en el archivo. Selecciona \"clang++ - Compilar y depurar archivo activo\" para ejecutarlo con el depurador.",
|
||||
"c_cpp.walkthrough.run.debug.linux.description": "Abre el archivo de C++ y haz clic en el botón reproducir de la esquina superior derecha del editor o presiona F5 cuando estés en el archivo. Selecciona \"g++ - Compilar y depurar archivo activo\" para ejecutarlo con el depurador.",
|
||||
|
||||
@@ -17,7 +17,12 @@
|
||||
"pre.Launch.Task": "preLaunchTask: {0}",
|
||||
"debugger.path.not.exists": "No se encuentra el depurador {0}. Se ha omitido la configuración de depuración de {1}.",
|
||||
"build.and.debug.active.file": "Compilar y depurar el archivo activo",
|
||||
"cl.exe.not.available": "{0} solo se puede usar cuando VS Code se ejecuta desde {1}.",
|
||||
"apply.dev.env": "Aplicar entorno de desarrollador",
|
||||
"cl.exe.not.available": "{0} requiere el entorno de desarrollado Visual Studio.",
|
||||
"update.dev.env": "Actualizar entorno de desarrollador",
|
||||
"cancel": "Cancelar",
|
||||
"dev.env.not.applied": "No se pudo compilar el código fuente porque no se aplicó el entorno de desarrollo Visual Studio.",
|
||||
"dev.env.not.found": "No se pudo compilar el código fuente porque no se encontró el compilador Visual C++.",
|
||||
"lldb.find.failed": "Falta la dependencia \"{0}\" para el ejecutable lldb-mi.",
|
||||
"lldb.search.paths": "Buscado en:",
|
||||
"lldb.install.help": "Para resolver este problema, instale XCode mediante App Store de Apple o instale las herramientas de línea de comandos de XCode ejecutando \"{0}\" en una ventana de terminal.",
|
||||
|
||||
@@ -30,6 +30,9 @@
|
||||
"config.not.found": "No se encuentra el nombre de la configuración que se ha solicitado: {0}",
|
||||
"unsupported.client": "Cliente no admitido",
|
||||
"timed.out": "Se agotó el tiempo de espera a los {0} ms.",
|
||||
"parsing.stats.large.project": "{0} archivos enumerados con {1} archivos de origen de C/C++ detectados. Puede que desee considerar la exclusión de algunos archivos para mejorar el rendimiento.",
|
||||
"learn.more": "Obtener más información",
|
||||
"dont.show.again": "No volver a mostrar",
|
||||
"update.intellisense.time": "Tiempo de actualización de IntelliSense (s): {0}",
|
||||
"configurations.received": "Configuraciones personalizadas recibidas:",
|
||||
"browse.configuration.received": "Configuración de exploración personalizada recibida: {0}",
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"incompatible.intellisense.mode": "El modo {0} de IntelliSense no es compatible con la ruta de acceso del compilador.",
|
||||
"resolve.configuration.processed": "c_cpp_properties.json procesado en {0}s",
|
||||
"failed.to.create.config.folder": "No se pudo crear \"{0}\"",
|
||||
"invalid.configuration.file": "Archivo de configuración no válido. Debe haber al menos una configuración en la matriz.",
|
||||
"unknown.properties.version": "Se encontró un número de versión desconocido en el archivo c_cpp_properties.json. Es posible que algunas características no funcionen correctamente.",
|
||||
@@ -13,9 +14,13 @@
|
||||
"path.with.spaces": "No se encontró la ruta de acceso del compilador con espacios. Si la intención era incluir argumentos del compilador, escriba la ruta del compilador entre comillas dobles ({0}).",
|
||||
"cannot.find": "No se encuentra {0}",
|
||||
"path.is.not.a.file": "La ruta de acceso no es un archivo: {0}",
|
||||
"resolve.includePath.took.too.long": "La validación de la ruta de acceso de inclusión tardó {0} s en evaluarse",
|
||||
"resolve.includePath.failed": "No se pudo resolver la ruta de acceso de inclusión. Error: {0}",
|
||||
"wrapped.with.quotes": "No agregue comillas adicionales alrededor de las rutas de acceso.",
|
||||
"path.is.not.a.directory": "La ruta de acceso no es un directorio: {0}",
|
||||
"duplicate.name": "{0} es un duplicado. El nombre de la configuración debe ser único.",
|
||||
"resolve.path.took.too.long": "La ruta de acceso tardó {0}s en evaluarse",
|
||||
"resolve.path.failed": "No se pudo resolver la ruta de acceso {0}. Error: {1}",
|
||||
"multiple.paths.not.allowed": "No se permiten varias rutas de acceso.",
|
||||
"multiple.paths.should.be.separate.entries": "Varias rutas de acceso deben ser entradas separadas en una matriz.",
|
||||
"paths.are.not.directories": "Las rutas de acceso no son directorios: {0}"
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"no.context.provided": "No se proporcionó ningún contexto",
|
||||
"not.windows": "El comando \"Configurar el entorno de desarrollador de Visual Studio\" solo está disponible en Windows",
|
||||
"error.no.vs": "No se encontró una instalación de Visual Studio con el compilador C++",
|
||||
"operation.cancelled": "Se canceló la operación",
|
||||
"no.hosts": "No se han encontrado hosts",
|
||||
"config.dev.env": "Configurando el entorno de desarrollador...",
|
||||
"select.vs.install": "Seleccione una instalación de Visual Studio",
|
||||
"advanced.options": "Opciones avanzadas...",
|
||||
"advanced.options.desc": "Seleccione un host específico y la arquitectura de destino, la versión del conjunto de herramientas, etc.",
|
||||
"select.toolset": "Seleccionar una versión del conjunto de herramientas",
|
||||
"select.host.target": "Seleccione un host y una arquitectura de destino",
|
||||
"something.wrong": "Algo ha ido mal: {0}",
|
||||
"dev.env.for": "{0} entorno de desarrollador para {1}",
|
||||
"default.env": "Entorno predeterminado para {0}",
|
||||
"host.target": "host = {0}, destino = {1}"
|
||||
}
|
||||
@@ -46,7 +46,7 @@
|
||||
"aborting_tag_parse_at_root": "Anulando el análisis de etiquetas en el directorio raíz",
|
||||
"unable_to_retrieve_to_reset_timestamps": "No se pueden recuperar los registros de la base de datos para restablecer las marcas de tiempo. Error = {0}",
|
||||
"failed_to_reset_timestamps_for": "No se pudo restablecer la marca de tiempo de {0}. Error = {1}",
|
||||
"no_suitable_complier": "No se encontró ningún compilador adecuado. Establezca \"compilerPath\" en c_cpp_properties.json.",
|
||||
"no_suitable_compiler": "No se encontró ningún compilador adecuado. Establezca \"compilerPath\" en c_cpp_properties.json.",
|
||||
"compiler_include_not_found": "No se encontró la ruta de acceso de inclusión del compilador: {0}",
|
||||
"intellisense_not_responding": "El motor de IntelliSense no responde. Se usará el analizador de etiquetas en su lugar.",
|
||||
"tag_parser_will_be_used": "Se usará el analizador de etiquetas para las operaciones de IntelliSense en {0}",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"cpp.standard.description": "Versión del estándar del lenguaje C++ que se va a usar para IntelliSense. Nota: Los estándares GNU solo se usan para consultar el compilador de conjuntos a fin de obtener definiciones GNU e IntelliSense emulará la versión del estándar C++ equivalente.",
|
||||
"advanced.settings": "Configuración avanzada",
|
||||
"configuration.provider": "Proveedor de configuración",
|
||||
"configuration.provider.description": "Id. de una extensión de VS Code que puede proporcionar información de configuración de IntelliSense para los archivos de código fuente. Por ejemplo, use el id. de extensión de VS Code {0} para proporcionar información de configuración de la extensión Herramientas de CMake.",
|
||||
"configuration.provider.description": "Id. de una extensión de VS Code que puede proporcionar información de configuración de IntelliSense para los archivos de código fuente. Por ejemplo, use el id. de extensión de VS Code {0} para proporcionar información de configuración de la extensión CMake Tools.",
|
||||
"windows.sdk.version": "Versión del SDK de Windows",
|
||||
"windows.sdk.version.description": "Versión de la ruta de acceso de inclusión del SDK de Windows SDK que debe usarse en Windows; por ejemplo, {0}.",
|
||||
"mac.framework.path": "Ruta de acceso de la plataforma Mac",
|
||||
|
||||
+10
-4
@@ -4,8 +4,14 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"walkthrough.windows.title.open.dev.command.prompt": "Volver a iniciar con el {0}",
|
||||
"walkthrough.windows.background.dev.command.prompt": " Está usando una máquina Windows con el compilador de MSVC, por lo que debe iniciar VS Code desde el {0} para que todas las variables de entorno se establezcan correctamente. Para volver a iniciar con el {1}:",
|
||||
"walkthrough.open.command.prompt": "Abra {0} escribiendo '{1}' en el menú Inicio de Windows. Selecciona el {2}, que irá automáticamente a la carpeta abierta actual.",
|
||||
"walkthrough.windows.press.f5": "Escriba '{0}' en el símbolo del sistema y pulse Entrar. Esto debería reiniciar VS Code y hacerte volver a este tutorial. "
|
||||
"walkthrough.windows.title.apply.dev.env": "Aplicar el entorno de desarrollo de Visual Studio",
|
||||
"walkthrough.windows.dev.env.required": "El compilador Visual Studio C++ requiere que se configuren varias variables de entorno para poder compilar correctamente el código. Si utiliza un equipo Windows con el compilador Visual Studio C++, hay dos formas de asegurarse de que se aplique el entorno.",
|
||||
"walkthrough.windows.do.one": " Solo tiene que realizar una de las siguientes acciones:",
|
||||
"walkthrough.windows.run.dev.command": "Ejecute el comando {0}",
|
||||
"walkthrough.windows.set.dev.environment": "C/C++: Configurar el entorno de desarrollador de Visual Studio",
|
||||
"walkthrough.windows.start.from.dev.command": "Inicie el VS Code desde el {0}",
|
||||
"walkthrough.windows.relaunch.command.prompt": "Para volver a iniciar VS Code con el {0}",
|
||||
"walkthrough.close.vscode": "Cierre la instancia actual de VS Code.",
|
||||
"walkthrough.open.command.prompt": "Abra el {0} escribiendo {1} en el menú Inicio de Windows, y luego seleccione el {2}.",
|
||||
"walkthrough.windows.press.f5": "Escriba {0} en el símbolo del sistema y pulse Intro. Esto debería reiniciar VS Code en la misma área de trabajo y llevarlo de vuelta a este tutorial."
|
||||
}
|
||||
+2
-4
@@ -16,8 +16,6 @@
|
||||
"walkthrough.windows.link.install": "Instalar",
|
||||
"walkthrough.windows.note1": "Nota",
|
||||
"walkthrough.windows.note1.text": "Puede usar el conjunto de herramientas de C++ de Visual Studio Build Tools junto con Visual Studio Code para compilar y comprobar cualquier código base de C++, siempre que también tenga una licencia de Visual Studio válida (Community, Pro o Enterprise) que esté usando de manera activa para desarrollar ese código base de C++.",
|
||||
"walkthrough.windows.open.command.prompt": "Abra {0} escribiendo '{1}' en el menú Inicio de Windows.",
|
||||
"walkthrough.windows.check.install": "Compruebe la instalación de MSVC escribiendo {0} en {1}. Debería ver un mensaje de copyright con la versión y la descripción de uso básica.",
|
||||
"walkthrough.windows.note2": "Nota",
|
||||
"walkthrough.windows.note2.text": "Para usar MSVC desde la línea de comandos o VS Code, debe ejecutar desde un {0}. Un shell normal como {1}, {2}, o el símbolo del sistema de Windows no tiene establecidas las variables de entorno de ruta de acceso necesarias."
|
||||
"walkthrough.windows.open.command.prompt": "Abra el {0} escribiendo {1} en el menú Inicio de Windows.",
|
||||
"walkthrough.windows.check.install": "Compruebe la instalación de MSVC escribiendo {0} en {1}. Debería ver un mensaje de copyright con la versión y la descripción de uso básica."
|
||||
}
|
||||
+1
-3
@@ -10,10 +10,8 @@
|
||||
"walkthrough.windows.note1": "Nota",
|
||||
"walkthrough.windows.note1.text": "Puede usar el conjunto de herramientas de C++ de Visual Studio Build Tools junto con Visual Studio Code para compilar y comprobar cualquier código base de C++, siempre que también tenga una licencia de Visual Studio válida (Community, Pro o Enterprise) que esté usando de manera activa para desarrollar ese código base de C++.",
|
||||
"walkthrough.windows.verify.compiler": "Comprobación de la instalación del compilador",
|
||||
"walkthrough.windows.open.command.prompt": "Abra {0} escribiendo '{1}' en el menú Inicio de Windows.",
|
||||
"walkthrough.windows.open.command.prompt": "Abra el {0} escribiendo {1} en el menú Inicio de Windows.",
|
||||
"walkthrough.windows.check.install": "Compruebe la instalación de MSVC escribiendo {0} en {1}. Debería ver un mensaje de copyright con la versión y la descripción de uso básica.",
|
||||
"walkthrough.windows.note2": "Nota",
|
||||
"walkthrough.windows.note2.text": "Para usar MSVC desde la línea de comandos o VS Code, debe ejecutar desde un {0}. Un shell normal como {1}, {2}, o el símbolo del sistema de Windows no tiene establecidas las variables de entorno de ruta de acceso necesarias.",
|
||||
"walkthrough.windows.other.compilers": "Otras opciones del compilador",
|
||||
"walkthrough.windows.text3": "Si su objetivo es Linux desde Windows, consulte {0}. O bien, consulte {1}.",
|
||||
"walkthrough.windows.link.title1": "Uso de C++ y Subsistema de Windows para Linux (WSL) en VS Code",
|
||||
|
||||
+1
-3
@@ -10,10 +10,8 @@
|
||||
"walkthrough.windows.note1": "Nota",
|
||||
"walkthrough.windows.note1.text": "Puede usar el conjunto de herramientas de C++ de Visual Studio Build Tools junto con Visual Studio Code para compilar y comprobar cualquier código base de C++, siempre que también tenga una licencia de Visual Studio válida (Community, Pro o Enterprise) que esté usando de manera activa para desarrollar ese código base de C++.",
|
||||
"walkthrough.windows.verify.compiler": "Comprobación de la instalación del compilador",
|
||||
"walkthrough.windows.open.command.prompt": "Abra {0} escribiendo '{1}' en el menú Inicio de Windows.",
|
||||
"walkthrough.windows.open.command.prompt": "Abra el {0} escribiendo {1} en el menú Inicio de Windows.",
|
||||
"walkthrough.windows.check.install": "Compruebe la instalación de MSVC escribiendo {0} en {1}. Debería ver un mensaje de copyright con la versión y la descripción de uso básica.",
|
||||
"walkthrough.windows.note2": "Nota",
|
||||
"walkthrough.windows.note2.text": "Para usar MSVC desde la línea de comandos o VS Code, debe ejecutar desde un {0}. Un shell normal como {1}, {2}, o el símbolo del sistema de Windows no tiene establecidas las variables de entorno de ruta de acceso necesarias.",
|
||||
"walkthrough.windows.other.compilers": "Otras opciones del compilador",
|
||||
"walkthrough.windows.text3": "Si su objetivo es Linux desde Windows, consulte {0}. O bien, consulte {1}.",
|
||||
"walkthrough.windows.link.title1": "Uso de C++ y Subsistema de Windows para Linux (WSL) en VS Code",
|
||||
|
||||
@@ -42,6 +42,8 @@
|
||||
"c_cpp.command.RemoveAllCodeAnalysisProblems.title": "Effacer tous les problèmes d’analyse du code",
|
||||
"c_cpp.command.BuildAndDebugFile.title": "Déboguer le fichier C/C++",
|
||||
"c_cpp.command.BuildAndRunFile.title": "Exécuter le fichier C/C++",
|
||||
"c_cpp.command.SetVsDeveloperEnvironment.title": "Définir l’environnement de développeur Visual Studio",
|
||||
"c_cpp.command.ClearVsDeveloperEnvironment.title": "Effacer l’environnement de développeur Visual Studio",
|
||||
"c_cpp.command.AddDebugConfiguration.title": "Ajouter une configuration de débogage",
|
||||
"c_cpp.command.GenerateDoxygenComment.title": "Générer un commentaire Doxygen",
|
||||
"c_cpp.command.addSshTarget.title": "Ajouter une cible SSH",
|
||||
@@ -104,11 +106,11 @@
|
||||
"c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.markdownDescription": "Mettez en retrait les accolades qui suivent une instruction case en fonction de la quantité spécifiée dans le paramètre `#editor.tabSize#`.",
|
||||
"c_cpp.configuration.vcFormat.indent.lambdaBracesWhenParameter.markdownDescription": "Mettre en retrait les accolades des expressions lambda utilisées comme paramètres de fonction par rapport au début de l’instruction par la quantité spécifiée dans le paramètre `#editor.tabSize#`.",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.description": "Position des étiquettes goto.",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.oneLeft.markdownDescription": "Positionne les étiquettes goto à gauche de l'indentation actuelle du code, de la quantité spécifiée dans le paramètre `#editor.tabSize#`.",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.oneLeft.markdownDescription": "Positionne les étiquettes goto à gauche de la mise en retrait actuelle du code, de la valeur spécifiée dans le paramètre `#editor.tabSize#`.",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.leftmostColumn.markdownDescription": "Placez les étiquettes goto sur le bord le plus à gauche du code.",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.none.markdownDescription": "Les étiquettes goto ne sont pas mises en forme.",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.description": "Position des directives de préprocesseur.",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.oneLeft.markdownDescription": "Les directives de préprocesseur sont positionnées à gauche de la mise en retrait du code actuel, selon la quantité spécifiée dans le paramètre `#editor.tabSize#`.",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.oneLeft.markdownDescription": "Les directives de préprocesseur sont positionnées à gauche de la mise en retrait actuelle du code, selon la valeur spécifiée dans le paramètre `#editor.tabSize#`.",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.leftmostColumn.markdownDescription": "Les directives de préprocesseur sont placées sur le bord le plus à gauche du code.",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.none.markdownDescription": "Les directives de préprocesseur ne sont pas mises en forme.",
|
||||
"c_cpp.configuration.vcFormat.indent.accessSpecifiers.markdownDescription": "Les spécificateurs d'accès sont indentés par rapport aux définitions de classes ou de structures de la quantité spécifiée dans le paramètre `#editor.tabSize#`.",
|
||||
@@ -191,12 +193,12 @@
|
||||
"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 d’inlay 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 d’inlay pour le type déduit quand `auto` est utilisé dans une déclaration à gauche de l’identificateur :\n```cpp \n\n auto /* int */ index = 0;\n```",
|
||||
"c_cpp.configuration.inlayHints.parameterNames.enabled.markdownDescription": "Afficher des indicateurs d’inlay pour les noms de paramètres :\n```cpp \n\n int a = getArea(/* width: */ x, /* height: */ y);\n```",
|
||||
"c_cpp.configuration.inlayHints.autoDeclarationTypes.enabled.markdownDescription": "Afficher les hints incrustés 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 hints incrustés pour le type déduit quand `auto` est utilisé dans une déclaration à gauche de l’identificateur :\n```cpp \n\n auto /* int */ index = 0;\n```",
|
||||
"c_cpp.configuration.inlayHints.parameterNames.enabled.markdownDescription": "Afficher des hints incrustés 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 l’argument 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 l’opérateur de référence d’indicateur d’inlay `&` 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.enabled.markdownDescription": "Afficher l’opérateur de référence d’hint incrusté `&` 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++.",
|
||||
@@ -255,6 +257,7 @@
|
||||
"c_cpp.configuration.vcpkg.enabled.markdownDescription": "Activez les services d'intégration pour le [gestionnaire de dépendances vcpkg](https://aka.ms/vcpkg/).",
|
||||
"c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "Ajouter les chemins d'inclusion de `nan` et `node-addon-api` quand ils sont des dépendances.",
|
||||
"c_cpp.configuration.copilotHover.markdownDescription": "Si `disabled`, aucune option « Générer un résumé Copilot » n’apparaît lors du pointage.",
|
||||
"c_cpp.configuration.windowsErrorReportingMode.markdownDescription": "Si la valeur est `disabled`, le rapport d’erreurs Windows sera désactivé. Si la valeur est `default`, le rapport d’erreurs Windows sera activé, mais il sera désactivé après le premier plantage de la session en cours. La modification de ce paramètre n’affecte pas les processus IntelliSense en cours d’exécution.",
|
||||
"c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "Si `true`, 'Renommer le symbole' exigera un identifiant C/C++ valide.",
|
||||
"c_cpp.configuration.autocompleteAddParentheses.markdownDescription": "Si la valeur est `true`, l'autocomplétion ajoute automatiquement `(` après les appels de fonction. Dans ce cas `)` peut également être ajouté, en fonction de la valeur du paramètre `#editor.autoClosingBrackets#`.",
|
||||
"c_cpp.configuration.filesExclude.markdownDescription": "Configurer les modèles globaux pour exclure les dossiers (et les fichiers si `#C_Cpp.exclusionPolicy#` est modifié). Ils sont spécifiques à l’extension C/C++ et s’ajoutent à `#files.exclude#`, mais contrairement à `#files.exclude#`, ils s’appliquent également aux chemins en dehors du dossier de l’espace de travail actuel et ne sont pas supprimés de la vue de l’explorateur. En savoir plus sur les [motifs globaux](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options).",
|
||||
@@ -268,6 +271,7 @@
|
||||
"c_cpp.contributes.views.sshTargetsView.title": "Cpptools : cibles SSH",
|
||||
"c_cpp.contributes.viewsWelcome.contents": "Pour en savoir plus sur launch.json, consultez [Configuration du débogage C/C++](https://code.visualstudio.com/docs/cpp/launch-json-reference).",
|
||||
"c_cpp.configuration.debugShortcut.description": "Afficher le bouton de lecture « Exécuter et déboguer » et l’engrenage « Ajouter une configuration de débogage » dans la barre de titre de l’éditeur pour les fichiers C++.",
|
||||
"c_cpp.configuration.persistVsDeveloperEnvironment.description": "Mémoriser le dernier environnement de développement Visual Studio utilisé pour l’espace de travail actuel. Ce paramètre s’applique uniquement à Windows.",
|
||||
"c_cpp.debuggers.pipeTransport.description": "Quand ce paramètre est présent, indique au débogueur de se connecter à un ordinateur distant en se servant d'un autre exécutable comme canal de relais d'entrée/de sortie standard entre VS Code et l'exécutable du back-end du débogueur MI (par exemple, gdb).",
|
||||
"c_cpp.debuggers.pipeTransport.default.pipeProgram": "entrez le chemin d’accès complet pour le nom du programme de canal, par exemple « /usr/bin/ssh ».",
|
||||
"c_cpp.debuggers.pipeTransport.default.debuggerPath": "Chemin complet du débogueur sur la machine cible, par exemple /usr/bin/gdb.",
|
||||
@@ -310,7 +314,7 @@
|
||||
"c_cpp.debuggers.miDebuggerServerAddress.description": "Adresse réseau du serveur du débogueur MI auquel se connecter (par exemple : localhost:1234).",
|
||||
"c_cpp.debuggers.useExtendedRemote.description": "Connectez-vous au serveur débogueur MI avec le mode étendu-distant cible.",
|
||||
"c_cpp.debuggers.stopAtEntry.markdownDescription": "Paramètre facultatif. Si la valeur est `true`, le débogueur doit s'arrêter au point d'entrée de la cible. Si `processId` est passé, cela n'a aucun effet.",
|
||||
"c_cpp.debuggers.debugServerPath.description": "Chemin complet facultatif au serveur de débogage à lancer (valeur par défaut : null). Utilisé conjointement avec \"miDebuggerServerAddress\" ou votre propre serveur avec \"customSetupCommand\" qui exécute \"-target-select remote <server:port>\".",
|
||||
"c_cpp.debuggers.debugServerPath.description": "Chemin complet facultatif au serveur de débogage à lancer. Valeur par défaut : null. Utilisé conjointement avec \"miDebuggerServerAddress\" ou votre propre serveur avec \"customSetupCommand\" qui exécute \"-target-select remote <server:port>\".",
|
||||
"c_cpp.debuggers.debugServerArgs.description": "Arguments facultatifs du serveur de débogage. La valeur par défaut est null.",
|
||||
"c_cpp.debuggers.serverStarted.description": "Modèle facultatif de démarrage du serveur à rechercher dans la sortie du serveur de débogage. La valeur par défaut est null.",
|
||||
"c_cpp.debuggers.filterStdout.description": "Permet de rechercher dans le flux stdout le modèle correspondant au démarrage du serveur, et de journaliser stdout dans la sortie de débogage. La valeur par défaut est true.",
|
||||
@@ -427,8 +431,8 @@
|
||||
"c_cpp.walkthrough.create.cpp.file.title": "Créer un fichier C++",
|
||||
"c_cpp.walkthrough.create.cpp.file.description": "[Ouvrir](command:toSide:workbench.action.files.openFile) ou [créer](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D) un fichier C++. Veillez à l’enregistrer avec l’extension « .cpp », telle que « helloworld.cpp ». \n[Créer un fichier C++](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D)",
|
||||
"c_cpp.walkthrough.create.cpp.file.altText": "Ouvrez un fichier C++ ou un dossier avec un projet C++.",
|
||||
"c_cpp.walkthrough.command.prompt.title": "Lancer à partir de Developer Command Prompt for VS",
|
||||
"c_cpp.walkthrough.command.prompt.description": "Quand vous utilisez le compilateur Microsoft Visual Studio C++, l’extension C++ vous demande de lancer VS Code à partir de Developer Command Prompt for VS. Suivez les instructions à droite pour relancer.\n[Recharger la fenêtre](command:workbench.action.reloadWindow)",
|
||||
"c_cpp.walkthrough.command.prompt.title": "Appliquer l’environnement de développeur Visual Studio",
|
||||
"c_cpp.walkthrough.command.prompt.description": "Lorsque vous utilisez le compilateur Microsoft Visual Studio C++, l’environnement de développeur Visual Studio doit être présent.\n\nSuivez les instructions sur la droite pour relancer ou cliquez sur le bouton ci-dessous.\n[Définir l’environnement développeur](command:C_Cpp.SetVsDeveloperEnvironment?%22walkthrough%22)",
|
||||
"c_cpp.walkthrough.run.debug.title": "Exécuter et déboguer votre fichier C++",
|
||||
"c_cpp.walkthrough.run.debug.mac.description": "Permet d’ouvrir votre fichier C++ et de cliquer sur le bouton lecture dans le coin supérieur droit de l’éditeur, ou d’appuyer sur F5 lorsque vous êtes sur le fichier. Vous pouvez sélectionner « clang++ – Générer et déboguer le fichier actif » pour l’exécuter avec le débogueur.",
|
||||
"c_cpp.walkthrough.run.debug.linux.description": "Permet d’ouvrir votre fichier C++ et de cliquer sur le bouton lecture dans le coin supérieur droit de l’éditeur, ou d’appuyer sur F5 lorsque vous êtes sur le fichier. Vous pouvez sélectionner « g++ – Générer et déboguer le fichier actif » pour l’exécuter avec le débogueur.",
|
||||
|
||||
@@ -17,7 +17,12 @@
|
||||
"pre.Launch.Task": "tâche de prélancement : {0}",
|
||||
"debugger.path.not.exists": "Impossible de trouver le débogueur {0}. La configuration de débogage pour {1} est ignorée.",
|
||||
"build.and.debug.active.file": "Générer et déboguer le fichier actif",
|
||||
"cl.exe.not.available": "{0} est utilisable uniquement lorsque VS Code est exécuté à partir du {1}.",
|
||||
"apply.dev.env": "Appliquer l’environnement de développeur",
|
||||
"cl.exe.not.available": "{0} nécessite l’environnement de développeur Visual Studio.",
|
||||
"update.dev.env": "Mettre à jour l’environnement de développeur",
|
||||
"cancel": "Annuler",
|
||||
"dev.env.not.applied": "Impossible de générer le code source, car l’environnement de développeur Visual Studio n’a pas été appliqué.",
|
||||
"dev.env.not.found": "Impossible de générer le code source, car le compilateur Visual C++ est introuvable.",
|
||||
"lldb.find.failed": "La dépendance '{0}' est manquante pour l'exécutable lldb-mi.",
|
||||
"lldb.search.paths": "Recherche effectuée dans :",
|
||||
"lldb.install.help": "Pour résoudre ce problème, installez XCode via l'Apple App Store ou installez les outils en ligne de commande XCode en exécutant '{0}' dans une fenêtre de terminal.",
|
||||
|
||||
@@ -30,6 +30,9 @@
|
||||
"config.not.found": "Le nom de configuration demandé est introuvable : {0}",
|
||||
"unsupported.client": "Client non pris en charge",
|
||||
"timed.out": "Expiration du délai d'attente dans {0} ms.",
|
||||
"parsing.stats.large.project": "{0} fichiers listés avec {1} fichiers sources C/C++ détectés. Vous pourriez envisager d’exclure certains fichiers pour un meilleur niveau de performance.",
|
||||
"learn.more": "En savoir plus",
|
||||
"dont.show.again": "Ne plus afficher",
|
||||
"update.intellisense.time": "Durée de mise à jour d'IntelliSense (s) : {0}",
|
||||
"configurations.received": "Configurations personnalisées reçues :",
|
||||
"browse.configuration.received": "Configuration de navigation personnalisée reçue : {0}",
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"incompatible.intellisense.mode": "Le mode IntelliSense {0} est incompatible avec le chemin du compilateur.",
|
||||
"resolve.configuration.processed": "Fichier c_cpp_properties.json traité en {0} s",
|
||||
"failed.to.create.config.folder": "La création de \"{0}\" a échoué",
|
||||
"invalid.configuration.file": "Fichier de configuration non valide. Au moins une configuration doit être présente dans le tableau.",
|
||||
"unknown.properties.version": "Numéro de version inconnu dans c_cpp_properties.json. Certaines fonctionnalités peuvent ne pas fonctionner comme prévu.",
|
||||
@@ -13,9 +14,13 @@
|
||||
"path.with.spaces": "Le chemin d’accès du compilateur contenant des espaces est introuvable. S’il devait inclure des arguments du compilateur, entourez le chemin d’accès du compilateur de guillemets doubles ({0}).",
|
||||
"cannot.find": "{0} introuvable",
|
||||
"path.is.not.a.file": "Le chemin n'est pas un fichier : {0}",
|
||||
"resolve.includePath.took.too.long": "L’évaluation de la validation du chemin d’accès d’inclusion a pris {0} s",
|
||||
"resolve.includePath.failed": "Échec de la résolution du chemin d’accès d’inclusion. Erreur : {0}",
|
||||
"wrapped.with.quotes": "N’ajoutez pas de guillemets supplémentaires autour des chemins.",
|
||||
"path.is.not.a.directory": "Le chemin n'est pas un répertoire : {0}",
|
||||
"duplicate.name": "{0} est dupliqué. Le nom de configuration doit être unique.",
|
||||
"resolve.path.took.too.long": "L’évaluation du chemin a pris {0} s",
|
||||
"resolve.path.failed": "Échec de la résolution du chemin d’accès {0}. Erreur : {1}",
|
||||
"multiple.paths.not.allowed": "Il est interdit d’utiliser plusieurs chemin d’accès.",
|
||||
"multiple.paths.should.be.separate.entries": "Plusieurs chemins d’accès doivent être des entrées distinctes dans un tableau.",
|
||||
"paths.are.not.directories": "Les chemins d’accès ne sont pas des répertoires : {0}"
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"no.context.provided": "Aucun contexte fourni",
|
||||
"not.windows": "La commande « Définir l’environnement de développeur Visual Studio » est disponible uniquement sur Windows",
|
||||
"error.no.vs": "Aucune installation Visual Studio avec le compilateur C++ n’a été trouvée",
|
||||
"operation.cancelled": "L’opération a été annulée",
|
||||
"no.hosts": "Aucun hôte trouvé",
|
||||
"config.dev.env": "Configuration de l’environnement de développeur...",
|
||||
"select.vs.install": "Sélectionnez une installation de Visual Studio",
|
||||
"advanced.options": "Options avancées...",
|
||||
"advanced.options.desc": "Sélectionnez une architecture hôte et cible spécifique, une version de l’ensemble d’outils, etc.",
|
||||
"select.toolset": "Sélectionnez une version d’ensemble d’outils",
|
||||
"select.host.target": "Sélectionnez une architecture hôte et cible",
|
||||
"something.wrong": "Une erreur s'est produite : {0}",
|
||||
"dev.env.for": "Environnement de développeur {0} pour {1}",
|
||||
"default.env": "Environnement par défaut pour {0}",
|
||||
"host.target": "hôte = {0}, cible = {1}"
|
||||
}
|
||||
@@ -46,7 +46,7 @@
|
||||
"aborting_tag_parse_at_root": "Annulation de l'analyse des balises à la racine",
|
||||
"unable_to_retrieve_to_reset_timestamps": "Impossible de récupérer les enregistrements de base de données pour réinitialiser les horodatages : erreur = {0}",
|
||||
"failed_to_reset_timestamps_for": "La réinitialisation de l'horodatage a échoué pour {0} : erreur = {1}",
|
||||
"no_suitable_complier": "Aucun compilateur approprié. Définissez \"compilerPath\" dans c_cpp_properties.json.",
|
||||
"no_suitable_compiler": "Aucun compilateur approprié. Définissez \"compilerPath\" dans c_cpp_properties.json.",
|
||||
"compiler_include_not_found": "Le chemin d'inclusion du compilateur est introuvable : {0}",
|
||||
"intellisense_not_responding": "Le moteur IntelliSense ne répond pas. Utilisation de l'analyseur de balises à la place.",
|
||||
"tag_parser_will_be_used": "L'analyseur de balises est utilisé pour les opérations IntelliSense dans {0}",
|
||||
|
||||
+10
-4
@@ -4,8 +4,14 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"walkthrough.windows.title.open.dev.command.prompt": "Relancer à l’aide du {0}",
|
||||
"walkthrough.windows.background.dev.command.prompt": " Vous utilisez une machine Windows avec le compilateur MSVC. Vous devez donc démarrer VS Code à partir de l’{0} pour que toutes les variables d’environnement soient correctement définies. Pour relancer en tirant parti de l’{1} :",
|
||||
"walkthrough.open.command.prompt": "Ouvrez le {0} en tapant « {1} » dans le menu Démarrer de Windows. Sélectionnez le {2}, qui accède automatiquement à votre dossier ouvert actuel.",
|
||||
"walkthrough.windows.press.f5": "Tapez « {0} » dans l’invite de commandes et appuyez sur Entrée. Vous devriez relancer VS Code et revenir à cette procédure pas à pas. "
|
||||
"walkthrough.windows.title.apply.dev.env": "Appliquer l’environnement de développeur Visual Studio",
|
||||
"walkthrough.windows.dev.env.required": "Le compilateur C++ Visual Studio requiert la définition de plusieurs variables d’environnement afin de compiler correctement votre code. Si vous utilisez un ordinateur Windows avec le compilateur Visual Studio C++, vous pouvez vous assurer que l’environnement est appliqué de deux façons.",
|
||||
"walkthrough.windows.do.one": " Vous n’avez besoin que de l’une des opérations suivantes :",
|
||||
"walkthrough.windows.run.dev.command": "Exécuter la commande {0}",
|
||||
"walkthrough.windows.set.dev.environment": "C/C++ : définir l’environnement de développeur Visual Studio",
|
||||
"walkthrough.windows.start.from.dev.command": "Démarrez VS Code à partir du {0}",
|
||||
"walkthrough.windows.relaunch.command.prompt": "Pour relancer VS Code à l’aide du {0}",
|
||||
"walkthrough.close.vscode": "Fermez l’instance actuelle de VS Code.",
|
||||
"walkthrough.open.command.prompt": "Ouvrez le {0} en tapant {1} dans le menu Démarrer Windows, puis sélectionnez le {2}.",
|
||||
"walkthrough.windows.press.f5": "Tapez {0} dans l’invite de commandes et appuyez sur Entrée. Cela doit relancer VS Code dans le même espace de travail et vous rediriger vers cette procédure pas à pas."
|
||||
}
|
||||
+2
-4
@@ -16,8 +16,6 @@
|
||||
"walkthrough.windows.link.install": "Installer",
|
||||
"walkthrough.windows.note1": "Remarque",
|
||||
"walkthrough.windows.note1.text": "Vous pouvez utiliser l’ensemble d’outils C++ à partir de Visual Studio Build Tools avec Visual Studio Code pour compiler, générer et vérifier n’importe quelle base de code C++, tant que vous disposez également d’une licence Visual Studio valide (Community, Pro ou Enterprise) que vous utilisez activement pour développer cette base de code C++.",
|
||||
"walkthrough.windows.open.command.prompt": "Ouvrez le {0} en tapant « {1} » dans le menu Démarrer de Windows.",
|
||||
"walkthrough.windows.check.install": "Vérifiez votre installation MSVC en tapant {0} dans le {1}. Vous devez voir un message de Copyright avec la version et la description de l’utilisation de base.",
|
||||
"walkthrough.windows.note2": "Remarque",
|
||||
"walkthrough.windows.note2.text": "Pour utiliser MSVC à partir de la ligne de commande ou VS Code, vous devez exécuter à partir d’un {0}. Un interpréteur de commandes ordinaire, tel que {1}, {2} ou l’invite de commandes Windows, n’a pas les variables d’environnement de chemin d’accès nécessaires définies."
|
||||
"walkthrough.windows.open.command.prompt": "Ouvrez le {0} en tapant {1} dans le menu Démarrer de Windows.",
|
||||
"walkthrough.windows.check.install": "Vérifiez votre installation MSVC en tapant {0} dans le {1}. Vous devez voir un message de Copyright avec la version et la description de l’utilisation de base."
|
||||
}
|
||||
+1
-3
@@ -10,10 +10,8 @@
|
||||
"walkthrough.windows.note1": "Remarque",
|
||||
"walkthrough.windows.note1.text": "Vous pouvez utiliser l’ensemble d’outils C++ à partir de Visual Studio Build Tools avec Visual Studio Code pour compiler, générer et vérifier n’importe quelle base de code C++, tant que vous disposez également d’une licence Visual Studio valide (Community, Pro ou Enterprise) que vous utilisez activement pour développer cette base de code C++.",
|
||||
"walkthrough.windows.verify.compiler": "Vérification de l’installation du compilateur",
|
||||
"walkthrough.windows.open.command.prompt": "Ouvrez le {0} en tapant « {1} » dans le menu Démarrer de Windows.",
|
||||
"walkthrough.windows.open.command.prompt": "Ouvrez le {0} en tapant {1} dans le menu Démarrer de Windows.",
|
||||
"walkthrough.windows.check.install": "Vérifiez votre installation MSVC en tapant {0} dans le {1}. Vous devez voir un message de Copyright avec la version et la description de l’utilisation de base.",
|
||||
"walkthrough.windows.note2": "Remarque",
|
||||
"walkthrough.windows.note2.text": "Pour utiliser MSVC à partir de la ligne de commande ou VS Code, vous devez exécuter à partir d’un {0}. Un interpréteur de commandes ordinaire, tel que {1}, {2} ou l’invite de commandes Windows, n’a pas les variables d’environnement de chemin d’accès nécessaires définies.",
|
||||
"walkthrough.windows.other.compilers": "Autres options du compilateur",
|
||||
"walkthrough.windows.text3": "Si vous ciblez Linux à partir de Windows, consultez {0}. Vous pouvez également {1}.",
|
||||
"walkthrough.windows.link.title1": "Utilisation de C++ et du Sous-système Windows pour Linux (WSL) dans VS Code",
|
||||
|
||||
+1
-3
@@ -10,10 +10,8 @@
|
||||
"walkthrough.windows.note1": "Remarque",
|
||||
"walkthrough.windows.note1.text": "Vous pouvez utiliser l’ensemble d’outils C++ à partir de Visual Studio Build Tools avec Visual Studio Code pour compiler, générer et vérifier n’importe quelle base de code C++, tant que vous disposez également d’une licence Visual Studio valide (Community, Pro ou Enterprise) que vous utilisez activement pour développer cette base de code C++.",
|
||||
"walkthrough.windows.verify.compiler": "Vérification de l’installation du compilateur",
|
||||
"walkthrough.windows.open.command.prompt": "Ouvrez le {0} en tapant « {1} » dans le menu Démarrer de Windows.",
|
||||
"walkthrough.windows.open.command.prompt": "Ouvrez le {0} en tapant {1} dans le menu Démarrer de Windows.",
|
||||
"walkthrough.windows.check.install": "Vérifiez votre installation MSVC en tapant {0} dans le {1}. Vous devez voir un message de Copyright avec la version et la description de l’utilisation de base.",
|
||||
"walkthrough.windows.note2": "Remarque",
|
||||
"walkthrough.windows.note2.text": "Pour utiliser MSVC à partir de la ligne de commande ou VS Code, vous devez exécuter à partir d’un {0}. Un interpréteur de commandes ordinaire, tel que {1}, {2} ou l’invite de commandes Windows, n’a pas les variables d’environnement de chemin d’accès nécessaires définies.",
|
||||
"walkthrough.windows.other.compilers": "Autres options du compilateur",
|
||||
"walkthrough.windows.text3": "Si vous ciblez Linux à partir de Windows, consultez {0}. Vous pouvez également {1}.",
|
||||
"walkthrough.windows.link.title1": "Utilisation de C++ et du Sous-système Windows pour Linux (WSL) dans VS Code",
|
||||
|
||||
@@ -42,6 +42,8 @@
|
||||
"c_cpp.command.RemoveAllCodeAnalysisProblems.title": "Cancellare tutti i problemi di analisi codice",
|
||||
"c_cpp.command.BuildAndDebugFile.title": "Debug file C/C++",
|
||||
"c_cpp.command.BuildAndRunFile.title": "Esegui file C/C++",
|
||||
"c_cpp.command.SetVsDeveloperEnvironment.title": "Impostare l'ambiente di sviluppo Visual Studio",
|
||||
"c_cpp.command.ClearVsDeveloperEnvironment.title": "Cancellare l'ambiente di sviluppo Visual Studio",
|
||||
"c_cpp.command.AddDebugConfiguration.title": "Aggiungere configurazione di debug",
|
||||
"c_cpp.command.GenerateDoxygenComment.title": "Genera commento Doxygen",
|
||||
"c_cpp.command.addSshTarget.title": "Aggiungi destinazione SSH",
|
||||
@@ -104,7 +106,7 @@
|
||||
"c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.markdownDescription": "Imposta un rientro per le parentesi graffe dopo un'istruzione case in base al valore specificato nell'impostazione `#editor.tabSize#`.",
|
||||
"c_cpp.configuration.vcFormat.indent.lambdaBracesWhenParameter.markdownDescription": "Imposta un rientro per le parentesi graffe delle funzioni lambda usate come parametri di funzione rispetto all'inizio dell'istruzione in base al valore specificato nell'impostazione `#editor.tabSize#`.",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.description": "Posizione delle etichette GoTo.",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.oneLeft.markdownDescription": "Posiziona le etichette GoTo a sinistra del rientro del codice corrente in base al valore specificato nell'impostazione `#editor.tabSize#`.",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.oneLeft.markdownDescription": "Posizionare le etichette GoTo a sinistra del rientro del codice corrente in base al valore specificato nell'impostazione `#editor.tabSize#`.",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.leftmostColumn.markdownDescription": "Posiziona le etichette goto in corrispondenza del bordo più a sinistra del codice.",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.none.markdownDescription": "Le etichette goto non verranno formattate.",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.description": "Posizione delle direttive del preprocessore.",
|
||||
@@ -191,12 +193,12 @@
|
||||
"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.autoDeclarationTypes.enabled.markdownDescription": "Visualizza i suggerimenti per l'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 per l'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 per l'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.enabled.markdownDescription": "Visualizza l'operatore di riferimento del suggerimento per l'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++.",
|
||||
@@ -255,6 +257,7 @@
|
||||
"c_cpp.configuration.vcpkg.enabled.markdownDescription": "Abilita i servizi di integrazione per l'[utilità di gestione dipendenze di vcpkg](https://aka.ms/vcpkg/).",
|
||||
"c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "Aggiungere percorsi di inclusione da `nan` e `node-addon-api` quando sono dipendenze.",
|
||||
"c_cpp.configuration.copilotHover.markdownDescription": "Se `disabled`, al passaggio del puntatore non verrà visualizzata l’opzione 'Genera riepilogo Copilot'.",
|
||||
"c_cpp.configuration.windowsErrorReportingMode.markdownDescription": "Se l’impostazione è `disabled`, Segnalazione errori Windows verrà disabilitata. Se l’impostazione è `default`, Segnalazione errori Windows verrà abilitato ma verrà disabilitato dopo il primo arresto anomalo della sessione corrente. La modifica dell’impostazione non influisce sui processi IntelliSense attualmente in esecuzione.",
|
||||
"c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "Se è `true`, con 'Rinomina simbolo' sarà richiesto un identificatore C/C++ valido.",
|
||||
"c_cpp.configuration.autocompleteAddParentheses.markdownDescription": "Se è `true`, il completamento automatico aggiungerà automaticamente `(` dopo le chiamate di funzione. In tal caso potrebbe essere aggiunto anche `)`, a seconda del valore dell'impostazione `#editor.autoClosingBrackets#`.",
|
||||
"c_cpp.configuration.filesExclude.markdownDescription": "Configurare i criteri GLOB per escludere le cartelle (e i file se `#C_Cpp.exclusionPolicy#` viene modificato). Sono specifici dell'estensione C/C++ e si aggiungono a `#files.exclude#`, ma diversamente da `#files.exclude#` si applicano anche ai percorsi esterni alla cartella dell'area di lavoro corrente e non vengono rimossi dalla visualizzazione Esplora risorse. Altre informazioni su [criteri GLOB](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options).",
|
||||
@@ -268,6 +271,7 @@
|
||||
"c_cpp.contributes.views.sshTargetsView.title": "Cpptools: destinazioni SSH",
|
||||
"c_cpp.contributes.viewsWelcome.contents": "Per altre informazioni su launch.json, vedere [Configurazione del debug C/C++](https://code.visualstudio.com/docs/cpp/launch-json-reference).",
|
||||
"c_cpp.configuration.debugShortcut.description": "Mostrare il pulsante di riproduzione \"Esegui ed esegui debug\" e l'ingranaggio \"Aggiungi configurazione di debug\" nella barra del titolo dell'editor per i file C++.",
|
||||
"c_cpp.configuration.persistVsDeveloperEnvironment.description": "Ricordare l'ultimo ambiente di sviluppo Visual Studio usato per l'area di lavoro corrente. Questa impostazione è applicabile solo per Windows.",
|
||||
"c_cpp.debuggers.pipeTransport.description": "Se presente, indica al debugger di connettersi a un computer remoto usando come pipe un altro eseguibile che inoltra l'input/output standard tra VS Code e l'eseguibile back-end del debugger abilitato per MI, ad esempio gdb.",
|
||||
"c_cpp.debuggers.pipeTransport.default.pipeProgram": "immettere il percorso assoluto per il nome del programma pipe, ad esempio '/usr/bin/ssh'.",
|
||||
"c_cpp.debuggers.pipeTransport.default.debuggerPath": "Percorso completo del debugger nel computer di destinazione, ad esempio /usr/bin/gdb.",
|
||||
@@ -416,7 +420,7 @@
|
||||
"c_cpp.debuggers.logging.category.warning.description": "Log che evidenziano un evento anomalo o imprevisto nel flusso dell'applicazione, ma non causano altrimenti l'arresto dell'esecuzione dell'applicazione.",
|
||||
"c_cpp.debuggers.logging.category.error.description": "Log che evidenziano quando il flusso corrente di esecuzione viene arrestato a causa di un errore. Devono indicare un errore nell'attività corrente, non un errore a livello di applicazione.",
|
||||
"c_cpp.debuggers.logging.category.none.description": "Non utilizzato per la scrittura di messaggi di log. Specifica che una categoria di registrazione non deve scrivere messaggi.",
|
||||
"c_cpp.walkthrough.title": "Introduzione allo sviluppo C++",
|
||||
"c_cpp.walkthrough.title": "Introduzione allo sviluppo in C++",
|
||||
"c_cpp.walkthrough.description": "Scoprire l'esperienza di sviluppo C++ avanzata di VS Code.",
|
||||
"c_cpp.walkthrough.set.up.title": "Configurare l'ambiente C++",
|
||||
"c_cpp.walkthrough.activating.description": "Attivazione dell'estensione C++ per determinare se l'ambiente C++ è stato configurato.\nAttivazione dell'estensione...",
|
||||
@@ -427,8 +431,8 @@
|
||||
"c_cpp.walkthrough.create.cpp.file.title": "Creare un file C++",
|
||||
"c_cpp.walkthrough.create.cpp.file.description": "[Apri](command:toSide:workbench.action.files.openFile) o [Crea](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D) un file C++. Assicurati di salvarlo con l'estensione \".cpp\", ad esempio \"helloworld.cpp\". \n[Crea un file C++](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D)",
|
||||
"c_cpp.walkthrough.create.cpp.file.altText": "Apre un file C++ o una cartella con un progetto C++.",
|
||||
"c_cpp.walkthrough.command.prompt.title": "Avvia dal Developer Command Prompt for VS",
|
||||
"c_cpp.walkthrough.command.prompt.description": "Nell'ambito dell'utilizzo del compilatore C++ di Microsoft Visual Studio C++, l'estensione C++ richiede di avviare VS Code dal Developer Command Prompt for VS. Seguire le istruzioni a destra per riavviare.\n[Ricarica finestra](command:workbench.action.reloadWindow)",
|
||||
"c_cpp.walkthrough.command.prompt.title": "Applicare l'ambiente di sviluppo Visual Studio",
|
||||
"c_cpp.walkthrough.command.prompt.description": "Quando si usa il compilatore Microsoft Visual Studio C++, deve essere presente l'ambiente di sviluppo Visual Studio.\n\nSeguire le istruzioni a destra per riavviare o fare clic sul pulsante seguente.\n[Imposta ambiente per sviluppatori](command:C_Cpp.SetVsDeveloperEnvironment?%22walkthrough%22)",
|
||||
"c_cpp.walkthrough.run.debug.title": "Esegui con debug il file C++",
|
||||
"c_cpp.walkthrough.run.debug.mac.description": "Aprire il file C++ e fare clic sul pulsante Riproduci nell'angolo in alto a destra dell'editor oppure premere F5 quando è presente sul file. Selezionare \"clang++ - Compila ed esegui il debug del file attivo\" da eseguire con il debugger.",
|
||||
"c_cpp.walkthrough.run.debug.linux.description": "Aprire il file C++ e fare clic sul pulsante Riproduci nell'angolo in alto a destra dell'editor oppure premere F5 quando è presente sul file. Selezionare \"g++ - Compila ed esegue il debug del file attivo\" da eseguire con il debugger.",
|
||||
|
||||
@@ -17,7 +17,12 @@
|
||||
"pre.Launch.Task": "preLaunchTask: {0}",
|
||||
"debugger.path.not.exists": "Impossibile trovare il debugger {0}. La configurazione di debug per {1} viene ignorata.",
|
||||
"build.and.debug.active.file": "compilare ed eseguire il debug del file attivo",
|
||||
"cl.exe.not.available": "{0} è utilizzabile solo quando VS Code è in esecuzione da {1}.",
|
||||
"apply.dev.env": "Applicare l'ambiente di sviluppo",
|
||||
"cl.exe.not.available": "{0} richiede l'ambiente di sviluppo Visual Studio.",
|
||||
"update.dev.env": "Aggiornare l'ambiente di sviluppo",
|
||||
"cancel": "Annulla",
|
||||
"dev.env.not.applied": "Non è possibile compilare il codice sorgente perché non è stato applicato l'ambiente di sviluppo Visual Studio.",
|
||||
"dev.env.not.found": "Non è possibile compilare il codice sorgente perché non è stato trovato il compilatore Visual C++.",
|
||||
"lldb.find.failed": "Manca la dipendenza '{0}' per l'eseguibile lldb-mi.",
|
||||
"lldb.search.paths": "Ricerca effettuata in:",
|
||||
"lldb.install.help": "Per risolvere questo problema, installare Xcode tramite Apple App Store oppure installare gli strumenti da riga di comando di Xcode eseguendo '{0}' in una finestra di terminale.",
|
||||
|
||||
@@ -30,6 +30,9 @@
|
||||
"config.not.found": "Il nome di configurazione richiesto non è stato trovato: {0}",
|
||||
"unsupported.client": "Client non supportato",
|
||||
"timed.out": "Timeout raggiunto in {0} ms.",
|
||||
"parsing.stats.large.project": "Sono stati enumerati {0} file con {1} file di origine C/C++ rilevati. Per ottenere prestazioni migliori, è possibile scegliere di escludere alcuni file.",
|
||||
"learn.more": "Altre informazioni",
|
||||
"dont.show.again": "Non visualizzare più questo messaggio",
|
||||
"update.intellisense.time": "Aggiorna ora di IntelliSense (sec): {0}",
|
||||
"configurations.received": "Configurazioni personalizzate ricevute:",
|
||||
"browse.configuration.received": "La configurazione di esplorazione personalizzata è stata ricevuta: {0}",
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"incompatible.intellisense.mode": "La modalità IntelliSense {0} non è compatibile con il percorso del compilatore.",
|
||||
"resolve.configuration.processed": "C_cpp_properties.json elaborato in {0} s",
|
||||
"failed.to.create.config.folder": "Non è stato possibile creare \"{0}\"",
|
||||
"invalid.configuration.file": "File di configurazione non valido. Nella matrice deve essere presente almeno una configurazione.",
|
||||
"unknown.properties.version": "È stato trovato un numero di versione sconosciuto in c_cpp_properties.json. Alcune funzionalità potrebbero non funzionare come previsto.",
|
||||
@@ -13,9 +14,13 @@
|
||||
"path.with.spaces": "Non è possibile trovare il percorso del compilatore contenente spazi. Se l'intenzione era includere argomenti del compilatore, racchiudi il percorso del compilatore tra doppie virgolette ({0}).",
|
||||
"cannot.find": "Non è possibile trovare: {0}",
|
||||
"path.is.not.a.file": "Il percorso non è un file: {0}",
|
||||
"resolve.includePath.took.too.long": "La valutazione della convalida del percorso di inclusione ha richiesto {0} s",
|
||||
"resolve.includePath.failed": "Non è possibile risolvere il percorso di inclusione. Errore: {0}",
|
||||
"wrapped.with.quotes": "Non aggiungere virgolette aggiuntive intorno ai percorsi.",
|
||||
"path.is.not.a.directory": "Il percorso non è una directory: {0}",
|
||||
"duplicate.name": "{0} è duplicato. Il nome della configurazione deve essere univoco.",
|
||||
"resolve.path.took.too.long": "La valutazione del percorso ha richiesto {0} s",
|
||||
"resolve.path.failed": "Non è possibile risolvere il percorso {0}. Errore: {1}",
|
||||
"multiple.paths.not.allowed": "Più percorsi non sono consentiti.",
|
||||
"multiple.paths.should.be.separate.entries": "Più percorsi devono essere voci separate in una matrice.",
|
||||
"paths.are.not.directories": "I percorsi non sono directory: {0}"
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"no.context.provided": "Nessun contesto specificato",
|
||||
"not.windows": "Il comando \"Impostare l'ambiente di sviluppo Visual Studio\" è disponibile solo in Windows",
|
||||
"error.no.vs": "Non è stata trovata un'installazione di Visual Studio con il compilatore C++",
|
||||
"operation.cancelled": "L'operazione è stata annullata",
|
||||
"no.hosts": "Nessun host trovato",
|
||||
"config.dev.env": "Configurazione dell'ambiente Developer in corso...",
|
||||
"select.vs.install": "Selezionare un'installazione di Visual Studio",
|
||||
"advanced.options": "Opzioni avanzate...",
|
||||
"advanced.options.desc": "Selezionare un host e un'architettura di destinazione specifici, la versione del set di strumenti, e così via.",
|
||||
"select.toolset": "Selezionare una versione del set di strumenti",
|
||||
"select.host.target": "Selezionare un host e un'architettura di destinazione",
|
||||
"something.wrong": "Si è verificato un problema: {0}",
|
||||
"dev.env.for": "{0} ambiente di sviluppo per {1}",
|
||||
"default.env": "Ambiente predefinito per {0}",
|
||||
"host.target": "host = {0}, destinazione = {1}"
|
||||
}
|
||||
@@ -46,7 +46,7 @@
|
||||
"aborting_tag_parse_at_root": "Interruzione dell'analisi dei tag in corrispondenza della radice",
|
||||
"unable_to_retrieve_to_reset_timestamps": "Non è possibile recuperare i record del database per reimpostare i timestamp. Errore = {0}",
|
||||
"failed_to_reset_timestamps_for": "Non è stato possibile reimpostare il timestamp per {0}. Errore = {1}",
|
||||
"no_suitable_complier": "Non sono stati trovati compilatore appropriati. Impostare \"compilerPath\" in c_cpp_properties.json.",
|
||||
"no_suitable_compiler": "Non sono stati trovati compilatore appropriati. Impostare \"compilerPath\" in c_cpp_properties.json.",
|
||||
"compiler_include_not_found": "Il percorso di inclusione del compilatore non è stato trovato: {0}",
|
||||
"intellisense_not_responding": "Il motore IntelliSense non risponde. Verrà usato il parser di tag.",
|
||||
"tag_parser_will_be_used": "Il parser di tag verrà usato per le operazioni IntelliSense in: {0}",
|
||||
|
||||
+10
-4
@@ -4,8 +4,14 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"walkthrough.windows.title.open.dev.command.prompt": "Riavvia utilizzando il {0}",
|
||||
"walkthrough.windows.background.dev.command.prompt": " Si sta usando un computer Windows con il compilatore MSVC, quindi è necessario avviare VS Code da {0} per impostare correttamente tutte le variabili di ambiente. Per riavviare usando {1}:",
|
||||
"walkthrough.open.command.prompt": "Aprire il {0} digitando \"{1}\" nel menu Start di Windows. Selezionare il {2}, che passerà automaticamente alla cartella aperta corrente.",
|
||||
"walkthrough.windows.press.f5": "Digitare \"{0}\" nel prompt dei comandi e premere INVIO. È consigliabile riavviare VS Code e tornare a questa procedura dettagliata. "
|
||||
"walkthrough.windows.title.apply.dev.env": "Applicare l'ambiente di sviluppo Visual Studio",
|
||||
"walkthrough.windows.dev.env.required": "Il compilatore Visual Studio C++ richiede che siano impostate alcune variabili di ambiente per poter compilare correttamente il codice. Se si usa un computer Windows con il compilatore Visual Studio C++, esistono due modi per assicurarsi che l'ambiente sia applicato.",
|
||||
"walkthrough.windows.do.one": " È sufficiente eseguire una delle operazioni seguenti:",
|
||||
"walkthrough.windows.run.dev.command": "Eseguire il comando {0}",
|
||||
"walkthrough.windows.set.dev.environment": "C/C++: Impostare l'ambiente di sviluppo Visual Studio",
|
||||
"walkthrough.windows.start.from.dev.command": "Avviare VS Code da {0}",
|
||||
"walkthrough.windows.relaunch.command.prompt": "Per riavviare VS Code con {0}",
|
||||
"walkthrough.close.vscode": "Chiudere l'istanza corrente di VS Code.",
|
||||
"walkthrough.open.command.prompt": "Aprire {0} digitando {1} nel menu Start di Windows e selezionare {2}.",
|
||||
"walkthrough.windows.press.f5": "Digitare {0} nel prompt dei comandi e premere INVIO. È consigliabile riavviare VS Code nella stessa area di lavoro e tornare a questa procedura dettagliata."
|
||||
}
|
||||
+1
-3
@@ -17,7 +17,5 @@
|
||||
"walkthrough.windows.note1": "Nota",
|
||||
"walkthrough.windows.note1.text": "È possibile usare il set di strumenti C++ di Visual Studio Build Tools insieme a Visual Studio Code per compilare, creare e verificare qualsiasi codebase C++, purché sia disponibile una licenza di Visual Studio valida (Community, Pro o Enterprise) usata attivamente per sviluppare la codebase C++.",
|
||||
"walkthrough.windows.open.command.prompt": "Aprire {0} digitando '{1}' nel menu Start di Windows.",
|
||||
"walkthrough.windows.check.install": "Controllare l'installazione di MSVC digitando {0} in {1}. Verranno visualizzati un messaggio di copyright, la versione e la descrizione sulla sintassi di base.",
|
||||
"walkthrough.windows.note2": "Nota",
|
||||
"walkthrough.windows.note2.text": "Per usare MSVC dalla riga di comando o da VS Code, è necessario eseguire l'applicazione da {0}. Con una shell normale, ad esempio {1}, {2} o il prompt dei comandi di Windows le variabili di ambiente del percorso necessarie non sono impostate."
|
||||
"walkthrough.windows.check.install": "Controllare l'installazione di MSVC digitando {0} in {1}. Verranno visualizzati un messaggio di copyright, la versione e la descrizione sulla sintassi di base."
|
||||
}
|
||||
@@ -12,8 +12,6 @@
|
||||
"walkthrough.windows.verify.compiler": "Verifica dell'installazione del compilatore",
|
||||
"walkthrough.windows.open.command.prompt": "Aprire {0} digitando '{1}' nel menu Start di Windows.",
|
||||
"walkthrough.windows.check.install": "Controllare l'installazione di MSVC digitando {0} in {1}. Verranno visualizzati un messaggio di copyright, la versione e la descrizione sulla sintassi di base.",
|
||||
"walkthrough.windows.note2": "Nota",
|
||||
"walkthrough.windows.note2.text": "Per usare MSVC dalla riga di comando o da VS Code, è necessario eseguire l'applicazione da {0}. Con una shell normale, ad esempio {1}, {2} o il prompt dei comandi di Windows le variabili di ambiente del percorso necessarie non sono impostate.",
|
||||
"walkthrough.windows.other.compilers": "Altre opzioni del compilatore",
|
||||
"walkthrough.windows.text3": "Se la destinazione è Linux da Windows, vedere {0}. In alternativa, è possibile {1}.",
|
||||
"walkthrough.windows.link.title1": "Uso di C++ e del sottosistema Windows per Linux (WSL) in VS Code",
|
||||
|
||||
@@ -12,8 +12,6 @@
|
||||
"walkthrough.windows.verify.compiler": "Verifica dell'installazione del compilatore",
|
||||
"walkthrough.windows.open.command.prompt": "Aprire {0} digitando '{1}' nel menu Start di Windows.",
|
||||
"walkthrough.windows.check.install": "Controllare l'installazione di MSVC digitando {0} in {1}. Verranno visualizzati un messaggio di copyright, la versione e la descrizione sulla sintassi di base.",
|
||||
"walkthrough.windows.note2": "Nota",
|
||||
"walkthrough.windows.note2.text": "Per usare MSVC dalla riga di comando o da VS Code, è necessario eseguire l'applicazione da {0}. Con una shell normale, ad esempio {1}, {2} o il prompt dei comandi di Windows le variabili di ambiente del percorso necessarie non sono impostate.",
|
||||
"walkthrough.windows.other.compilers": "Altre opzioni del compilatore",
|
||||
"walkthrough.windows.text3": "Se la destinazione è Linux da Windows, vedere {0}. In alternativa, è possibile {1}.",
|
||||
"walkthrough.windows.link.title1": "Uso di C++ e del sottosistema Windows per Linux (WSL) in VS Code",
|
||||
|
||||
@@ -42,6 +42,8 @@
|
||||
"c_cpp.command.RemoveAllCodeAnalysisProblems.title": "すべてのコード分析の問題をクリアする",
|
||||
"c_cpp.command.BuildAndDebugFile.title": "C/C++ ファイルのデバッグ",
|
||||
"c_cpp.command.BuildAndRunFile.title": "C/C++ ファイルの実行",
|
||||
"c_cpp.command.SetVsDeveloperEnvironment.title": "Visual Studio 開発環境の設定",
|
||||
"c_cpp.command.ClearVsDeveloperEnvironment.title": "Visual Studio 開発環境のクリア",
|
||||
"c_cpp.command.AddDebugConfiguration.title": "デバッグ構成の追加",
|
||||
"c_cpp.command.GenerateDoxygenComment.title": "Doxygen コメントの生成",
|
||||
"c_cpp.command.addSshTarget.title": "SSH ターゲットの追加",
|
||||
@@ -104,11 +106,11 @@
|
||||
"c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.markdownDescription": "ケース ステートメントに続く中かっこは、`#editor.tabSize#` 設定で指定された分だけインデントされます。",
|
||||
"c_cpp.configuration.vcFormat.indent.lambdaBracesWhenParameter.markdownDescription": "関数パラメーターとして使用されるラムダの中かっこは、ステートメントの先頭を基準に `#editor.tabSize#` 設定で指定された分だけインデントされます。",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.description": "goto ラベルの位置。",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.oneLeft.markdownDescription": "現在のコード インデントの左に、`#editor.tabSize#` 設定で指定された分だけ goto ラベルが配置されます",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.oneLeft.markdownDescription": "`#editor.tabSize#` 設定で指定された量だけ、現在のコードのインデントの左側に goto ラベルを配置します。",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.leftmostColumn.markdownDescription": "goto ラベルは、コードの左端に配置されます。",
|
||||
"c_cpp.configuration.vcFormat.indent.gotoLabels.none.markdownDescription": "goto ラベルは書式設定されません。",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.description": "プリプロセッサ ディレクティブの位置。",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.oneLeft.markdownDescription": "現在のコード インデントの左に、`#editor.tabSize#` 設定で指定された分だけプリプロセッサ ディレクティブが配置されています。",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.oneLeft.markdownDescription": "プリプロセッサ ディレクティブは、現在のコードのインデントから、`#editor.tabSize#` 設定で指定された量だけ左に配置されます。",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.leftmostColumn.markdownDescription": "プリプロセッサ ディレクティブは、コードの左端に配置されています。",
|
||||
"c_cpp.configuration.vcFormat.indent.preprocessor.none.markdownDescription": "プリプロセッサ ディレクティブはフォーマットされません。",
|
||||
"c_cpp.configuration.vcFormat.indent.accessSpecifiers.markdownDescription": "アクセス指定子は、クラスまたは構造体の定義を基準に `#editor.tabSize#` 設定で指定された分だけインデントされます。",
|
||||
@@ -255,6 +257,7 @@
|
||||
"c_cpp.configuration.vcpkg.enabled.markdownDescription": "[vcpkg 依存関係マネージャー](https://aka.ms/vcpkg/) の統合サービスを有効にします。",
|
||||
"c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "依存関係である場合は、`nan` および `node-addon-api` のインクルード パスを追加してください。",
|
||||
"c_cpp.configuration.copilotHover.markdownDescription": "`disabled` にすると、ホバー時に [Copilot 要約を生成] オプションは表示されません。",
|
||||
"c_cpp.configuration.windowsErrorReportingMode.markdownDescription": "`disabled` の場合、Windows エラー報告は無効になります。`default` の場合、Windows エラー報告は有効になりますが、現在のセッションで最初にクラッシュした後に無効になります。設定を変更しても、現在実行中の IntelliSense プロセスには影響しません。",
|
||||
"c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "`true` の場合、'シンボルの名前変更' には有効な C/C++ 識別子が必要です。",
|
||||
"c_cpp.configuration.autocompleteAddParentheses.markdownDescription": "`true` の場合、関数呼び出しの後に `(` が自動的に追加されます。その場合は、`#editor.autoClosingBrackets#` 設定の値に応じて、`)` も追加される場合があります。",
|
||||
"c_cpp.configuration.filesExclude.markdownDescription": "フォルダー (および `#C_Cpp.exclusionPolicy#` が変更されている場合はファイル) を除外するための glob パターンを構成します。これらは C/C++ 拡張機能に固有であり、`#files.exclude#` に加えてありますが、`#files.exclude#` とは異なり、現在のワークスペース フォルダーの外部のパスにも適用され、エクスプローラー ビューからは削除されません。[glob パターン](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) についての詳細をご確認ください。",
|
||||
@@ -268,6 +271,7 @@
|
||||
"c_cpp.contributes.views.sshTargetsView.title": "Cpptools: SSH ターゲット",
|
||||
"c_cpp.contributes.viewsWelcome.contents": "launch.json に関する詳細については、[C/C++ デバッグを構成する](https://code.visualstudio.com/docs/cpp/launch-json-reference) を参照してください。",
|
||||
"c_cpp.configuration.debugShortcut.description": "C++ ファイルのエディター タイトル バーに [実行とデバッグ] 再生ボタンと [デバッグ構成の追加] 歯車を表示します。",
|
||||
"c_cpp.configuration.persistVsDeveloperEnvironment.description": "現在のワークスペースで最後に使用した Visual Studio 開発者環境を記憶します。この設定は Windows のみで有効です。",
|
||||
"c_cpp.debuggers.pipeTransport.description": "これを指定すると、デバッガーにより、別の実行可能ファイルをパイプとして使用してリモート コンピューターに接続され、VS Code と MI 対応のデバッガー バックエンド実行可能ファイル (gdb など) との間で標準入出力が中継されます。",
|
||||
"c_cpp.debuggers.pipeTransport.default.pipeProgram": "パイプ プログラム名の完全修飾パスを入力してください (例: '/usr/bin/ssh')。",
|
||||
"c_cpp.debuggers.pipeTransport.default.debuggerPath": "対象マシン上のデバッガーへの完全なパス。例: /usr/bin/gdb。",
|
||||
@@ -310,7 +314,7 @@
|
||||
"c_cpp.debuggers.miDebuggerServerAddress.description": "接続先の MI デバッガー サーバーのネットワークアドレスです (例: localhost: 1234)。",
|
||||
"c_cpp.debuggers.useExtendedRemote.description": "ターゲットの拡張リモート モードで MI デバッガー サーバーに接続します。",
|
||||
"c_cpp.debuggers.stopAtEntry.markdownDescription": "オプションのパラメーターです。`true` の場合、デバッガーはターゲットのエントリポイントで停止します。`processId` が渡された場合、この効果はありません。",
|
||||
"c_cpp.debuggers.debugServerPath.description": "起動するデバッグ サーバーの完全なパス (省略可能)。既定値は null です。これは、\"miDebuggerServerAddress\"、または \"-target-select remote <server:port>\" を実行する \"customSetupCommand\" を含む独自のサーバーのいずれかと接合して使用されます。",
|
||||
"c_cpp.debuggers.debugServerPath.description": "起動するデバッグ サーバーの完全なパス (オプション)。既定値は null です。これは、\"miDebuggerServerAddress\" か、\"-target-select remote <server:port>\" を実行する \"customSetupCommand\" を持つ独自のサーバーの、どちらかと組み合わせて使用されます。",
|
||||
"c_cpp.debuggers.debugServerArgs.description": "デバッグ サーバー引数 (省略可能)。既定値は null です。",
|
||||
"c_cpp.debuggers.serverStarted.description": "デバッグ サーバー出力から検索する、サーバー開始のパターン (省略可能)。既定値は null です。",
|
||||
"c_cpp.debuggers.filterStdout.description": "サーバー開始のパターンを stdout ストリームから検索し、stdout をデバッグ出力にログ記録します。既定値は true です。",
|
||||
@@ -427,8 +431,8 @@
|
||||
"c_cpp.walkthrough.create.cpp.file.title": "C++ ファイルの作成",
|
||||
"c_cpp.walkthrough.create.cpp.file.description": "[開く](command:toSide:workbench.action.files.openFile) または [作成](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D) C++ ファイル。\"helloworld.cpp\" などの \".cpp\" 拡張子を使用して保存してください。\n[C++ ファイルの作成](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D)",
|
||||
"c_cpp.walkthrough.create.cpp.file.altText": "C++ ファイル または C++ プロジェクトを含むフォルダーを開きます。",
|
||||
"c_cpp.walkthrough.command.prompt.title": "Developer Command Prompt for VS から起動する",
|
||||
"c_cpp.walkthrough.command.prompt.description": "Microsoft Visual Studio C++ コンパイラを使用する場合、C++ 拡張機能では、Developer Command Prompt for VS から VS Code を起動する必要があります。右側の指示に従って再起動してください。\n[ウィンドウの再読み込み](command:workbench.action.reloadWindow)",
|
||||
"c_cpp.walkthrough.command.prompt.title": "Visual Studio開発環境を適用する",
|
||||
"c_cpp.walkthrough.command.prompt.description": "Microsoft Visual Studio C++ コンパイラを使用する場合、Visual Studio 開発者環境が存在する必要があります。\n\n右側の指示に従って再起動するか、下のボタンをクリックします。\n[開発環境の設定](command:C_Cpp.SetVsDeveloperEnvironment?%22walkthrough%22)",
|
||||
"c_cpp.walkthrough.run.debug.title": "お使いの C++ ファイルを実行してデバッグする",
|
||||
"c_cpp.walkthrough.run.debug.mac.description": "C++ ファイルを開いてエディターの右上隅にある [再生] ボタンをクリックするか、ファイル上で F5 キーを押します。デバッガーで実行するには、[clang++ - アクティブ ファイルのビルドとデバッグ] を選択します。",
|
||||
"c_cpp.walkthrough.run.debug.linux.description": "C++ ファイルを開いてエディターの右上隅にある [再生] ボタンをクリックするか、ファイル上で F5 キーを押します。デバッガーで実行するには、[g++ - アクティブ ファイルのビルドとデバッグ] を選択します。",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user