Installation¶
Prerequisites¶
- VS Code version 1.85.0 or higher
VS Code Marketplace (Recommended)¶
- Open VS Code
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "BerryCrush"
- Click Install
Or install via the command line:
Manual Installation (VSIX)¶
If you have a .vsix file:
- Open VS Code
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Click the "..." menu at the top of the Extensions panel
- Select "Install from VSIX..."
- Choose the
berrycrush-x.x.x.vsixfile
Or via command line:
Verify Installation¶
After installation, verify the extension is working:
- Open a
.scenarioor.fragmentfile - You should see syntax highlighting
- Check the status bar for "BerryCrush Scenario" or "BerryCrush Fragment"
Troubleshooting¶
Extension Not Activating¶
- Ensure the file extension is
.scenarioor.fragment - Check Output > BerryCrush for error messages
- Try reloading VS Code (Ctrl+Shift+P > "Developer: Reload Window")
Syntax Highlighting Not Working¶
- Verify the file has the correct extension
- Check that no other extension is overriding the language
Missing Features¶
- Ensure you've configured the OpenAPI path if using operation references
- Run "BerryCrush: Refresh OpenAPI" from the command palette
Uninstall¶
- Go to Extensions
- Find "BerryCrush"
- Click Uninstall
Next Steps¶
- Getting Started - Create your first scenario
- Configuration - Configure the extension