You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"cmake-tools.taskDefinitions.properties.preset.description": "CMake preset name. This is a configuration, build or test preset, based on the CMake command",
"cmake-tools.taskDefinitions.properties.options.cwd.description": "The current working directory of the executed program or script. If omitted Code's current workspace root is used.",
162
+
"cmake-tools.taskDefinitions.properties.options.environment.markdownDescription": "Environment variables in the format of \"name\": \"value\".",
163
+
"cmake-tools.taskDefinitions.properties.details.description": "Additional details of the task",
"cmake-tools.taskDefinitions.properties.preset.description": "CMake preset name. This is a configuration, build or test preset, based on the CMake command",
"cmake-tools.taskDefinitions.properties.options.cwd.description": "The current working directory of the executed program or script. If omitted Code's current workspace root is used.",
162
+
"cmake-tools.taskDefinitions.properties.options.environment.markdownDescription": "Environment variables in the format of \"name\": \"value\".",
163
+
"cmake-tools.taskDefinitions.properties.details.description": "Additional details of the task",
Copy file name to clipboardExpand all lines: i18n/csy/package.i18n.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,14 @@
153
153
"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ý.",
154
154
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "Když se nastaví na true, rozšíření nebude uživatele žádat, aby vybral soubor CMakeLists.txt pro konfiguraci, když se nějaký najde v pracovním prostoru, ale ne v kořenové složce.",
155
155
"cmake-tools.configuration.cmake.launchBehavior.description": "Určuje, co se stane se spouštěcím terminálem, když spustíte cíl.",
156
+
"cmake-tools.taskDefinitions.properties.label.description": "The name of the task",
"cmake-tools.taskDefinitions.properties.preset.description": "CMake preset name. This is a configuration, build or test preset, based on the CMake command",
"cmake-tools.taskDefinitions.properties.options.cwd.description": "The current working directory of the executed program or script. If omitted Code's current workspace root is used.",
162
+
"cmake-tools.taskDefinitions.properties.options.environment.markdownDescription": "Environment variables in the format of \"name\": \"value\".",
163
+
"cmake-tools.taskDefinitions.properties.details.description": "Additional details of the task",
156
164
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.markdownDescriptions": "Instance spouštěcího terminálu se znovu použije a cíl se spustí, jakmile bude terminál nečinný.",
157
165
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.markdownDescriptions": "Instance spouštěcího terminálu se znovu použije a před spuštěním cíle se odešle příkaz k přerušení veškerých aktivních procesů v popředí.",
158
166
"cmake-tools.configuration.cmake.launchBehavior.newTerminal.markdownDescriptions": "Vytvoří se nová instance terminál a cíl se v ní spustí. Existující terminály se automaticky nevyčistí."
0 commit comments