Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.72 KB

v1_96.md

File metadata and controls

29 lines (15 loc) · 1.72 KB

November 2024 (version 1.96)

Remote - SSH

The @remote-ssh chat participant

The Remote - SSH extension now includes a Copilot chat participant. This participant has context on your recent SSH connections and can help you configure or troubleshoot elements of your remote environment. The participant can also answer more general SSH or remote development questions.

Enable the participant with setting(remote.SSH.experimental.chat).

Dialog showing a connection failure now also had a Diagnose with Copilot button.

Enhanced session logging

Connection errors are sometimes complex to diagnose and fix. For known classes of issues, the Remote - SSH extension will provide a summary of the detected issue and provide possible solutions.

Our troubleshooting database continues to grow with each release and is used by GitHub Copilot to improve its problem solving skills.

Enable enhanced logging with setting(remote.SSH.experimental.enhancedSessionLogs).

The terminal has a table containing a row that shows the connection status, detailed message, and proposed solutions to resolve the issue.

Combining enhanced logging with GitHub Copilot provides a powerful troubleshooting experience.