Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Coder: View Logs does not work on non-MS VS Code IDEs #660

Open
Assignees
EhabY
@EhabY

Description

@EhabY

Description:

The current implementation for retrieving Remote - SSH channel logs returnsundefined for non-Microsoft VS Code forks.

constlatestOutput=dirs
.reverse()
.filter((dir)=>dir.startsWith("output_logging_"));
if(latestOutput.length===0){
returnundefined;
}
constdir=awaitfs.readdir(path.join(upperDir,latestOutput[0]));
constremoteSSH=dir.filter((file)=>file.indexOf("Remote - SSH")!==-1);

Issue:

VS Code forks use different extension identifiers for Remote SSH:

  • Cursor:anysphere.remote-ssh
  • Google Antigravity:google.antigravity-remote-openssh
  • Other forks: Likely affected as well

These forks storeRemote - SSH logs in folders matching their extension names rather than the standard Microsoft folder structure. The log files still contain "Remote - SSH" in their filenames.

Solution:

The log retrieval logic should check for fork-specific extension folders when searching for Remote - SSH logs.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp