vscode-task
vscode-task copied to clipboard
feat: double-click to run
Closes #127
Adds a new setting: doubleClickToRun which defaults to 500. This value dictates the timeout for double-clicking on a Task in the tree view. If the click is within the specified time, the task will be run. To disable double-click to run, you can set the value to 0.