Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Carrot ExtensionNew to Visual Studio Code? Get it now.
Carrot Extension

Carrot Extension

Collaborne B.V.

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

Carrot VSCode Extension

This is an editor for the tools in @collaborne/carrot-tools.

Installation

Installation from a release

  1. Open Visual Studio Code
  2. Press Ctrl+Shift+P or Cmd+Shift+P and select "Extensions: Install from VSIX..."
  3. Select the downloaded VSIX file

Installation from source

  1. Open this in VS Code 1.46+
  2. npm install
  3. F5 to start debugging

WebView debugging

  1. Press Ctrl + Shift + P (Win/Linux), Cmd + Shift + P (Mac) to open the command panel
  2. Search for the Open Webview Developer Tools command

Usage

Editing existing tools

Open a .carrot-tool file

Creating a new tool

Press Ctrl+Shift+P or Cmd+Shift+P and select "Carrot: Create new Carrot Tool"

Development

Test locally

  1. Build a release

    npm run compile
    npm run package
    
  2. Install release into VScode (as explained above)

Publish a release

  1. Get a Personal Access Token for the marketplace (doc). Note: if this doesn't work for a personal account, use account microsoft@nextapp.co.

  2. Run npx vsce publish {major|minor|patch} --yarn

    The --yarn is required to disable checks for peer dependencies, which right now fail due to the React ecosystem slowly moving to React 17.

  3. Check progress in the VSCode publisher frontend

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