I found some similar issues but they seem to be slightly different, so I’m opening a separate issue
issue
according to doc. I can run command + Esc to run claude in panel. but I can’t use it.
info
I can confirm my cursor command is installed. and vscode version is later than 1.98.0, so the troubleshooting is not working.
winnies@Mac webreact % which cursor
/usr/local/bin/cursor
Version: 1.2.2 (Universal)
VSCode Version: 1.99.3
Commit: faa03b17cce93e8a80b7d62d57f5eda6bb6ab9f0
Date: 2025-07-07T06:07:27.002Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.2.0
keyboard binding is ok(maybe)
{
"key": "cmd+escape",
"command": "claude-code.runClaude.keyboard",
"when": "claude-code.hasClaudeInPath"
}
steps
I followed the official instructions to install claude code
npm install -g @anthropic-ai/claude-code
claude
# I run migrate-installer to install claude in device not in npm global
/migrate-installer
- /doctor
Claude CLI Diagnostic
Currently running: npm-local (1.0.44)
Path: /Users/winnies/.nvm/versions/node/v20.9.0/bin/node
Invoked: /Users/winnies/.claude/local/node_modules/.bin/claude
Auto-updates: Yes
Config install method: local
Config auto-updates: true
Press Enter to continue…
- /status
Claude Code Status v1.0.44
L Session ID:
Working Directory
L /Volumes/work/webreact
IDE Integration • /config
✔ Installed Cursor extension
Account • /login
L Login Method: Claude Pro Account
L Organization:
L Email:
Model • /model
L Sonnet Sonnet 4 for daily use
Press Enter to continue…
here says extension is installed.
- /ide
│ Select IDE │
│ Connect to an IDE for integrated development features. │
│ │
│ No available IDEs detected. Make sure your IDE has the Claude Code extension or plugin installed and is running.
but IDE is not available.
extension
First, I didn’t manually install the extension because it said it would auto-install when running claude.
testing
Extension: install from VSIX
I try Extension: install from VSIX and select /Users/winnies/.claude/local/node_modules/@anthropic-ai/claude-code/vendor/claude-code.vsix.
- /status
Claude Code Status v1.0.44
L Session ID:
Working Directory
L /Volumes/work/webreact
IDE Integration • /config
✔ Connected to Cursor extension
✔ Installed Cursor extension
Account • /login
L Login Method: Claude Pro Account
L Organization:
L Email:
Model • /model
L Sonnet Sonnet 4 for daily use
Press Enter to continue…
- /ide
│ Select IDE │
│ Connect to an IDE for integrated development features. │
│ │
│ ❯ 1. Cursor✔ │
│ 2. None │
connect to Cursor success. But command+Esc still not working.
manually install extension
- /status
L Session ID:
Working Directory
L /Volumes/work/webreact
IDE Integration • /config
✔ Connected to Cursor extension
L Installed Cursor extension version 1.0.44 (server version: 1.0.29)
Account • /login
L Login Method: Claude Pro Account
L Organization:
L Email:
Model • /model
L Sonnet Sonnet 4 for daily use
- /ide
same as using install from VSIX
connect to Cursor success. But command+Esc still not working.


