Skip to content

cli: improve error handling for extension installation failures on running server - #333673

Open
Deniz Güney Yıldırım (denizguney) wants to merge 2 commits into
microsoft:mainfrom
denizguney:patch-27
Open

cli: improve error handling for extension installation failures on running server#333673
Deniz Güney Yıldırım (denizguney) wants to merge 2 commits into
microsoft:mainfrom
denizguney:patch-27

Conversation

@denizguney

Copy link
Copy Markdown
Contributor

Closes #333670

…nning server

Enhance `do_extension_install_on_running_server` in `code_server.rs` to capture and propagate standard error output when extension installation fails, rather than failing silently or ignoring command failure status.
Copilot AI balanced review requested due to automatic review settings August 31, 2026 23:06

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

if show_editor_link {
println!(
" {} {} {}",
" {} {} {}",
Update `do_extension_install_on_running_server` in `code_server.rs` to explicitly log error messages via the logger macro and propagate the captured stderr when extension installation fails on a running server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhance error handling and logging for extension installation failures in CLI server

3 participants