Skip to content

Commit e2dc138

Browse files
committed
fix: doubleClickTimeout in package.json
1 parent 6299c7a commit e2dc138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
"default": true,
301301
"description": "Check if there is a newer version of Task on startup."
302302
},
303-
"doubleClickToRun": {
303+
"doubleClickTimeout": {
304304
"type": "number",
305305
"default": 500,
306306
"description": "The double-click timeout for a task in the tree view. To disable double-click to run, set this to 0."

0 commit comments

Comments
 (0)