Skip to content

Allow an object for arguments in runTask #154201

Closed

Description

We can use this keybinding currently:

{ "key": "ctrl+space", "command": "workbench.action.tasks.runTask", "args": "Core - Build" }

But args doesn't give any hints to the user on how to use it, we should change to also support this and add a schema:

{ "key": "ctrl+space", "command": "workbench.action.tasks.runTask", "args": { "taskName": "Core - Build" } }
``

Related: https://github.com/microsoft/vscode/issues/153145
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code Insiderson-testplantasksTask system issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions