Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>RepPilotNew to Visual Studio Code? Get it now.
RepPilot

RepPilot

Gonzalo Rando Serna

|
1 install
| (0) | Free
Syncs your RepPilot project configuration files with your VS Code workspace
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

RepPilot for VS Code

reppilot.gran-ser.com

Sync your RepPilot project configuration files directly into your VS Code workspace. Keep your .github workflows, agent prompts, rules, and shared project settings in sync across your entire team.

Features

  • Bidirectional sync — push local changes and pull remote updates automatically
  • Conflict detection — visual diff panel when the same file is modified on both sides
  • Real-time file watching — local changes are detected and pushed instantly
  • Periodic polling — remote changes are pulled at your configured interval
  • Multi-folder sync — sync multiple folders (e.g. .github, .cursor, .claude)

Getting Started

  1. Install the extension from the VS Code Marketplace
  2. Open your RepPilot project and place a reppilot-conf.json at the workspace root:
{
  "projectId": "your-project-slug",
  "syncFolders": [".github"],
  "syncInterval": 30
}
  1. Set your API token in VS Code settings:
    • Open Settings → Extensions → RepPilot
    • Or run RepPilot: Configure extension from the command palette

Configuration

Setting Default Description
repPilot.serverUrl https://reppilot.gran-ser.com RepPilot server URL
repPilot.apiToken (empty) API token from your RepPilot profile

reppilot-conf.json

Field Type Description
projectId string Your project slug in RepPilot
syncFolders string[] Folders to sync (e.g. [".github"])
syncInterval number Polling interval in seconds

Commands

  • RepPilot: Sync now — trigger a full sync immediately
  • RepPilot: Show conflicts — open the conflict resolution panel
  • RepPilot: Configure extension — jump to extension settings

License

This extension is proprietary software. See the LICENSE.txt file for details.

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