Terminal, with Launchpad
Best for: anyone who does not want a programmer’s editor, and jobs that run without you
Count what you have to install
The extension is good, and if VS Code is already open all day it is the obvious choice. The catch is everything underneath it. You need VS Code itself, then the extension, then a paid plan, and a second install on top if you want to type commands inside it. It also refuses to run in folders VS Code has not been told to trust, which is a five second fix if you know the setting exists and a dead end if you do not. None of that troubles a developer. It is a wall for someone in finance with a folder of spreadsheets.
“If your editor can’t install the extension, install the CLI and run claude in its integrated terminal instead. The CLI works in any terminal.”
Anthropic, Claude Code documentationSide-by-side
| Criterion | Terminal (with Launchpad) | VS Code extension |
|---|---|---|
| The AI itself | The official Claude Code | Exactly the same |
| What you install | One installer, and it sets up the rest | VS Code, then the extension, then a second install for commands |
| Works without a programmer’s editor | ✓ | ✕ |
| Folders your PC has not been told to trust | Works | Refuses to run |
| Shows changes next to your code | ✕ | ✓ |
| Point it at exact lines in a file | ✕ | ✓ |
| Can be started automatically | ✓ | Only through the separate install |
| Carries on after the 5 hour limit | ✓if you switch it on | ✕ |
| Tells you out loud when it needs you | ✓ | ✕ |
| Suits someone who does not code | ✓that is who it is for | Not really |
| What you need | A paid Claude plan | A paid Claude plan |
| Cost of this tool | Free, open source | Free, from Anthropic |
What the launcher adds
- Auto-continueWaits out the 5 hour limit, then resumes. Off by default.
- Voice alertsA sound when it needs a decision, another when it is done.
- Profiles per projectFolder, model, flags and env saved as one click.
- Live usage barModel, context, session and weekly limits with countdowns.
- A tab per projectOne window, each tab named after its folder.
- Sets itself upOne installer puts everything in place. Nothing to configure.
Free, open source, and it runs Anthropic's official Claude Code unmodified.
Frequently asked
Is the extension better?
Do I need to install anything else with it?
I do not write code. Which one?
Get it
Download for Windows All download options
Every claim about the VS Code extension comes from Anthropic's documentation: Use Claude Code in VS Code. For developers: it requires VS Code 1.94+, bundles its own CLI for the chat panel but needs the standalone CLI for the integrated terminal, and does not run in Restricted Mode.