Skip to content

Commit

Permalink
Add link to task when contexts documentation
Browse files Browse the repository at this point in the history
Fixes #104000
  • Loading branch information
alexr00 committed Nov 12, 2021
1 parent b78b727 commit df681dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const taskDefinitionSchema: IJSONSchema = {
},
when: {
type: 'string',
markdownDescription: nls.localize('TaskDefinition.when', 'Condition which must be true to enable this type of task. Consider using `shellExecutionSupported`, `processExecutionSupported`, and `customExecutionSupported` as appropriate for this task definition.'),
markdownDescription: nls.localize('TaskDefinition.when', 'Condition which must be true to enable this type of task. Consider using `shellExecutionSupported`, `processExecutionSupported`, and `customExecutionSupported` as appropriate for this task definition. See the [API documentation](https://code.visualstudio.com/api/extension-guides/task-provider#when-clause) for more information.'),
default: ''
}
}
Expand Down

0 comments on commit df681dc

Please sign in to comment.