Files
vscode-extension-samples/task-provider-sample
Matt Bierner 73e249b3c1 Migrate all samples to eslint 9
Switches all samples to use eslint 9 with flat configs. I've tried to migrate existing settings as much as possible. However our eslint configs were also inconsistent so I've tried to align these too
2024-10-26 17:44:03 -07:00
..
2022-11-04 14:27:02 -07:00
2017-07-05 17:21:28 +02:00
2017-07-05 17:21:28 +02:00
2024-10-26 17:44:03 -07:00
2021-09-16 20:23:10 +08:00
2022-02-28 13:45:21 -08:00
2024-10-03 11:53:22 -07:00

Task Provider Sample

This is the source code for the Task Provider Guide. It auto-detects tasks in Rakefiles.

VS Code API

vscode module

Contribution Points

Running the example

  • Open this example in VS Code
  • npm install
  • npm run compile
  • F5 to start debugging