|
14 | 14 | "cmake-tools.command.cmake.viewPackageSettings.title": "View the settings overriding your Package Preset", |
15 | 15 | "cmake-tools.command.cmake.selectPackagePreset.title": "Select Package Preset", |
16 | 16 | "cmake-tools.command.cmake.selectWorkflowPreset.title": "Select Workflow Preset", |
17 | | - "cmake-tools.command.cmake.viewLog.title": "Open the CMake Tools Log File", |
| 17 | + "cmake-tools.command.cmake.viewLog.title": { |
| 18 | + "message": "Open the CMake Tools Log File", |
| 19 | + "comment": [ |
| 20 | + "The text 'CMake Tools' should not be localized." |
| 21 | + ] |
| 22 | + }, |
18 | 23 | "cmake-tools.command.cmake.logDiagnostics.title": "Log Diagnostics", |
19 | 24 | "cmake-tools.command.cmake.editKits.title": "Edit User-Local CMake Kits", |
20 | 25 | "cmake-tools.command.cmake.scanForKits.title": "Scan for Kits", |
|
67 | 72 | "cmake-tools.command.cmake.selectLaunchTarget.title": "Set Launch/Debug Target", |
68 | 73 | "cmake-tools.command.cmake.stop.title": "Cancel Build", |
69 | 74 | "cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects", |
70 | | - "cmake-tools.command.cmake.resetState.title": "Reset CMake Tools Extension State (For troubleshooting)", |
| 75 | + "cmake-tools.command.cmake.resetState.title": { |
| 76 | + "message": "Reset CMake Tools Extension State (For troubleshooting)", |
| 77 | + "comment": [ |
| 78 | + "The text 'CMake Tools' should not be localized." |
| 79 | + ] |
| 80 | + }, |
71 | 81 | "cmake-tools.command.cmake.openSettings.title": "Open CMake Tools Extension Settings", |
72 | 82 | "cmake-tools.command.cmake.selectActiveFolder.title": "Select Active Folder", |
73 | 83 | "cmake-tools.command.cmake.outline.runUtilityTarget.title": "Run Utility", |
|
77 | 87 | "cmake-tools.command.cmake.outline.setLaunchTarget.title": "Set Launch/Debug Target", |
78 | 88 | "cmake-tools.command.cmake.outline.revealInCMakeLists.title": "Open CMakeLists.txt", |
79 | 89 | "cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder", |
80 | | - "cmake-tools.configuration.title": "CMake Tools configuration", |
| 90 | + "cmake-tools.configuration.title": { |
| 91 | + "message": "CMake Tools configuration", |
| 92 | + "comment": [ |
| 93 | + "The text 'CMake Tools' should not be localized." |
| 94 | + ] |
| 95 | + }, |
81 | 96 | "cmake-tools.configuration.cmake.cmakePath.description": "Name/path of the CMake executable to use.", |
82 | 97 | "cmake-tools.configuration.cmake.buildDirectory.description": "The directory where CMake build files will go.", |
83 | 98 | "cmake-tools.configuration.cmake.installPrefix.description": "The directory where CMake installed files will go.", |
|
272 | 287 | }, |
273 | 288 | "cmake-tools.configuration.cmake.launchBehavior.description": "Controls what happens with the launch terminal when you launch a target.", |
274 | 289 | "cmake-tools.configuration.cmake.automaticReconfigure.description": "Automatically configure CMake project directories when the kit or the configuration preset is changed.", |
275 | | - "cmake-tools.configuration.cmake.pinnedCommands.description":"List of CMake commands to always pin by default. These will appear in the CMake Tools sidebar 'Pinned Commands' section.", |
| 290 | + "cmake-tools.configuration.cmake.pinnedCommands.description": { |
| 291 | + "message": "List of CMake commands to always pin by default. These will appear in the CMake Tools sidebar 'Pinned Commands' section.", |
| 292 | + "comment": [ |
| 293 | + " The text 'CMake', 'CMake Tools', and 'Pinned Commands' should not be localized." |
| 294 | + ] |
| 295 | + }, |
276 | 296 | "cmake-tools.configuration.cmake.enableAutomaticKitScan.description": "Enable automatic scanning for kits when a kit isn't selected. This will only take affect when CMake Presets aren't being used.", |
277 | 297 | "cmake-tools.configuration.cmake.preRunCoverageTarget.description": "Target to build before running tests with coverage using the test explorer", |
278 | 298 | "cmake-tools.configuration.cmake.postRunCoverageTarget.description": "Target to build after running tests with coverage using the test explorer", |
|
0 commit comments