Describe the bug
Terminates silently when there is a syntax error in config.json.
As a result, the user cannot determine what went wrong.
Affected version
0.0.411
Steps to reproduce the behavior
- Edit ~/.copilot/config.json to intentionally introduce a syntax error (e.g., remove a comma).
- Run
copilot in the terminal.
3.It exits immediately without any error message.
Expected behavior
Expected behavior: either report the syntax error explicitly, or ignore the invalid config and continue to start.
Additional context
No response