Issue
/code init completes successfully without warnings when required language servers
(e.g., jdtls) are missing from PATH. Error only appears later when using /code features.
Steps to Reproduce
- Ensure jdtls is NOT in PATH:
which jdtls
- Run
/code init in Java project
- Command succeeds with no warnings
- Try
/code feature (find definition)
- Error: "Failed to start language server 'jdtls': No such file or directory"
Expected Behavior
/code init should detect missing language servers and warn user with installation
instructions before claiming success.
Environment
- OS: macOS
- Q CLI version: 1.24.0
Issue
/code init completes successfully without warnings when required language servers
(e.g., jdtls) are missing from PATH. Error only appears later when using /code features.
Steps to Reproduce
which jdtls/code initin Java project/codefeature (find definition)Expected Behavior
/code init should detect missing language servers and warn user with installation
instructions before claiming success.
Environment