-
Notifications
You must be signed in to change notification settings - Fork 39k
Assigning keybinding to workspace level task does not work #97159
Copy link
Copy link
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugtasksTask system issuesTask system issuesverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.44.2
- OS Version: Debian 10
Steps to Reproduce:
-
Add a task to the workspace settings such as:
"tasks": [
{
"label": "foo",
"type": "shell",
"command": "echo foo",
}
] -
Try adding a keybinding for that task:
{
"key": "alt+shift+a",
"command": "workbench.action.tasks.runTask",
"args": "foo"
} -
Note that the keybinding does not work.
If you move the task to tasks.json in a folder, it works.
Does this issue occur when all extensions are disabled?: Yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugtasksTask system issuesTask system issuesverifiedVerification succeededVerification succeeded