mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
10 lines
171 B
Markdown
10 lines
171 B
Markdown
# Task Provider Example
|
|
|
|
- Detects tasks in Rakefiles
|
|
|
|
## Running the example
|
|
|
|
- Open this example in VS Code
|
|
- `npm install`
|
|
- `npm run compile`
|
|
- `F5` to start debugging |