Address PR feedback
This commit is contained in:
Родитель
923e3f82dc
Коммит
00d977ee78
|
@ -757,7 +757,7 @@
|
|||
},
|
||||
"release": {
|
||||
"short": "Release",
|
||||
"long": "%cmake-tools.configuration.cmake.defaultVariants.buildType.reelase.long%",
|
||||
"long": "%cmake-tools.configuration.cmake.defaultVariants.buildType.release.long%",
|
||||
"buildType": "Release"
|
||||
},
|
||||
"minsize": {
|
||||
|
|
|
@ -1,35 +1,35 @@
|
|||
{
|
||||
"cmake-tools.command.cmake.viewLog.title": "Open the CMake Tools log file",
|
||||
"cmake-tools.command.cmake.editKits.title": "Edit user-local CMake kits",
|
||||
"cmake-tools.command.cmake.viewLog.title": "Open the CMake Tools Log File",
|
||||
"cmake-tools.command.cmake.editKits.title": "Edit User-Local CMake Kits",
|
||||
"cmake-tools.command.cmake.scanForKits.title": "Scan for Kits",
|
||||
"cmake-tools.command.cmake.selectKit.title": "Select a Kit",
|
||||
"cmake-tools.command.cmake.setVariant.title": "Set the current build variant",
|
||||
"cmake-tools.command.cmake.setVariant.title": "Select Variant",
|
||||
"cmake-tools.command.cmake.configure.title": "Configure",
|
||||
"cmake-tools.command.cmake.build.title": "Build",
|
||||
"cmake-tools.command.cmake.buildNamedTarget.title": "(Internal) Build a target by name",
|
||||
"cmake-tools.command.cmake.compileFile.title": "Compile File",
|
||||
"cmake-tools.command.cmake.outline.compileFile.title": "Compile This File",
|
||||
"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",
|
||||
"cmake-tools.command.cmake.install.title": "Install",
|
||||
"cmake-tools.command.cmake.buildWithTarget.title": "Build a target",
|
||||
"cmake-tools.command.cmake.setDefaultTarget.title": "Set the default build target",
|
||||
"cmake-tools.command.cmake.cleanConfigure.title": "Delete cached build settings and reconfigure",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Clean reconfigure",
|
||||
"cmake-tools.command.cmake.buildWithTarget.title": "Build Target",
|
||||
"cmake-tools.command.cmake.setDefaultTarget.title": "Set the Default Build Target",
|
||||
"cmake-tools.command.cmake.cleanConfigure.title": "Delete Cached Build Settings and Reconfigure",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Clean Reconfigure",
|
||||
"cmake-tools.command.cmake.clean.title": "Clean",
|
||||
"cmake-tools.command.cmake.cleanRebuild.title": "Clean rebuild",
|
||||
"cmake-tools.command.cmake.ctest.title": "Run tests",
|
||||
"cmake-tools.command.cmake.cleanRebuild.title": "Clean Rebuild",
|
||||
"cmake-tools.command.cmake.ctest.title": "Run Tests",
|
||||
"cmake-tools.command.cmake.editCache.title": "Edit the CMake Cache",
|
||||
"cmake-tools.command.cmake.quickStart.title": "Quick Start",
|
||||
"cmake-tools.command.cmake.debugTarget.title": "Debug Target",
|
||||
"cmake-tools.command.cmake.launchTarget.title": "Execute the current target without a debugger",
|
||||
"cmake-tools.command.cmake.launchTarget.title": "Execute the Current Target Without a Debugger",
|
||||
"cmake-tools.command.cmake.selectLaunchTarget.title": "Select a Target to Debug",
|
||||
"cmake-tools.command.cmake.stop.title": "Stop the currently running CMake/Build process",
|
||||
"cmake-tools.command.cmake.outline.stop.title": "Stop current build",
|
||||
"cmake-tools.command.cmake.resetState.title": "Reset CMake Tools extension state (For troubleshooting)",
|
||||
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Run utility",
|
||||
"cmake-tools.command.cmake.outline.debugTarget.title": "Run with debugger",
|
||||
"cmake-tools.command.cmake.outline.launchTarget.title": "Run in terminal",
|
||||
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Set as default target",
|
||||
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Set as launch/debug target",
|
||||
"cmake-tools.command.cmake.stop.title": "Stop the Currently Running CMake/Build Process",
|
||||
"cmake-tools.command.cmake.outline.stop.title": "Stop Current Build",
|
||||
"cmake-tools.command.cmake.resetState.title": "Reset CMake Tools Extension State (For troubleshooting)",
|
||||
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Run Utility",
|
||||
"cmake-tools.command.cmake.outline.debugTarget.title": "Run with Debugger",
|
||||
"cmake-tools.command.cmake.outline.launchTarget.title": "Run in Terminal",
|
||||
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Set as Default Target",
|
||||
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Set as Launch/Debug Target",
|
||||
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "Open CMakeLists.txt",
|
||||
"cmake-tools.configuration.title": "CMake Tools configuration",
|
||||
"cmake-tools.configuration.cmake.cmakePath.description": "Name/path of the CMake executable to use",
|
||||
|
@ -40,7 +40,7 @@
|
|||
"cmake-tools.configuration.cmake.buildBeforeRun.description": "Build the target before running it.",
|
||||
"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 an cache-initializing CMake file",
|
||||
"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)",
|
||||
|
@ -51,7 +51,7 @@
|
|||
"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",
|
||||
"cmake-tools.configuration.cmake.parallelJobs.description": "The number of parallel build jobs. Use zero to automatically detect the number of CPUs.",
|
||||
"cmake-tools.configuration.cmake.ctestPath.description": "Path to CTest executable. If null, will be inference from cmake.cmakePath (recommended to leave null)",
|
||||
"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",
|
||||
"cmake-tools.configuration.cmake.enabledOutputParsers.description": "Output parsers to use. Supported parsers 'cmake', 'gcc', 'gnuld' for GNULD-style inker output, 'msvc' for Microsoft Visual C++, and 'ghs' for the Green Hills compiler with --no_wrap_diagnostics --brief_diagnostics",
|
||||
|
@ -71,10 +71,10 @@
|
|||
"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": "Emit debug information without performing optimizations",
|
||||
"cmake-tools.configuration.cmake.defaultVariants.buildType.reelase.long": "Enable optimizations, omit debug info",
|
||||
"cmake-tools.configuration.cmake.defaultVariants.buildType.minsize.long": "Optimize for smallest binary size",
|
||||
"cmake-tools.configuration.cmake.defaultVariants.buildType.reldeb.long": "Perform optimizations AND include debugging information",
|
||||
"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",
|
||||
"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",
|
||||
|
@ -88,7 +88,7 @@
|
|||
"cmake-tools.configuration.cmake.configureOnOpen.description": "Automatically configure CMake project directories when they are opened",
|
||||
"cmake-tools.configuration.cmake.useCMakeServer.description": "Enable CMake server",
|
||||
"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.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)",
|
||||
"cmake-tools.configuration.views.cmake.folders.description": "Folders",
|
||||
|
|
Загрузка…
Ссылка в новой задаче