2019-09-06 01:30:41 +03:00
{
2021-04-12 19:48:08 +03:00
"cmake-tools.command.cmake.openCMakePresets.title" : "Open CMakePresets.json" ,
"cmake-tools.command.cmake.addConfigurePreset.title" : "Add Configure Preset" ,
"cmake-tools.command.cmake.addBuildPreset.title" : "Add Build Preset" ,
"cmake-tools.command.cmake.addTestPreset.title" : "Add Test Preset" ,
"cmake-tools.command.cmake.selectConfigurePreset.title" : "Select Configure Preset" ,
"cmake-tools.command.cmake.selectBuildPreset.title" : "Select Build Preset" ,
"cmake-tools.command.cmake.selectTestPreset.title" : "Select Test Preset" ,
2019-09-06 20:33:34 +03:00
"cmake-tools.command.cmake.viewLog.title" : "Open the CMake Tools Log File" ,
"cmake-tools.command.cmake.editKits.title" : "Edit User-Local CMake Kits" ,
2019-09-06 01:30:41 +03:00
"cmake-tools.command.cmake.scanForKits.title" : "Scan for Kits" ,
2021-04-12 19:48:08 +03:00
"cmake-tools.command.cmake.scanForCompilers.title" : "Scan for Compilers" ,
2019-09-06 01:30:41 +03:00
"cmake-tools.command.cmake.selectKit.title" : "Select a Kit" ,
2019-09-06 20:33:34 +03:00
"cmake-tools.command.cmake.setVariant.title" : "Select Variant" ,
2020-01-17 00:31:31 +03:00
"cmake-tools.command.cmake.setVariantAll.title" : "Select Variant for All Projects" ,
2019-09-06 01:30:41 +03:00
"cmake-tools.command.cmake.configure.title" : "Configure" ,
2020-01-17 00:31:31 +03:00
"cmake-tools.command.cmake.configureAll.title" : "Configure All Projects" ,
2019-09-06 01:30:41 +03:00
"cmake-tools.command.cmake.build.title" : "Build" ,
2020-01-17 00:31:31 +03:00
"cmake-tools.command.cmake.buildAll.title" : "Build All Projects" ,
2019-09-06 20:33:34 +03:00
"cmake-tools.command.cmake.buildNamedTarget.title" : "(Internal) Build a Target by Name" ,
"cmake-tools.command.cmake.compileFile.title" : "Compile Active File" ,
"cmake-tools.command.cmake.outline.compileFile.title" : "Compile File" ,
2019-09-06 01:30:41 +03:00
"cmake-tools.command.cmake.install.title" : "Install" ,
2020-01-17 00:31:31 +03:00
"cmake-tools.command.cmake.installAll.title" : "Install All Projects" ,
2019-09-06 20:33:34 +03:00
"cmake-tools.command.cmake.buildWithTarget.title" : "Build Target" ,
2019-09-07 03:50:07 +03:00
"cmake-tools.command.cmake.setDefaultTarget.title" : "Set Build Target" ,
2019-09-24 20:30:16 +03:00
"cmake-tools.command.cmake.cleanConfigure.title" : "Delete Cache and Reconfigure" ,
2020-01-17 00:31:31 +03:00
"cmake-tools.command.cmake.cleanConfigureAll.title" : "Delete Cache and Reconfigure All Projects" ,
2021-03-02 22:55:09 +03:00
"cmake-tools.command.cmake.editCacheUI.title" : "Edit CMake Cache (UI)" ,
2019-09-06 20:33:34 +03:00
"cmake-tools.command.cmake.outline.cleanConfigure.title" : "Clean Reconfigure" ,
2020-01-17 00:31:31 +03:00
"cmake-tools.command.cmake.outline.cleanConfigureAll.title" : "Clean Reconfigure All Projects" ,
2019-09-06 01:30:41 +03:00
"cmake-tools.command.cmake.clean.title" : "Clean" ,
2020-01-17 00:31:31 +03:00
"cmake-tools.command.cmake.cleanAll.title" : "Clean All Projects" ,
2019-09-06 20:33:34 +03:00
"cmake-tools.command.cmake.cleanRebuild.title" : "Clean Rebuild" ,
2020-01-17 00:31:31 +03:00
"cmake-tools.command.cmake.cleanRebuildAll.title" : "Clean Rebuild All Projects" ,
2019-09-06 20:33:34 +03:00
"cmake-tools.command.cmake.ctest.title" : "Run Tests" ,
2020-01-17 00:31:31 +03:00
"cmake-tools.command.cmake.ctestAll.title" : "Run Tests for All Projects" ,
2019-09-07 03:50:07 +03:00
"cmake-tools.command.cmake.editCache.title" : "Edit CMake Cache" ,
2019-09-06 01:30:41 +03:00
"cmake-tools.command.cmake.quickStart.title" : "Quick Start" ,
2019-09-24 20:30:16 +03:00
"cmake-tools.command.cmake.debugTarget.title" : "Debug" ,
2020-01-17 00:31:31 +03:00
"cmake-tools.command.cmake.debugTargetAll.title" : "Debug All Projects" ,
2019-09-07 03:50:07 +03:00
"cmake-tools.command.cmake.launchTarget.title" : "Run Without Debugging" ,
2020-01-17 00:31:31 +03:00
"cmake-tools.command.cmake.launchTargetAll.title" : "Run All Projects Without Debugging" ,
2019-09-07 03:50:07 +03:00
"cmake-tools.command.cmake.selectLaunchTarget.title" : "Set Debug Target" ,
2019-09-24 20:30:16 +03:00
"cmake-tools.command.cmake.stop.title" : "Cancel Build" ,
2020-01-17 00:31:31 +03:00
"cmake-tools.command.cmake.stopAll.title" : "Cancel Build for All Projects" ,
2019-09-06 20:33:34 +03:00
"cmake-tools.command.cmake.resetState.title" : "Reset CMake Tools Extension State (For troubleshooting)" ,
2020-01-17 00:31:31 +03:00
"cmake-tools.command.cmake.selectActiveFolder.title" : "Select Active Folder" ,
2019-09-06 20:33:34 +03:00
"cmake-tools.command.cmake.outline.runUtilityTarget.title" : "Run Utility" ,
2019-09-24 20:30:16 +03:00
"cmake-tools.command.cmake.outline.debugTarget.title" : "Debug" ,
2019-09-06 20:33:34 +03:00
"cmake-tools.command.cmake.outline.launchTarget.title" : "Run in Terminal" ,
2019-09-24 20:30:16 +03:00
"cmake-tools.command.cmake.outline.setDefaultTarget.title" : "Set as Build Target" ,
2019-09-06 20:33:34 +03:00
"cmake-tools.command.cmake.outline.setLaunchTarget.title" : "Set as Launch/Debug Target" ,
2019-09-06 01:30:41 +03:00
"cmake-tools.command.cmake.outline.revealInCMakeLists.title" : "Open CMakeLists.txt" ,
2020-01-17 00:31:31 +03:00
"cmake-tools.command.cmake.folders.setActiveFolder.title" : "Set Active Folder" ,
2019-09-06 01:30:41 +03:00
"cmake-tools.configuration.title" : "CMake Tools configuration" ,
2019-09-07 03:50:07 +03:00
"cmake-tools.configuration.cmake.cmakePath.description" : "Name/path of the CMake executable to use." ,
"cmake-tools.configuration.cmake.buildDirectory.description" : "The directory where CMake build files will go." ,
2019-09-06 01:30:41 +03:00
"cmake-tools.configuration.cmake.installPrefix.description" : "The directory where CMake installed files will go." ,
2019-09-07 03:50:07 +03:00
"cmake-tools.configuration.cmake.sourceDirectory.description" : "The directory of the root CMakeLists.txt file." ,
"cmake-tools.configuration.cmake.saveBeforeBuild.description" : "Save open files before building." ,
2019-09-06 01:30:41 +03:00
"cmake-tools.configuration.cmake.buildBeforeRun.description" : "Build the target before running it." ,
2019-09-07 03:50:07 +03:00
"cmake-tools.configuration.cmake.clearOutputBeforeBuild.description" : "Clear build output before each build." ,
"cmake-tools.configuration.cmake.configureSettings.description" : "CMake variables to set on the command line." ,
"cmake-tools.configuration.cmake.cacheInit.string.description" : "Path to a cache-initializing CMake file." ,
"cmake-tools.configuration.cmake.cacheInit.array.description" : "List of cache initializer files." ,
"cmake-tools.configuration.cmake.cacheInit.array.string.description" : "A cache initializing CMake file." ,
"cmake-tools.configuration.cmake.preferredGenerators.description" : "The preferred CMake generator(s) to use when configuring (tried in order of listing)." ,
"cmake-tools.configuration.cmake.generator.description" : "The CMake generator to use." ,
"cmake-tools.configuration.cmake.toolset.description" : "The CMake toolset to use when configuring." ,
"cmake-tools.configuration.cmake.platform.description" : "The CMake platform to use when configuring." ,
"cmake-tools.configuration.cmake.configureArgs.description" : "Additional arguments to pass to CMake when configuring." ,
"cmake-tools.configuration.cmake.buildArgs.description" : "Additional arguments to pass to CMake when building." ,
"cmake-tools.configuration.cmake.buildToolArgs.description" : "Additional arguments to pass to the underlying build tool when building." ,
2019-09-06 01:30:41 +03:00
"cmake-tools.configuration.cmake.parallelJobs.description" : "The number of parallel build jobs. Use zero to automatically detect the number of CPUs." ,
2019-09-07 03:50:07 +03:00
"cmake-tools.configuration.cmake.ctestPath.description" : "Path to CTest executable. If null, will be inferred from cmake.cmakePath (recommended to leave null)." ,
"cmake-tools.configuration.cmake.ctest.parallelJobs.description" : "The number of parallel test jobs. Use zero to use the value of cmake.parallelJobs." ,
"cmake-tools.configuration.cmake.parseBuildDiagnostics.description" : "Parse compiler output for warnings and errors." ,
2020-07-16 01:20:55 +03:00
"cmake-tools.configuration.cmake.enabledOutputParsers.description" : "Output parsers to use. Supported parsers 'cmake', 'gcc', 'gnuld' for GNULD-style linker output, 'msvc' for Microsoft Visual C++, 'ghs' for the Green Hills compiler with --no_wrap_diagnostics --brief_diagnostics, and 'diab' for the Wind River Diab compiler." ,
2019-09-07 03:50:07 +03:00
"cmake-tools.configuration.cmake.debugConfig.description" : "The debug configuration to use when debugging a target." ,
"cmake-tools.configuration.cmake.debugConfig.symbolSearchPath.description" : "Visual Studio debugger symbol search paths." ,
"cmake-tools.configuration.cmake.debugConfig.additionalSOLibSearchPath.description" : "Paths for GDB or LLDB to search for .so files." ,
"cmake-tools.configuration.cmake.debugConfig.externalConsole.description" : "Launch an external console for the program." ,
"cmake-tools.configuration.cmake.debugConfig.logging.description" : "Tell what types of messages should be logged to the console." ,
"cmake-tools.configuration.cmake.debugConfig.visualizerFile.description" : ".natvis file to be used when debugging." ,
"cmake-tools.configuration.cmake.debugConfig.args.description" : "Arguments to pass to program command line." ,
"cmake-tools.configuration.cmake.debugConfig.cwd.description" : "Set the working directory for the program." ,
"cmake-tools.configuration.cmake.debugConfig.environment.name.description" : "Name of environment variable." ,
"cmake-tools.configuration.cmake.debugConfig.environment.value.description" : "Value for the environment variable." ,
"cmake-tools.configuration.cmake.debugConfig.miDebuggerPath.description" : "Path to gdb or lldb debugger." ,
"cmake-tools.configuration.cmake.debugConfig.stopAtEntry.description" : "Stop at the entry point of the target." ,
"cmake-tools.configuration.cmake.debugConfig.setupCommands.description" : "Command to set up gdb or lldb." ,
"cmake-tools.configuration.cmake.debugConfig.setupCommands.text.description" : "Command to run." ,
"cmake-tools.configuration.cmake.debugConfig.setupCommands.description.description" : "Description of the command." ,
"cmake-tools.configuration.cmake.defaultVariants.buildType.description" : "The build type." ,
"cmake-tools.configuration.cmake.defaultVariants.buildType.debug.long" : "Disable optimizations - include debug information." ,
"cmake-tools.configuration.cmake.defaultVariants.buildType.release.long" : "Optimize for speed - exclude debug information." ,
"cmake-tools.configuration.cmake.defaultVariants.buildType.minsize.long" : "Optimize for smallest binary size - exclude debug information." ,
"cmake-tools.configuration.cmake.defaultVariants.buildType.reldeb.long" : "Optimize for speed - include debug information." ,
"cmake-tools.configuration.cmake.ctestArgs.description" : "Arguments to pass to CTest." ,
2021-04-01 23:49:05 +03:00
"cmake-tools.configuration.cmake.ctestDefaultArgs.description" : "Arguments passed by default to CTest." ,
2019-09-07 03:50:07 +03:00
"cmake-tools.configuration.cmake.environment.description" : "Environment variables to set when running CMake commands." ,
"cmake-tools.configuration.cmake.environment.additionalProperties.description" : "Value for the environment variable." ,
"cmake-tools.configuration.cmake.configureEnvironment.description" : "Environment variables to pass to CMake during configure." ,
"cmake-tools.configuration.cmake.buildEnvironment.description" : "Environment variables to pass to CMake during build." ,
"cmake-tools.configuration.cmake.testEnvironment.description" : "Environment variables to pass to CTest." ,
"cmake-tools.configuration.cmake.mingwSearchDirs.description" : "Directories where MinGW may be installed." ,
"cmake-tools.configuration.cmake.searchDirs.items.description" : "Path to a directory." ,
"cmake-tools.configuration.cmake.emscriptenSearchDirs.description" : "Directories where Emscripten may be installed." ,
"cmake-tools.configuration.cmake.copyCompileCommands.description" : "Copy compile_commands.json to this location after a successful configure." ,
"cmake-tools.configuration.cmake.configureOnOpen.description" : "Automatically configure CMake project directories when they are opened." ,
2020-06-17 22:23:31 +03:00
"cmake-tools.configuration.cmake.configureOnEdit.description" : "Automatically configure CMake project directories when cmake.sourceDirectory or CMakeLists.txt content are saved." ,
2020-10-07 17:13:30 +03:00
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description" : "Set CMAKE_BUILD_TYPE also on multi config generators" ,
2020-05-07 04:43:10 +03:00
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description" : "Skip over the configure process if cache is present." ,
2020-01-29 03:43:56 +03:00
"cmake-tools.configuration.cmake.cmakeCommunicationMode" : "The protocol used to communicate between the extension and CMake" ,
2019-09-07 03:50:07 +03:00
"cmake-tools.configuration.cmake.ignoreKitEnv.description" : "Do not use the kit environment variables when running CMake commands." ,
"cmake-tools.configuration.cmake.buildTask.description" : "Build using tasks.json instead of internal process." ,
"cmake-tools.configuration.cmake.outputLogEncoding.description" : "Encoding of the output from external commands (eg.cmake -- build)." ,
"cmake-tools.configuration.cmake.enableTraceLogging.description" : "Enable trace logging to file and console (very noisy)." ,
2020-11-06 20:18:04 +03:00
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description" : "Select active folder automatically." ,
"cmake-tools.configuration.cmake.touchbar.visibility.description" : "Configures how the extension displays the buttons on a MacBook Touch Bar" ,
"cmake-tools.configuration.cmake.touchbar.visibility.default.description" : "Show Touch Bar buttons on supported systems." ,
"cmake-tools.configuration.cmake.touchbar.visibility.hidden.description" : "Do not show Touch Bar buttons." ,
"cmake-tools.configuration.cmake.statusbar.visibility.description" : "Configures how the extension displays the buttons in the status bar." ,
2020-05-06 09:13:29 +03:00
"cmake-tools.configuration.cmake.statusbar.advanced.description" : "Configures the settings for individual status bar buttons. These settings overwrite the more general 'cmake.statusbar.visibility' setting." ,
2020-11-06 20:18:04 +03:00
"cmake-tools.configuration.cmake.statusbar.advanced.visibility.description" : "Configures how the extension displays this button in the status bar." ,
"cmake-tools.configuration.cmake.statusbar.advanced.ctest.color.description" : "Enables a change in color for this button depending on test results." ,
2020-05-06 09:13:29 +03:00
"cmake-tools.configuration.cmake.statusbar.advanced.length.description" : "Configures the maximum length of visible text in 'compact' mode." ,
2019-09-06 01:30:41 +03:00
"cmake-tools.configuration.views.cmake.folders.description" : "Folders" ,
2020-11-18 05:40:51 +03:00
"cmake-tools.configuration.views.cmake.outline.description" : "Project Outline" ,
2021-03-18 02:05:04 +03:00
"cmake-tools.configuration.cmake.additionalKits.description" : "Array of paths to custom kit files" ,
2021-04-12 19:48:08 +03:00
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description" : "Enables exporting compile_commands.json." ,
"cmake-tools.configuration.cmake.useCMakePresets.description" : "Use CMakePresets.json to configure drive CMake configure, build, and test. When using CMakePresets.json, kits, variants, and some settings in settings.json will be ignored."
2019-09-06 01:30:41 +03:00
}