We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf7573 commit 75b7e46Copy full SHA for 75b7e46
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+- Disabled double-click to run by default (by @pd93).
6
+ - This was done to prevent running Tasks accidentally and because double-click
7
+ conflicts with the default VSCode action of opening a Task definition with
8
+ preview disabled.
9
+ - It can be re-enabled by setting `task.doubleClickTimeout` to a value greater
10
+ than `0` (e.g. `500`) (by @pd93).
11
12
## v0.4.0 - 2025-08-21
13
14
- Added `terminal.per` setting to allow a new terminal per task (#125, #126 by
0 commit comments