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 commandsmenu,ctrl+shift+pby default. - Select
Tasks: Run Build Task,ctrl+shift+bby 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 installnpm run compileF5to start debugging

