Skip to main content

Syncing with the Fiero app

Once you've created your power-up, the next step is to sync it with a project in the Fiero app. This ensures your power-up becomes part of your game and is accessible in the editor. Follow these steps to sync your power-up:

Step 1: Open the project you want to sync

Before syncing, make sure you have the project containing your power-up files open in VS Code. You'll be syncing these file with your project.

Step 2: Run the "Fiero: choose project" command

  1. Open the Command Palette in VS Code:
    • On Windows/Linux: Press Ctrl+Shift+P
    • On macOS: Press Cmd+Shift+P
  2. Type Fiero: Choose Project in the search bar and select it from the list of commands.

Alt Text

Step 3: Select or create a project

After running the command, you'll see a list of available projects in the Fiero app. You have two options:

  1. Choose an existing project:
    • if you already have a project in Fiero, select it from the list.
  2. Create a new project:
    • If you want to start fresh, first, go back to the Fiero app and create a new project by selecting the "New Project" button, then come back to VS Code and re-run the "Choose project" command.

Alt Text

Once you've made your choice, your local workspace will be automatically linked to the selected project.

Now that everything is synced, you're ready to start coding!