claudeCode.useCtrlEnter setting has no effect in VS Code extension
Resolved 💬 3 comments Opened Jan 7, 2026 by ruleslide Closed Jan 10, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Actual behavior:
Enter still submits the prompt regardless of the setting.
What Should Happen?
Expected behavior:
When claudeCode.useCtrlEnter is set to true, pressing Enter should create a newline and Cmd+Enter should submit the prompt.
Error Messages/Logs
Steps to Reproduce
- Open VS Code Settings (JSON)
- Add "claudeCode.useCtrlEnter": true
- Reload VS Code window
- Open Claude Code panel
- Type text and press Enter
- Message is sent instead of creating a newline
Troubleshooting attempted:
- Verified setting is in user settings JSON
- Reloaded VS Code window
- Checked for conflicting keybindings (none found)
- Ran /terminal-setup (only affects Shift+Enter, not the core issue)
Claude Model
Opus
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.0.76
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
VS Code integrated terminal
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗