{
	"messages": [
		"Debugging cmake script with default launch",
		"CMake does not support automatic debugging for this file",
		"The \"cmake\" debug type only supports the \"launch\" request.",
		"The \"cmake\" debug type requires you to define the \"cmakeDebugType\". Available options are \"configure\", \"external\", and \"script\".",
		"The \"cmake\" debug type with \"cmakeDebugType\" set to \"external\" requires you to define \"pipeName\".",
		"The \"cmake\" debug type with \"cmakeDebugType\" set to \"script\" requires you to define a \"scriptPath\" that points to a CMake script."
	],
	"keys": [
		"cmake.debug.without.launch",
		"cmake.debugging.not.supported",
		"cmake.debug.only.launch.supported",
		"cmake.debug.must.define.debugType",
		"cmake.debug.external.requires.pipeName",
		"cmake.debug.script.requires.scriptPath"
	],
	"filePath": "src\\debug\\cmakeDebugger\\debugConfigurationProvider"
}