When running `catenary doctor` on macOS, it outputs:
Catenary 1.5.0
Config: default paths
Roots: /Users/username
No language servers configured.
Even though ~/.config/catenary/config.toml exists, contains valid [language.<name>] blocks, and uses absolute paths for the commands.
Expected Behavior
catenary doctor should load the configuration from ~/.config/catenary/config.toml and list the configured language servers.
Environment
- OS: macOS
- Catenary Version: 1.5.0
- Config location tested:
~/.config/catenary/config.toml
Steps to Reproduce
- Create
~/.config/catenary/config.toml with valid language server configurations.
- Run
catenary doctor.
- It reports "No language servers configured." and "Config: default paths"
When running `catenary doctor` on macOS, it outputs:
Even though
~/.config/catenary/config.tomlexists, contains valid[language.<name>]blocks, and uses absolute paths for the commands.Expected Behavior
catenary doctorshould load the configuration from~/.config/catenary/config.tomland list the configured language servers.Environment
~/.config/catenary/config.tomlSteps to Reproduce
~/.config/catenary/config.tomlwith valid language server configurations.catenary doctor.