Pete Davison

Results 25 issues of Pete Davison

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...

Currently, we prompt the user to install/update Task when the extension is activated if: - Task is not installed (error) - Task does not meet the minimum version requirements (error)...

type: feature
area: binary

Currently, the task tree in the sidebar is only updated when we detect a change to a Taskfile or the user manually refreshes it. However, a task's up-to-date status can...

type: enhancement

Task added support for global tasks in `v3.22.0`. We should consider adding support for these in this extension. Some considerations: - Should it be added to the list of workspaces...

type: feature

Fixes #293 A draft PR based off [this comment](https://github.com/go-task/task/issues/293#issuecomment-1542105162). It's a pretty simple implementation. We have a new internal package called `completion`. This will embed any files in the `internal/completion/templates/*`...

area: completions