Skip to content

Commit ec6c885

Browse files
author
strausr
committed
docs: clarify Claude Code as VS Code extension (not Claude Desktop)
1 parent 80cd41a commit ec6c885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ During setup, you'll be asked which AI coding assistant(s) you're using. The CLI
4444

4545
-**Cursor**`.cursorrules` + `.cursor/mcp.json` (if selected)
4646
-**GitHub Copilot**`.github/copilot-instructions.md`
47-
-**Claude Code / Claude Desktop**`.claude`, `claude.md` + `.cursor/mcp.json` (if selected)
47+
-**Claude Code (VS Code extension)**`.claude`, `claude.md` + `.cursor/mcp.json` (if selected)
4848
-**Generic AI tools**`AI_INSTRUCTIONS.md`, `PROMPT.md`
4949

5050
**MCP Configuration**: The `.cursor/mcp.json` file is automatically generated if you select Cursor or Claude, as it works with both tools.

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ async function main() {
139139
choices: [
140140
{ name: 'Cursor', value: 'cursor' },
141141
{ name: 'GitHub Copilot', value: 'copilot' },
142-
{ name: 'Claude Code / Claude Desktop', value: 'claude' },
142+
{ name: 'Claude Code (VS Code extension)', value: 'claude' },
143143
{ name: 'Other / Generic AI tools', value: 'generic' },
144144
],
145145
default: ['cursor'],

0 commit comments

Comments
 (0)