Skip to content

Define extension story for tasks #22069

@dbaeumer

Description

@dbaeumer

Out of the box VS Code ships with a set of predefined task templates. Since VS Code 1.9 we also support defining more than one command in the tasks.json. Hence the value of a template is not huge anymore since most users will use different commands in a tasks.json.

However extension like C# or C++ want to contribute to the tasks.json to ensure that a build tasks for example executes a C++ specific build script.

We need to define how extensions best participate in running builds and tests.

Metadata

Metadata

Assignees

Labels

plan-itemVS Code - planned item for upcoming

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions