go-task / vscode-task

Task for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=task.vscode-task
MIT License
36 stars 4 forks source link

feat: double-click to run #129

Open pd93 opened 5 months ago

pd93 commented 5 months ago

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.