|
248 | 248 | "cmake-tools.configuration.cmake.automaticReconfigure.description": "Hiermit werden CMake-Projektverzeichnisse automatisch konfiguriert, wenn das Kit oder die Konfigurationsvoreinstellung geändert wird.", |
249 | 249 | "cmake-tools.configuration.cmake.pinnedCommands.description": "Liste der CMake-Befehle, die standardmäßig immer angeheftet werden sollen. Diese werden im Abschnitt \"Angeheftete Befehle\" in der Randleiste von CMake Tools angezeigt.", |
250 | 250 | "cmake-tools.configuration.cmake.enableAutomaticKitScan.description": "Aktivieren Sie die automatische Überprüfung für Kits, wenn kein Kit ausgewählt ist. Dies wird nur wirksam, wenn keine CMake-Voreinstellungen verwendet werden.", |
| 251 | + "cmake-tools.configuration.cmake.removeStaleKitsOnScan.description": "Remove compiler-based kits from the user kits file during a full kit scan when they are no longer rediscovered. Set \"keep\": true in a kit entry to preserve it.", |
251 | 252 | "cmake-tools.configuration.cmake.enableLanguageServices.description": "Aktivieren Sie Sprachdienste für CMake-Dateien. Dadurch werden Syntaxhervorhebung, Codeabschluss und andere Features aktiviert.", |
252 | 253 | "cmake-tools.configuration.cmake.preRunCoverageTarget.description": "Ziel, das vor dem Ausführen von Tests mit Abdeckung mithilfe des Test-Explorers erstellt werden soll", |
253 | 254 | "cmake-tools.configuration.cmake.postRunCoverageTarget.description": "Ziel, das nach dem Ausführen von Tests mit Abdeckung mithilfe des Test-Explorers erstellt werden soll", |
|
285 | 286 | "cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.markdownDescriptions": "Die Startterminalinstanz wird wiederverwendet, und ein `break`-Befehl wird gesendet, um jeden aktiven Vordergrundprozess vor dem Starten des Ziels zu beenden.", |
286 | 287 | "cmake-tools.configuration.cmake.launchBehavior.newTerminal.markdownDescriptions": "Eine neue Terminalinstanz wird erstellt, und das Ziel wird darin gestartet. Vorhandene Terminals werden nicht automatisch bereinigt.", |
287 | 288 | "cmake-tools.configuration.cmake.loadCompileCommands.description": "Steuert, ob die Erweiterung compile_commands.json liest, um die Kompilierung einzelner Dateien zu ermöglichen.", |
| 289 | + "cmake-tools.configuration.cmake.outlineViewType.description": "Project Outline View`s type. Available options are: \"list\" and \"tree\".", |
288 | 290 | "cmake-tools.command.cmake.projectStatus.update.title": "Projektstatus aktualisieren", |
289 | 291 | "cmake-tools.command.cmake.pinnedCommands.add.title": "CMake-Befehl zum Anheften hinzufügen", |
290 | 292 | "cmake-tools.command.cmake.pinnedCommands.remove.title": "Befehl lösen", |
|
0 commit comments