Extension Overview
Extension ID:pointbreak.pointbreak
Publisher: Pointbreak
Install from:
- VS Code Marketplace
- Extensions panel in VS Code (search “Pointbreak”)
Extension Settings
Currently, Pointbreak has minimal settings. The extension is designed to work out of the box with sensible defaults.Auto-Start MCP Server
Setting:pointbreak.autoStartMcpServer
Default: true
Description: Automatically start the MCP server when VS Code opens.
false if you want to manage the MCP server lifecycle manually.
MCP Server Port
Setting:pointbreak.mcpServerPort
Default: auto (automatically assigned)
Description: WebSocket port for MCP server communication. Usually doesn’t need to be changed.
Commands
Access commands via Command Palette (Cmd/Ctrl+Shift+P).Show Binary Info
Command:Pointbreak: Show Binary Info
Description: Display information about the installed Pointbreak MCP server binary.
Shows:
- Binary path
- Version number
- Platform and architecture
- Installation date
- File size
- Verifying Pointbreak is installed correctly
- Troubleshooting installation issues
- Checking which version is active
Status Bar
Pointbreak shows its status in the VS Code status bar (bottom of window). Status indicators:- 🌊 Pointbreak (green) - MCP server running and connected
- 🌊 Pointbreak (orange) - MCP server starting
- 🌊 Pointbreak (red) - MCP server failed or disconnected
- View MCP server logs
- Restart the MCP server
- Show binary info
Output Panel
View detailed logs in the Output panel:-
Open Output panel:
- View → Output
- Or: Cmd/Ctrl+Shift+U
-
Select Pointbreak logs:
- Dropdown: “Pointbreak MCP Server”
- MCP server startup messages
- Connection events
- Debug session lifecycle
- Error messages
- Performance metrics
Debugger Integration
Pointbreak automatically integrates with your IDE’s debugger. No additional configuration required. Supported debug adapters: Works with any Debug Adapter Protocol (DAP) compliant debugger:- Python - debugpy (via Python extension)
- JavaScript/TypeScript - Node Debug (built-in)
- Rust, C, C++ - CodeLLDB
- Go - Delve (via Go extension)
- And more…
- Red dots in gutter
- Listed in Breakpoints panel
- Can be toggled/modified manually
Workspace Settings
Pointbreak respects workspace-specific settings. Create.vscode/settings.json in your project:
Extension Updates
Pointbreak auto-updates through VS Code’s extension update mechanism. Check for updates:- Extensions panel
- Click gear icon next to Pointbreak
- Select “Check for Updates”
Compatibility
VS Code versions: Requires VS Code 1.74.0 or later. Compatible editors:- VS Code ✅
- Cursor ✅
- Windsurf ✅
- VS Codium ✅
- Other VS Code-compatible editors with extension support ✅
- macOS 10.15+ ✅
- Windows 10+ ✅
- Linux (recent distributions) ✅
Uninstallation
Remove extension:- Extensions panel
- Find Pointbreak
- Click gear icon
- Select “Uninstall”
Troubleshooting
Extension Not Working
Check extension is enabled:- Extensions panel
- Search “Pointbreak”
- Verify it’s installed and enabled (not disabled)
MCP Server Won’t Start
Verify binary is installed: RunPointbreak: Show Binary Info command.
If binary is missing, reinstall:
AI Assistant Can’t Find Pointbreak
For GitHub Copilot / Cursor: No additional configuration needed. Restart VS Code and try again. For external AI assistants (Claude Code, Codex, etc.):- Verify MCP server is installed:
pointbreak --version - Check AI assistant’s MCP configuration points to correct binary path
- Restart AI assistant