Skip to content

v0.10.1 — Lazy Start Mode

Latest

Choose a tag to compare

@thomnico thomnico released this 28 Mar 11:28
· 1 commit to main since this release

What's New

Lazy Start (default)

The MCP server no longer starts automatically when VS Code opens. Instead, it waits until you:

  • Start a debug session, or
  • Click the status bar item, or
  • Run the DebugPilot: Start MCP Server command

Set debugPilot.startMode: "auto" to restore the previous behavior.

New Commands

  • DebugPilot: Start MCP Server — manually start the server
  • DebugPilot: Stop MCP Server — stop the server and free the port

Full Changelog

See CHANGELOG.md