{
	"description": "Extension to add support for tasks in VSCode.",
	"displayName": "Task support for VSCode",

	"config.taskExplorer.debug": "Turn on logging.",
	"config.taskExplorer.debugLevel": "Set debug verbosity (1 - Low / 5 - High).",
	"config.taskExplorer.keepTermOnStop": "Keep terminal open when stopping a task.",

	"config.taskExplorer.readUserTasks": "Attempt to read user tasks from data directory (experimental).",
	
	"config.taskExplorer.groupWithSeparator": "If script names contain the configured separator, break them into grouped nodes according to similar fist parts.",
	"config.taskExplorer.groupSeparator": "The separator to use when grouping tasks.",
	"config.taskExplorer.groupMaxLevel": "Maximum grouping level (tree node depth) of grouped tasks",
	"config.taskExplorer.groupStripTaskLabel": "Strip extracted grouping labels from the task name displayed in the tree",

	"config.taskExplorer.exclude": "Configure glob patterns for folders and files that should be excluded from script detection.",

	"config.taskExplorer.autoRefresh": "Auto refresh the task trees when a task file is modified.",
	"config.taskExplorer.clickAction": "Action to perform when clicking on the main body of a task tree entry",

	"config.taskExplorer.enableNpm": "NPM - Enable",
	"config.taskExplorer.enableNpmDsc": "Enable/show npm scripts as tasks.",

	"config.taskExplorer.enableWorkspace": "VSCode - Enable",
	"config.taskExplorer.enableWorkspaceDsc": "Enable/show vscode tasks.",

	"config.taskExplorer.enableGradle": "Gradle - Enable",
	"config.taskExplorer.enableGradleDsc": "Enable/show gradle tasks.",
	"config.taskExplorer.pathToGradle": "Gradle - Path",
	"config.taskExplorer.pathToGradleDsc": "The path to the gradle program, if not registered in system path.",

	"config.taskExplorer.enableGrunt": "Grunt - Enable",
	"config.taskExplorer.enableGruntDsc": "Enable/show grunt tasks.",

	"config.taskExplorer.enableGulp": "Gulp - Enable",
	"config.taskExplorer.enableGulpDsc": "Enable/show gulp tasks.",
	"config.taskExplorer.useGulp": "Gulp - Use Ant",
	"config.taskExplorer.useGulpDsc": "Use the gulp program itself to find its tasks.",

	"config.taskExplorer.enableAnt": "Ant - Enable",
	"config.taskExplorer.enableAntDsc": "Enable/show ant targets as tasks.",
	"config.taskExplorer.enableAnsiconForAnt": "Ant - Use Ansicon",
	"config.taskExplorer.enableAnsiconForAntDsc": "Enable/use ansicon output colorization for ant tasks.",
	"config.taskExplorer.pathToAnsicon": "Ant - Ansicon Path",
	"config.taskExplorer.pathToAnsiconDsc": "The path to the ansicon program, if not registered in system path",
	"config.taskExplorer.pathToAnt": "Ant - Path",
	"config.taskExplorer.pathToAntDsc": "The path to the ant program, if not registered in system path",
	"config.taskExplorer.useAnt": "Ant - Use Ant",
	"config.taskExplorer.useAntDsc": "Use the ant program itself to find its tasks",
	"config.taskExplorer.includeAnt": "Ant - Extra Files",
	"config.taskExplorer.includeAntDsc": "Configure glob patterns for locating Apache Ant files not named b(B)uild.xml.",

	"config.taskExplorer.enableAppPublisher": "App Publisher - Enable",
	"config.taskExplorer.enableAppPublisherDsc": "Enable/show app-publsiher tasks.",
	"config.taskExplorer.pathToAppPublisher": "App Publisher - Path",
	"config.taskExplorer.pathToAppPublisherDsc": "The path to the app-publisher program, if not registered in system path",

	"config.taskExplorer.enableBatch": "Batch - Enable",
	"config.taskExplorer.enableBatchDsc": "Enable/show batch scripts as tasks.",

	"config.taskExplorer.enablePerl": "Perl - Enable",
	"config.taskExplorer.enablePerlDsc": "Enable/show perl scripts as tasks.",
	"config.taskExplorer.pathToPerl": "Perl - Path",
	"config.taskExplorer.pathToPerlDsc": "The path to the perl program, if not registered in system path.",

	"config.taskExplorer.enablePython": "Python - Enable",
	"config.taskExplorer.enablePythonDsc": "Enable/show python scripts as tasks.",
	"config.taskExplorer.pathToPython": "Python - Path",
	"config.taskExplorer.pathToPythonDsc": "The path to the python program, if not registered in system path.",

	"config.taskExplorer.enableRuby": "Ruby - Enable",
	"config.taskExplorer.enableRubyDsc": "Enable/show ruby scripts as tasks.",
	"config.taskExplorer.pathToRuby": "Ruby - Path",
	"config.taskExplorer.pathToRubyDsc": "The path to the ruby program, if not registered in system path.",

	"config.taskExplorer.enableBash": "Bash/sh - Enable",
	"config.taskExplorer.enableBashDsc": "Enable/show bash/sh scripts as tasks.",
	"config.taskExplorer.pathToBash": "Bash/sh - Path",
	"config.taskExplorer.pathToBashDsc": "The path to the bash/sh program (on Windows, if not registered in system path)",

	"config.taskExplorer.enableNsis": "Nullsoft Installer - Enable",
	"config.taskExplorer.enableNsisDsc": "Enable/show Nullsoft Installer scripts as tasks.",
	"config.taskExplorer.pathToNsis": "Nullsoft Installer - Path",
	"config.taskExplorer.pathToNsisDsc": "The path to the makensis program, if not registered in system path.",

	"config.taskExplorer.enablePowershell": "Powershell - Enable",
	"config.taskExplorer.enablePowershellDsc": "Enable/show powershell scripts as tasks.",
	"config.taskExplorer.pathToPowershell": "Powershell - Path",
	"config.taskExplorer.pathToPowershellDsc": "The path to the powershell program, if not registered in system path.",

	"config.taskExplorer.enableMake": "Make - Enable",
	"config.taskExplorer.enableMakeDsc": "Enable/show makefiles as tasks.",
	"config.taskExplorer.pathToMake": "Make - Path",
	"config.taskExplorer.pathToMakeDsc": "The path to the make program, if not registered in system path.",

	"config.taskExplorer.enableMaven": "Maven - Enable",
	"config.taskExplorer.enableMavenDsc": "Enable/show maven lifecycle as tasks.",
	"config.taskExplorer.pathToMaven": "Maven - Path",
	"config.taskExplorer.pathToMavenDsc": "The path to the mvn program, if not registered in system path.",

	"config.taskExplorer.enableTsc": "Typescript - Enable",
	"config.taskExplorer.enableTscDsc": "Enable/show tsc node with npm tasks.",

	"config.taskExplorer.enableSideBar": "Add a task explorer to the the sidebar.",

	"config.taskExplorer.numLastTasks": "# of Tasks to Remember",
	"config.taskExplorer.numLastTasksDsc": "The number of tasks to store in the 'Last Tasks' tree pseudo-folder.",

	"config.taskExplorer.enableExplorerView": "Add a task explorer tray in the Explorer sidebar view.",
	
	"config.taskExplorer.showLastTasks": "Show the 'last tasks' as a node in the task tree.",
	"config.taskExplorer.showRunningTask": "Show the last ran running task in the status bar.",

	"config.taskExplorer.showExecuteWithNoTerminalButton": "Show the 'Execute with No Terminal' button inline with the 'Execute' button",
	"config.taskExplorer.showExecuteWithArgumentsButton": "Show the 'Execute with Arguments' button inline with the 'Execute' button",
	"config.taskExplorer.showFavoritesButton": "Show the 'Favorites' button inline with the 'Execute' button",

	"taskExplorer.parseError": "Task Explorer task detection: failed to parse the file {0}",

	"taskdef.task.fileName": "The file that the target was found in.",
	"taskdef.task.fileUri": "The uri object of file that the target was found in.",
	"taskdef.task.script": "The script/target name.",
	"taskdef.task.target": "The target name.",
	"taskdef.task.path": "The relative path to the folder that contains the task file.",
	"taskdef.task.uri": "The uri of the task file.",
	"taskdef.task.taskItemId": "The tree item id that the task is associated with.",
	"taskdef.task.isDefault": "For Ant tasks, indicates the 'default' task.",
	"taskdef.task.scriptType": "The type of script (bash, batch, pythin, etc...).",
	"taskdef.task.cmdLine": "The command line used to execute the script in a shell.",
	"taskdef.task.scriptFile": "Boolean to display filename as the script target. Set to true.",
	"taskdef.task.takesArgs": "Boolean to indicate if the script accepts command line args.",

	"view.name": "Task Explorer",

	"command.refresh": "Refresh",
	"command.run": "Run",
	"command.restart": "Restart",
	"command.runNoTerm": "Run with no terminal",
	"command.runWithArgs": "Run with arguments",
	"command.runLastTask": "Run last task",
	"command.addToExcludes": "Add to excludes list",
	"command.addRemoveFromFavorites": "Add/Remove from favorites list",
	"command.clearSpecialFolder": "Clear all tasks from this folder",
	"command.stop": "Stop",
	"command.pause": "Pause",
	"command.debug": "Debugging ",
	"command.open": "Open",
	"command.openTerminal": "Open Terminal",
	"command.runInstall": "Run pkg mgr install",
	"command.runAudit": "Run pkg mgr audit",
	"command.runAuditFix": "Run pkg mgr audit fix",
	"command.runUpdate": "Run pkg mgr update",
	"command.runUpdatePackage": "Run pkg mgr update [package]",
	"command.runSelectedScript": "Run Script",
	"command.showOutput": "Show the log output window"
}
