-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Labels
plan-itemVS Code - planned item for upcomingVS Code - planned item for upcoming
Milestone
Description
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 upcomingVS Code - planned item for upcoming