vscode-task icon indicating copy to clipboard operation
vscode-task copied to clipboard

feat: double-click to run

Open pd93 opened this issue 4 months ago • 0 comments

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.

pd93 avatar Apr 05 '24 13:04 pd93