|
46 | 46 | "cmake-tools.command.cmake.cleanConfigureWithDebugger.title": "Odstranění mezipaměti a překonfigurování pomocí ladicího programu CMake", |
47 | 47 | "cmake-tools.command.cmake.cleanConfigureAll.title": "Vymazat mezipaměť a překonfigurovat všechny projekty", |
48 | 48 | "cmake-tools.command.cmake.cleanConfigureAllWithDebugger.title": "Odstranění mezipaměti a překonfigurování všech projektů pomocí ladicího programu CMake", |
| 49 | + "cmake-tools.command.cmake.fullCleanConfigure.title": "Delete Build Directory and Reconfigure", |
| 50 | + "cmake-tools.command.cmake.fullCleanConfigureAll.title": "Delete Build Directory and Reconfigure All Projects", |
| 51 | + "cmake-tools.command.cmake.outline.fullCleanConfigureAll.title": "Full Clean Reconfigure All Projects", |
49 | 52 | "cmake-tools.command.cmake.editCacheUI.title": "Upravit mezipaměť CMake (uživatelské rozhraní)", |
50 | 53 | "cmake-tools.command.cmake.outline.cleanConfigure.title": "Vymazat a znovu nakonfigurovat", |
51 | 54 | "cmake-tools.command.cmake.outline.cleanConfigureWithDebugger.title": "Vyčištění a překonfigurování pomocí ladicího programu CMake", |
|
58 | 61 | "cmake-tools.command.cmake.cleanConfigureAndBuild.title": "Odstranit mezipaměť, překonfigurovat a sestavit", |
59 | 62 | "cmake-tools.command.cmake.cleanConfigureAndBuildAll.title": "Odstranit mezipaměť, překonfigurovat a sestavit všechny projekty", |
60 | 63 | "cmake-tools.command.cmake.outline.cleanConfigureAndBuildAll.title": "Vymazat a znovu nakonfigurovat a sestavit všechny projekty", |
| 64 | + "cmake-tools.command.cmake.fullCleanConfigureAndBuild.title": "Delete Build Directory, Reconfigure and Build", |
| 65 | + "cmake-tools.command.cmake.fullCleanConfigureAndBuildAll.title": "Delete Build Directory, Reconfigure and Build All Projects", |
| 66 | + "cmake-tools.command.cmake.outline.fullCleanConfigureAndBuildAll.title": "Full Clean Reconfigure and Build All Projects", |
61 | 67 | "cmake-tools.command.cmake.ctest.title": "Spustit testy", |
62 | 68 | "cmake-tools.command.cmake.ctestAll.title": "Spustit testy pro všechny projekty", |
63 | 69 | "cmake-tools.command.cmake.cpack.title": "Spustit CPack", |
|
139 | 145 | "cmake-tools.configuration.cmake.additionalBuildProblemMatchers.severity.fixed": "Pevně nastavená úroveň závažnosti, která se použije pro všechny shody tohoto vzoru.", |
140 | 146 | "cmake-tools.configuration.cmake.additionalBuildProblemMatchers.message": "Index skupiny zachycení pro diagnostickou zprávu. Výchozí hodnota je `3`.", |
141 | 147 | "cmake-tools.configuration.cmake.additionalBuildProblemMatchers.code": "Index skupiny zachycení pro volitelný diagnostický kód.", |
142 | | - "cmake-tools.configuration.cmake.debugConfig.description": "Konfigurace ladění, která se má použít při ladění cíle", |
| 148 | + "cmake-tools.configuration.cmake.debugConfig.description": "The debug configuration to use when debugging a target. When `type` is specified, the auto-detected debugger configuration is skipped and only a minimal base configuration (program, cwd, name) is generated from the target. All other properties are applied from this setting, allowing full control over the debug launch configuration for any debug adapter.", |
| 149 | + "cmake-tools.configuration.cmake.debugConfig.type.description": "The debug adapter type to use (e.g., `cppdbg`, `cppvsdbg`, `lldb`, `codelldb`). When set, skips the automatic debugger detection from the CMake cache and uses this type directly. Any additional properties required by the debug adapter can be added to `#cmake.debugConfig#`.", |
143 | 150 | "cmake-tools.configuration.cmake.debugConfig.symbolSearchPath.description": "Cesty pro hledání symbolů ladicího programu sady Visual Studio", |
144 | 151 | "cmake-tools.configuration.cmake.debugConfig.additionalSOLibSearchPath.description": "Cesty pro GDB nebo LLDB, kde se mají hledat soubory .so", |
145 | 152 | "cmake-tools.configuration.cmake.debugConfig.externalConsole.description": "Spustit externí konzolu pro program", |
|
0 commit comments