2018-10-29 11:59:21 -07:00
# Task Provider Sample
2017-07-05 17:21:28 +02:00
2018-12-16 21:08:20 -08:00
This is the source code for the [Task Provider Guide ](https://code.visualstudio.com/api/extension-guides/task-provider ). It auto-detects tasks in [Rakefiles ](https://ruby.github.io/rake/ ).
2018-10-26 12:25:34 +02:00
## VS Code API
### `vscode` module
2018-12-16 21:08:20 -08:00
- [`tasks` ](https://code.visualstudio.com/api/references/vscode-api#_tasks )
2018-10-26 12:25:34 +02:00
### Contribution Points
2021-09-16 20:23:10 +08:00
- [`contributes.taskDefinitions` ](https://code.visualstudio.com/api/references/contribution-points#contributes.taskDefinitions )
2018-10-26 12:25:34 +02:00
2017-07-05 17:21:28 +02:00
## Running the example
- Open this example in VS Code
- `npm install`
- `npm run compile`
2021-09-16 20:23:10 +08:00
- `F5` to start debugging