-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Open
Labels
area:toolsbugSomething isn't workingSomething isn't workinghas reproHas detailed reproduction stepsHas detailed reproduction stepsplatform:macosIssue specifically occurs on macOSIssue specifically occurs on macOS
Description
Preflight Checklist
- I have searched existing issues and this hasn't been reported yet
- This is a single bug report (please file separate reports for different bugs)
- I am using the latest version of Claude Code
What's Wrong?
On startup the Java LSP server fails to load. It fails because the ~/.claude/plugins/marketplaces/claude-plugins-official/.claude-plugin/marketplace.json defines an option named startupTimeout which does not appear to be supported for Java. Removing this option causes the server to load and it is available.
What Should Happen?
The java LSP server should load and be available.
Error Messages/Logs
Error: Error: Failed to initialize LSP server plugin:jdtls-lsp:jdtls: LSP server 'plugin:jdtls-lsp:jdtls': startupTimeout is not yet implemented. Remove this field from the configuration.Steps to Reproduce
- Install the Java LSP plugin
jdtls-lsp - Make sure that it's enabled
- Start a new session with
claude --debug - Look at the debug log for the above error
- Edit
~/.claude/plugins/marketplaces/claude-plugins-official/.claude-plugin/marketplace.jsonand remove thestartupTimeoutoption from thejdtls-lspplugin settings. - Start a new session with
claude --debug - Look in log and verify error does not appear.
- For Claude to use the LSP tool to verify it is working correctly.
Claude Model
Opus
Is this a regression?
I don't know
Last Working Version
No response
Claude Code Version
2.1.1
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Warp
Additional Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:toolsbugSomething isn't workingSomething isn't workinghas reproHas detailed reproduction stepsHas detailed reproduction stepsplatform:macosIssue specifically occurs on macOSIssue specifically occurs on macOS