This is the source code for the FASTBuild Task Provider. It auto-detects tasks in directory with fbuild.bff
using FASTBuild's -showtargets
command line option.
- Open
Show all commands
menu,ctrl
+shift
+p
by default. - Select
Tasks: Run Build Task
,ctrl
+shift
+b
by default. - Type name of the desired configuration
Test configurations and corresponding test tasks are also supported
- Acquire fasbuild-task-provider.v*.vsix file
$ npx @vscode/vsce package
- Install .vsix file as described here.
- Open this example in VS Code
npm install
npm run compile
F5
to start debugging