{
	"messages": [
		"Default Configuration",
		"Select a configuration",
		"Debugger of type: '{0}' is only available on Windows. Use type: '{1}' on the current OS platform.",
		"The key '{0}' is deprecated. Please use '{1}' instead.",
		"More Info",
		"Unable to locate 'LLDB.framework' for lldb-mi. Please install XCode or XCode Command Line Tools.",
		"Launch configuration:",
		"'deploySteps' require VS Code 1.69+.",
		"Running deploy steps...",
		"Unable to find {0}. {1} task is ignored.",
		"preLaunchTask: {0}",
		"Unable to find the {0} debugger. The debug configuration for {1} is ignored.",
		"preLaunchTask: {0}",
		"build and debug active file",
		"Apply Developer Environment",
		"{0} requires the Visual Studio developer environment.",
		"Update Developer Environment",
		"{0} requires the Visual Studio developer environment to be updated.",
		"Cancel",
		"The source code could not be built because the Visual Studio developer environment was not applied.",
		"The source code could not be built because the Visual C++ compiler could not be found.",
		"Missing dependency '{0}' for lldb-mi executable.",
		"Searched in:",
		"To resolve this issue, either install XCode through the Apple App Store or install the XCode Command Line Tools by running '{0}' in a Terminal window.",
		"Failed to use {0}. Reason: {1}",
		"Replacing {0} '{1}' with '{2}'.",
		"Replacing {0} '{1}' with '{2}'.",
		"Replacing {0} '{1}' with '{2}'.",
		"Resolving variables in {0}...",
		"Open {0}",
		"Recently Used Task",
		"Configured Task",
		"Detected Task",
		"Cannot build and debug because the active file is not a C or C++ source file.",
		"No compiler found",
		"Select a debug configuration",
		"\"args\" in command deploy step must be an array.",
		"\"host\", \"files\", and \"targetDir\" are required in {0} steps.",
		"\"files\" must be a string or an array of strings in {0} steps.",
		"\"host\" and \"command\" are required for ssh steps.",
		"\"command\" is required for shell steps.",
		"Deploy step type {0} is not supported.",
		"Unexpected OS type",
		"full path to pipe program such as {0}",
		"Enable pretty-printing for {0}",
		"Set Disassembly Flavor to {0}",
		"Enable pretty-printing for {0}",
		"Set Disassembly Flavor to {0}"
	],
	"keys": [
		"default.configuration.menuitem",
		"select.configuration",
		"debugger.not.available",
		"debugger.deprecated.config",
		"lldb.framework.install.xcode",
		"lldb.framework.not.found",
		"debugger.launchConfig",
		"vs.code.1.69+.required",
		"running.deploy.steps",
		"compiler.path.not.exists",
		"pre.Launch.Task",
		"debugger.path.not.exists",
		"pre.Launch.Task",
		"build.and.debug.active.file",
		"apply.dev.env",
		{
			"key": "cl.exe.not.available",
			"comment": [
				"{0} is a command option in a menu."
			]
		},
		"update.dev.env",
		{
			"key": "update.dev.env",
			"comment": [
				"{0} is a command option in a menu."
			]
		},
		"cancel",
		"dev.env.not.applied",
		"dev.env.not.found",
		"lldb.find.failed",
		"lldb.search.paths",
		"lldb.install.help",
		"envfile.failed",
		"replacing.sourcepath",
		"replacing.targetpath",
		"replacing.editorPath",
		"resolving.variables.in.sourcefilemap",
		"open.envfile",
		"recently.used.task",
		"configured.task",
		"detected.task",
		"cannot.build.non.cpp",
		"no.compiler.found",
		"select.debug.configuration",
		"command.args.must.be.array",
		"missing.properties.copyFile",
		"incorrect.files.type.copyFile",
		"missing.properties.ssh",
		"missing.properties.shell",
		"deploy.step.type.not.supported",
		"unexpected.os",
		"path.to.pipe.program",
		"enable.pretty.printing",
		"enable.intel.disassembly.flavor",
		"enable.pretty.printing",
		"enable.intel.disassembly.flavor"
	],
	"filePath": "Debugger\\configurationProvider"
}