Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ffttNew to Visual Studio Code? Get it now.
fftt

fftt

Heli Fernando Jerez

|
484 installs
| (0) | Free
FF Transpiler Tool
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FFTT

This extension allow use FF camaro and kitt in vscode

Using camaro in your workflow.

Create a file named camaro.json and define the commands you want to use:

{
    "menu": {
        "Start development": "shell:npm run start",
        "Deploy Github Pages": "shell:npm run deploy"
    }
}

The camaro file support a section custom_menu the commands define there overwrite the commands in menu section

{
    "custom_menu": {
        "Start development": "@exclude"
    },
    "menu": {
        "Start development": "shell:npm run start",
        "Deploy Github Pages": "shell:npm run deploy"
    }
}

The extension create a menu with the options defined into the file.

You can create a camaro.json file into diferente folders the extension lookup the file bottom to up.

Demo

Icons made by Freepik from www.flaticon.com

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft