Skip to content

Commit

Permalink
Update rel from main (#3866)
Browse files Browse the repository at this point in the history
* reversed order of creating workspace browse configurations (#3758)

* reversed order of creating workspace browse configurations

* updated tests

* minimized change by only reversing fileGroups, and reverted tests

* Add clarity in the build log when builds are out of source (#3778)

* Add chesscc to the allow-list of compilers. (#3777)

Co-authored-by: snehara99 <113148726+snehara99@users.noreply.github.com>

* Fix doubling of cpack args passed by package preset (#3766)

* Remove unnecessary logging about string expansion (#3761)

* Remove unnecessary logging about string expansion

* Fix typo in var name

---------

Co-authored-by: snehara99 <113148726+snehara99@users.noreply.github.com>

* Fix UI for settings override of package presets (#3770)

* Fix UI for settings override of package presets

* Fix linter errors

* Skip full configure on variant change for multi-config generators (#3763)

* Don't fully configure after variant change for multi-config generators. Only change parameter for build and refresh IntelliSense.

* Added missing return on 'if else'

* Removed unnecessary log. No previous configure message was printed before it.'

* Run clean-configure when workflow has different configure preset than project (#3768)

* Let cmake.configureArgs overwrite the default cmake args (#3762)

Co-authored-by: snehara99 <113148726+snehara99@users.noreply.github.com>

* Handle "~" in binaryDir path (#3764)

* File system APIs don't recognize ~ in paths and because of this the extension cannot properly interpret cmake file-api jsons to list targets.

* Fix path typo

---------

Co-authored-by: snehara99 <113148726+snehara99@users.noreply.github.com>

* Warning when VS installation instance not found (#3775)

* Add warning about not found VS installation instance and suggestion to re-scan kits, at the request of developers in the community.

* Fix linter errors

---------

Co-authored-by: snehara99 <113148726+snehara99@users.noreply.github.com>

* Fix GitHub 3602, mention --build-config even for default test preset (#3779)

* Better validations that validate before running.  (#3774)

* initial commit

* add better values

* check notice and changelog before release version

* Update kits-variants doc with unsupported commands that are specific for presets (#3784)

Co-authored-by: Garrett Campbell <86264750+gcampbell-msft@users.noreply.github.com>

* colorization support in pre-release (#3794)

* colorization support in pre-release

* update changelog

* Sort CMakeLists.txt by depth (#3789)

* Sort CMakeLists.txt by depth

* Add changes to CHANGELOG.md

---------

Co-authored-by: Garrett Campbell <86264750+gcampbell-msft@users.noreply.github.com>

* Fixed string parameters and added clarification to the log message (#3787)

* Localization - Translated Strings (#3753)

Co-authored-by: Garrett Campbell <86264750+gcampbell-msft@users.noreply.github.com>

* fix schema field in v8 schema (#3809)

* Add check that limits when we -R a regex of all tests (#3814)

* fix ctest

* only try to be smart about this in the test explorer entry points

* updating comment

* add try catch in debug createRunProfile

* Localization - Translated Strings (#3816)

* Update CHANGELOG.md

* update localization for project status view and quick pick (#3810)

* fix issue with test results not found (#3823)

* update braces dependency (#3839)

* Fixes #3725 - user presets not read correctly (#3826)

* get all presets to show in inherit

* if new configure preset inherits from a user preset add to the user presets file

* todo: finish update for different types of presets

* checks for configure inherit and inherit. todo - check workflow

* cleanup + mark as isUserPreset

* undo use isuserpreset field

* cleanup and changelog

* cleanup

* rename interface

* update workflow preset to not extend preset + refactor inheritsfromuserpreset func

* remove preset class fields from workflow preset

* more workflow preset cleanup

* Fixes #3811 - checks for cmake.exe again if it wasnt present the previous time  (#3840)

checks for exe again if it wasn't present the previous time

* Tree view for tests using test suite delimiter (#3759)

* Implement treeview for tests using test suite delimiter

* Support regular expressions for delimiters

* Improve UI string

* Improve UI string

* Address CR comments

* Fix spacing

* make sure to pass entry point through

---------

Co-authored-by: Garrett Campbell <gcampbell@microsoft.com>
Co-authored-by: Garrett Campbell <86264750+gcampbell-msft@users.noreply.github.com>

* Update telemetry API to latest version. (#3843)

* presets + cmake.buildToolArgs: make sure `--` is added in all cases (#3755)

* presets + cmake.buildToolArgs: make sure `--` is added in all cases

Fixes #3754.
This issue was introduced in #3537 (cmake.buildToolsArgs was ignored for presets before).

* Update changelog

---------

Co-authored-by: Garrett Campbell <86264750+gcampbell-msft@users.noreply.github.com>

* Update CHANGELOG.md

* Fixes #3140 - Test log unavailable (#3752)

* Using \r\n as line ending

Seems like \r\n is the line ending characters in the Test Output even on systems different from win32

* Specify the test item in the call to appendOutput

Doing so allows to have the output of the test to be printed out in the left part of the "TEST RESULTS" pane when clicking on the desired test in the right part of the same pane.
Before this change we get "The test case did not report any output"

* Adds location information in the call to appendOutput.

The test object may have uri and ranges that can help localization

* Adds entry in the CHANGELOG

---------

Co-authored-by: Garrett Campbell <86264750+gcampbell-msft@users.noreply.github.com>

* Upgrade cmake_minimum_required version 3.0.0 -> 3.5.0 (#3805)

* Update cmakeProject.ts

Upgrade cmake_minimum_required version 3.0.0 -> 3.5.0

* Update CHANGELOG.md

---------

Co-authored-by: Garrett Campbell <86264750+gcampbell-msft@users.noreply.github.com>

* Add setting for deleting whole build dir when clean configuring (#3783)

* Add setting for deleting whole build dir when clean configuring

* Remove unnecessary tag in new setting in package.json

* Add changelog entry. Remove unnecessary | null from new boolean setting.

---------

Co-authored-by: Garrett Campbell <86264750+gcampbell-msft@users.noreply.github.com>

* log error for cmake exe not found (#3847)

* Fixed how we use our '--warn-unused-cli' flag (#3860)

* '--warn-unused-cli' is now used to remove the default '--no-warn-unused-cli' command instead of removing and also adding itself to the arguments

* only removed '--warn--unused-cli' instead of all initial_common_flgs

* Set useCMakePresets context after quick start (#3853)

update active proj to set userpreset context

* remove from pre-release (#3861)

* clean configures when platform differs between old and new selected kit (#3859)

* clean configures when only platform changes between kits

* updated changelog

* check toolset too

* changelog

* update changelog

* add rel to branches (#3867)

---------

Co-authored-by: snehara99 <113148726+snehara99@users.noreply.github.com>
Co-authored-by: Andreea Isac <48239328+andreeis@users.noreply.github.com>
Co-authored-by: Joan Marcè i Igual <jmigual@users.noreply.github.com>
Co-authored-by: CSIGS@microsoft.com <csigs@users.noreply.github.com>
Co-authored-by: Fatima Qarni <fatimaqarni@microsoft.com>
Co-authored-by: vinocher-bc <160914867+vinocher-bc@users.noreply.github.com>
Co-authored-by: Bob Brown <bobbrow@users.noreply.github.com>
Co-authored-by: Jeremie Allard <jeremie.allard@insimo.fr>
Co-authored-by: hippo91 <guillaume.peillex@gmail.com>
Co-authored-by: LiuZengqiang <74355935+LiuZengqiang@users.noreply.github.com>
  • Loading branch information
11 people committed Jul 3, 2024
1 parent d8c99cd commit 704dc33
Show file tree
Hide file tree
Showing 79 changed files with 1,519 additions and 1,289 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-main-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI (Linux)

on:
push:
branches: [ main ]
branches: [ main, rel ]
pull_request:
branches: [ main ]
branches: [ main, rel ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-main-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI (macOS)

on:
push:
branches: [ main ]
branches: [ main, rel ]
pull_request:
branches: [ main ]
branches: [ main, rel ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI (Windows)

on:
push:
branches: [ main ]
branches: [ main, rel ]
pull_request:
branches: [ main ]
branches: [ main, rel ]

jobs:
build:
Expand Down
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
# What's New?

## 1.18.42
## 1.18.43

Features:

- Upgrade `cmake_minimum_required` version 3.0.0 -> 3.5.0. [#3793](https://github.com/microsoft/vscode-cmake-tools/issues/3793)

Improvements:

- Add setting for deleting entire build dir when clean configuring. [#3515](https://github.com/microsoft/vscode-cmake-tools/issues/3515)

Bug Fixes:

- Fix issue "Logs are unavailable when running tests from the Test Explorer" and display properly the test output. [#3140](https://github.com/microsoft/vscode-cmake-tools/issues/3140)
- Fix issue with "Test Results Not Found" when `cmake.ctest.allowParallelJobs` is disabled. [#3798](https://github.com/microsoft/vscode-cmake-tools/issues/3798)
- Update localized strings for Project Status UI and quick pick dropdowns. [#3803](https://github.com/microsoft/vscode-cmake-tools/issues/3803), [#3802](https://github.com/microsoft/vscode-cmake-tools/issues/3802)
- Fix issue where new presets couldn't inherit from presets in CmakeUserPresets.json. These presets are now added to CmakeUserPresets.json instead of CmakePresets.json. [#3725](https://github.com/microsoft/vscode-cmake-tools/issues/3725)
- Fix issue where CMakeTools does not recheck CMake Path to see if user installed CMake after launching VS Code. [3811](https://github.com/microsoft/vscode-cmake-tools/issues/3811)
- Fix issue where `cmake.buildToolArgs` was sometimes applied incorrectly when presets are used [#3754](https://github.com/microsoft/vscode-cmake-tools/issues/3754)
- Fix issue where `preferredGenerator.platform` and `preferredGenerator.toolset` wasn't being compared between the old and new kit to trigger a clean configure on a kit selection change. [#2699](https://github.com/microsoft/vscode-cmake-tools/issues/2699)
- Still allow for users to add `--warn-unused-cli`. Now instead of overriding, it will remove our default `--no-warn-unused-cli`. [#1090](https://github.com/microsoft/vscode-cmake-tools/issues/1090)
- Ensure `useCMakePresets` context is set after making a CMakePreset.json with `Quick Start`. [#3734](https://github.com/microsoft/vscode-cmake-tools/issues/3734)

## 1.18.42

Bug Fixes:
- Fix schema validation for `$schema`. [#3809](https://github.com/microsoft/vscode-cmake-tools/pull/3809)
- Fix tests having too long of a command-line. [#3814](https://github.com/microsoft/vscode-cmake-tools/pull/3814)

Expand All @@ -30,6 +51,7 @@ Improvements:
- Add the ability to debug install targets [#532](https://github.com/microsoft/vscode-cmake-tools/issues/532)
- Add a "Don't Show Again" option in the select CMakeLists.txt.
- Log error statement if the environmentSetupScript fails. [#3566](https://github.com/microsoft/vscode-cmake-tools/issues/3566)
- Sort CMakeLists.txt by depth during selection [#3789](https://github.com/microsoft/vscode-cmake-tools/pull/3789) [@jmigual](https://github.com/jmigual)
- [Experiment] Improve CMake Tools experience when opening a folder [#3588](https://github.com/microsoft/vscode-cmake-tools/issues/3588)

Bug Fixes:
Expand Down
15 changes: 15 additions & 0 deletions docs/kits.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,21 @@ Keys:
> **Note:**
> To use Visual C++, both `visualStudio` and `visualStudioArchitecture` must be specified. Omitting either one won't work.
## Unsupported commands

The following commands are not supported when kits and variants are active:
- **CMake: Scan for Compilers**
- **CMake: Add Configure Preset**
- **CMake: Add Build Preset**
- **CMake: Add Test Preset**
- **CMake: Add Package Preset**
- **CMake: Add Workflow Preset**
- **CMake: Select Configure Preset**
- **CMake: Select Build Preset**
- **CMake: Select Test Preset**
- **CMake: Select Package Preset**
- **CMake: Select Workflow Preset**

### General options

The following additional options may be specified:
Expand Down
2 changes: 1 addition & 1 deletion i18n/chs/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"cmake-tools.configuration.cmake.revealLog.focus.description": "将显示日志,并且输出通道会占用光标焦点。",
"cmake-tools.configuration.cmake.revealLog.always.description": "将显示日志,但输出通道不会占用光标焦点。",
"cmake-tools.configuration.cmake.revealLog.never.description": "日志既不显示也不占据焦点。",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "启用导出 compile_commands.json。",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "支持导出 compile_commands.json。仅在工具包场景中使用。在预设场景中,请使用 CMakePresets.json 设置它",
"cmake-tools.configuration.cmake.useCMakePresets.description": "使用 CMakePresets.json 配置驱动器 CMake 配置、生成和测试。使用 CMakePresets.json 时,将忽略工具包、变量和 settings.json 中的某些设置。",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "允许使用 JSON 扩展,如 CMakePresets.json 中的注释。请注意,如果使用非标准 JSON,则其他 IDE 或命令行可能认为 CMakePresets.json 文件无效。",
"cmake-tools.configuration.cmake.allowUnsupportedPresetsVersions.description": "支持使用预设文件,这些文件使用的是 CMake Tools 扩展当前不支持的版本中的功能。将忽略未知属性和宏。",
Expand Down
4 changes: 2 additions & 2 deletions i18n/chs/src/expand.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"circular.variable.reference": "已找到循环变量引用: {0}",
"reached.max.recursion": "已达到最大字符串扩展递归。可能存在循环引用。",
"exception.expanding.string": "展开字符串 {0} 时出现异常: {1}",
"expand.expandstringhelper": "正在展开 {0}",
"invalid.variable.reference": "字符串中的变量引用 {0} 无效: {1}",
"command.not.supported": "命令不支持字符串: {0}",
"exception.executing.command": "对字符串执行命令 {0} 时出现异常: {1} {2}"
"exception.executing.command": "对字符串执行命令 {0} 时出现异常: {1} {2}",
"expand.expandstringhelper": "已展开 {0}"
}
2 changes: 2 additions & 0 deletions i18n/chs/src/kit.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"filed.to.check.binary": "无法按异常检查二进制文件 {0}: {1}",
"failed.to.scan.kit": "无法扫描工具包文件",
"founds.kits.in.directory": "已在目录 {1} 中找到 {0} 工具包",
"error.running.setup.script": "运行 {0} 时出错,出现: {1}",
"error.parsing.environment": "分析环境变量时出错: {0}",
"ok.running": "正常运行 {0},环境变量: {1}",
"checking.for.kit": "检查工具包: {0}",
Expand All @@ -29,6 +30,7 @@
"generator.present": "存在生成器: {0}",
"selected.preferred.generator.name": "已选择首选生成器名称: {0} {1}",
"failed.to.scan.for.kits": "无法扫描 GNU CLI Clang kits: CMake 路径未定义",
"vs.instance.not.found.run.scan.kits": "找不到工具包“{0}”的 VS 安装实例- ({1})。建议你重新扫描工具包,并删除系统上不再存在的所有用户本地条目。",
"kit.env": "工具包 {0} 的环境: {1}",
"scanning.for.kits.on.system": "正在系统上扫描工具包",
"scanning.for.kits": "正在扫描工具包",
Expand Down
1 change: 1 addition & 0 deletions i18n/chs/src/workflow.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{
"workflow.preset.not.set": "未设置工作流预设",
"no.project.found": "找不到文件夹的项目 {0}",
"workflow.configuring.clean": "正在使用工作流的 {0} 配置预设来配置干净项目。",
"workflow.configuring": "使用工作流的 {0} 配置预设来配置项目。",
"workflow.building": "使用工作流步骤的 {0} 生成预设来生成项目。",
"workflow.running.ctest": "为工作流步骤的 {0} 测试预设运行 ctest。",
Expand Down
2 changes: 1 addition & 1 deletion i18n/cht/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"cmake-tools.configuration.cmake.revealLog.focus.description": "記錄已顯示,且輸出通道取得游標焦點。",
"cmake-tools.configuration.cmake.revealLog.always.description": "記錄已顯示,但輸出通道未取得游標焦點。",
"cmake-tools.configuration.cmake.revealLog.never.description": "記錄沒有顯示,也無法取得焦點。",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "啟用匯出 compile_commands.json。",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "啟用匯出 compile_commands.json。這僅適用於套件案例。在預設案例中,請使用 CMakePresets.json 進行設定",
"cmake-tools.configuration.cmake.useCMakePresets.description": "使用 CMakePresets.json 來設定 CMake 設定、建置和測試的磁碟機。使用 CMakePresets.json 時,settings.json 中的套件、變體和某些設定會被忽略。",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "允許使用 JSON 延伸模組,例如 CMakePresets.json 中的註解。請注意,如果您使用非標準的 JSON,其他 IDE 或命令列可能會將您的 CMakePresets.json 檔案視為無效。",
"cmake-tools.configuration.cmake.allowUnsupportedPresetsVersions.description": "啟用使用來自 CMake Tools 延伸模組目前不支援之功能的預設檔案。將忽略未知的屬性和巨集。",
Expand Down
4 changes: 2 additions & 2 deletions i18n/cht/src/expand.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"circular.variable.reference": "找到循環變數參考: {0}",
"reached.max.recursion": "已達到字串展開遞迴的最大值。可能的循環參考。",
"exception.expanding.string": "展開字串 {0} 時發生例外狀況: {1}",
"expand.expandstringhelper": "正在展開 {0}",
"invalid.variable.reference": "字串中的變數參考 {0} 無效: {1}",
"command.not.supported": "字串不支援命令: {0}",
"exception.executing.command": "執行字串的命令 {0} 時發生例外狀況: {1} {2}"
"exception.executing.command": "執行字串的命令 {0} 時發生例外狀況: {1} {2}",
"expand.expandstringhelper": "已展開 {0}"
}
2 changes: 2 additions & 0 deletions i18n/cht/src/kit.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"filed.to.check.binary": "無法根據例外狀況檢查二進位 {0}: {1}",
"failed.to.scan.kit": "無法掃描套件檔案",
"founds.kits.in.directory": "在目錄 {1} 中找到 {0} 個套件",
"error.running.setup.script": "執行 {0} 時發生錯誤: {1}",
"error.parsing.environment": "剖析環境變數時發生錯誤: {0}",
"ok.running": "確定要執行 {0},環境變數: {1}",
"checking.for.kit": "正在檢查套件: {0}",
Expand All @@ -29,6 +30,7 @@
"generator.present": "產生器已存在: {0}",
"selected.preferred.generator.name": "已選取慣用產生器名稱: {0} {1}",
"failed.to.scan.for.kits": "無法掃描 GNU CLI Clang 套件: CMake 路徑未定義",
"vs.instance.not.found.run.scan.kits": "找不到套件 {0} 的 VS 安裝執行個體 - ({1})。建議您重新掃描套件,並移除系統上不再出現的任何使用者-本機專案。",
"kit.env": "套件 {0} 的環境: {1}",
"scanning.for.kits.on.system": "正在掃描系統上的套件",
"scanning.for.kits": "正在掃描套件",
Expand Down
1 change: 1 addition & 0 deletions i18n/cht/src/workflow.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{
"workflow.preset.not.set": "未設定工作流程預設",
"no.project.found": "找不到資料夾 {0} 的專案",
"workflow.configuring.clean": "正在使用工作流程的 {0} 設定預設來設定未修改的專案。",
"workflow.configuring": "正在使用工作流程的 {0} 設定預設來設定專案。",
"workflow.building": "正在使用工作流程步驟的 {0} 建置預設建置專案。",
"workflow.running.ctest": "為工作流程步驟的 {0} 測試預設執行 ctest。",
Expand Down
2 changes: 1 addition & 1 deletion i18n/csy/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"cmake-tools.configuration.cmake.revealLog.focus.description": "Zobrazí se protokol a výstupní kanál převezme fokus kurzoru.",
"cmake-tools.configuration.cmake.revealLog.always.description": "Protokol se zobrazí, ale výstupní kanál nepřevezme zaměření kurzoru.",
"cmake-tools.configuration.cmake.revealLog.never.description": "Protokol se nezobrazuje ani nepřijímá zaměření.",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Umožňuje exportovat compile_commands.json.",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Umožňuje exportovat compile_commands.json. Používá se jenom ve scénářích Sady. Ve scénářích Předvolby tuto možnost prosím nastavte pomocí CMakePresets.json",
"cmake-tools.configuration.cmake.useCMakePresets.description": "Pomocí CMakePresets.json můžete řídit konfiguraci, sestavování a testování pomocí CMaku. Když budete používat CMakePresets.json, budou se ignorovat sady, varianty a některá další nastavení v souboru settings.json.",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Povolte v CMakePresets.json používání rozšíření JSON, jako jsou třeba komentáře. Pokud použijete nestandardní JSON, ostatní prostředí IDE nebo příkazový řádek může soubor CMakePresets.json považovat za neplatný.",
"cmake-tools.configuration.cmake.allowUnsupportedPresetsVersions.description": "Povolí použití souborů předvoleb používajících funkce z verzí, které rozšíření CMake Tools aktuálně nepodporuje. Neznámé vlastnosti a makra se budou ignorovat.",
Expand Down
4 changes: 2 additions & 2 deletions i18n/csy/src/expand.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"circular.variable.reference": "Našel se cyklický odkaz na proměnnou: {0}",
"reached.max.recursion": "Dosáhlo se maximální rekurze rozšiřování řetězce. Možná vznikl cyklický odkaz.",
"exception.expanding.string": "Při rozbalování řetězce {0} došlo k výjimce: {1}",
"expand.expandstringhelper": "rozbalování {0}",
"invalid.variable.reference": "Neplatný odkaz na proměnnou {0} v řetězci: {1}",
"command.not.supported": "Pro řetězec se nepodporují příkazy: {0}",
"exception.executing.command": "Výjimka při provádění příkazu {0} pro řetězec: {1} {2}"
"exception.executing.command": "Výjimka při provádění příkazu {0} pro řetězec: {1} {2}",
"expand.expandstringhelper": "rozbaleno: {0}"
}
2 changes: 2 additions & 0 deletions i18n/csy/src/kit.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"filed.to.check.binary": "Nepovedlo se zkontrolovat binární soubor {0} podle výjimky: {1}",
"failed.to.scan.kit": "Nepovedlo se zkontrolovat soubor sady.",
"founds.kits.in.directory": "Našly se sady ({0}) v adresáři {1}.",
"error.running.setup.script": "Při spouštění {0} s {1} došlo k chybě.",
"error.parsing.environment": "Chyba při parsování proměnné prostředí: {0}",
"ok.running": "Spuštění {0} je ok, proměnné prostředí: {1}",
"checking.for.kit": "Hledá se sada: {0}.",
Expand All @@ -29,6 +30,7 @@
"generator.present": "Generátor je přítomen: {0}",
"selected.preferred.generator.name": "Název vybraného upřednostňovaného generátoru: {0} {1}",
"failed.to.scan.for.kits": "Nepovedlo se vyhledat sady Clang GNU CLI: CMake Path není definován.",
"vs.instance.not.found.run.scan.kits": "Pro sadu {0} se nenašla instance instalace VS – ({1}). Doporučujeme znovu zkontrolovat sady a také odebrat všechny položky místního uživatele, které už v systému nejsou přítomny.",
"kit.env": "Prostředí pro sady {0}: {1}",
"scanning.for.kits.on.system": "Hledají se sady v systému.",
"scanning.for.kits": "Hledají se sady.",
Expand Down
1 change: 1 addition & 0 deletions i18n/csy/src/workflow.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{
"workflow.preset.not.set": "Předvolba pracovního postupu není nastavená.",
"no.project.found": "Pro složku {0} se nenašel žádný projekt.",
"workflow.configuring.clean": "Vyčištění projektu se konfiguruje pomocí předvolby konfigurace {0} pracovního postupu.",
"workflow.configuring": "Projekt se konfiguruje pomocí předvolby konfigurace {0} pracovního postupu.",
"workflow.building": "Sestavování projektu pomocí předvolby sestavení {0} kroku pracovního postupu.",
"workflow.running.ctest": "Spouští se ctest pro předvolbu testování {0} kroku pracovního postupu.",
Expand Down
2 changes: 1 addition & 1 deletion i18n/deu/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"cmake-tools.configuration.cmake.revealLog.focus.description": "Das Protokoll wird angezeigt und der Ausgabekanal nimmt den Fokus des Cursors an.",
"cmake-tools.configuration.cmake.revealLog.always.description": "Das Protokoll wird angezeigt, aber der Ausgabekanal nimmt den Fokus des Cursors nicht an.",
"cmake-tools.configuration.cmake.revealLog.never.description": "Das Protokoll erscheint nicht und nimmt auch nicht den Fokus an.",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Ermöglicht das Exportieren von \"compile_commands.json\".",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Ermöglicht das Exportieren von \"compile_commands.json\". Dies wird nur in Kits-Szenarien verwendet. Legen Sie dies in Voreinstellungsszenarien mithilfe von CMakePresets.json",
"cmake-tools.configuration.cmake.useCMakePresets.description": "Benutzen Sie \"CMakePresets.json\", um das Konfigurieren, Erstellen und Testen von \"CMake\" zu steuern. Bei Verwendung von \"CMakePresets.json\" werden Kits, Varianten und einige Einstellungen in \"settings.json\" ignoriert.",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Hiermit wird die Verwendung von JSON-Erweiterungen, wie z. B. Kommentare in CMakePresets.json, zugelassen. Beachten Sie, dass Ihre CMakePresets.json-Datei von anderen IDEs als ungültig betrachtet werden kann, oder in der Befehlszeile, wenn Sie nicht standardmäßiges JSON verwenden.",
"cmake-tools.configuration.cmake.allowUnsupportedPresetsVersions.description": "Aktiviert die Verwendung von Voreinstellungsdateien, die Features aus den Versionen verwenden, die von der Erweiterung \"CMake Tools\" derzeit nicht unterstützt werden. Unbekannte Eigenschaften und Makros werden ignoriert.",
Expand Down
4 changes: 2 additions & 2 deletions i18n/deu/src/expand.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"circular.variable.reference": "Kreisförmiger Variablenverweis gefunden: {0}",
"reached.max.recursion": "Die maximale Rekursion für die Zeichenfolgenerweiterung wurde erreicht. Möglicher Zirkelbezug.",
"exception.expanding.string": "Ausnahme beim Erweitern der Zeichenfolge {0}: {1}",
"expand.expandstringhelper": "{0} wird erweitert",
"invalid.variable.reference": "Ungültiger Variablenverweis {0} in folgender Zeichenfolge: {1}",
"command.not.supported": "Befehle werden für die Zeichenfolge nicht unterstützt: {0}",
"exception.executing.command": "Ausnahme beim Ausführen des Befehls {0} für folgende Zeichenfolge: {1} {2}"
"exception.executing.command": "Ausnahme beim Ausführen des Befehls {0} für folgende Zeichenfolge: {1} {2}",
"expand.expandstringhelper": "{0} erweitert"
}
2 changes: 2 additions & 0 deletions i18n/deu/src/kit.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"filed.to.check.binary": "Fehler beim Überprüfen der Binärdatei {0}. Ausnahme: {1}",
"failed.to.scan.kit": "Fehler beim Überprüfen einer Kitdatei.",
"founds.kits.in.directory": "Gefunden: {0} Kits im Verzeichnis {1}",
"error.running.setup.script": "Fehler beim Ausführen von {0} mit: {1}",
"error.parsing.environment": "Fehler beim Analysieren der Umgebungsvariablen: {0}",
"ok.running": "Ausführung von {0} OK, env vars: {1}",
"checking.for.kit": "Suche nach Kit: {0}",
Expand All @@ -29,6 +30,7 @@
"generator.present": "Generator vorhanden: {0}",
"selected.preferred.generator.name": "Ausgewählter bevorzugter Generatorname: {0} {1}",
"failed.to.scan.for.kits": "Scannen nach GNU CLI-Clang-Kits nicht möglich: CMake-Pfad ist nicht definiert",
"vs.instance.not.found.run.scan.kits": "VS-Installationsinstanz für Kit \"{0}\" – ({1}) nicht gefunden. Es wird empfohlen, die Kits erneut zu überprüfen und auch alle benutzerlokalen Einträge zu entfernen, die nicht mehr im System vorhanden sind.",
"kit.env": "Die Umgebung für das Kit {0}: {1}",
"scanning.for.kits.on.system": "Es wird nach Kits auf dem System gesucht.",
"scanning.for.kits": "Es wird nach Kits gesucht.",
Expand Down
Loading

0 comments on commit 704dc33

Please sign in to comment.