Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>FASTBuild Task ProviderNew to Visual Studio Code? Get it now.
FASTBuild Task Provider

FASTBuild Task Provider

SherAndrei

|
52 installs
| (2) | Free
Task provider for FASTBuild build system.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FASTBuild Task Provider

Description

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.

Table of Contents

  • FASTBuild Task Provider
    • Description
    • Table of Contents
    • Usage
    • Installation
    • Debug

Usage

  1. Open Show all commands menu, ctrl + shift + p by default.
  2. Select Tasks: Run Build Task, ctrl + shift + b by default.
  3. Type name of the desired configuration

Build

Test configurations and corresponding test tasks are also supported

Test

Installation

  1. Acquire fasbuild-task-provider.v*.vsix file
    • Download latest release
    • Or, build from sources using vsce
     $ npx @vscode/vsce package
    
  2. Install .vsix file as described here.

Debug

  • Open this example in VS Code
  • npm install
  • npm run compile
  • F5 to start debugging
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft