Skip to content

Dependency on host OS does not support remoting #30

@rhubarb-geek-nz

Description

@rhubarb-geek-nz

Summary of the new feature / enhancement

In VT100EscapeSequences.cs is the following code

        // MacOS terminal app does not support extended colors for VT100, so we special case for it.
        Code = RuntimeInformation.IsOSPlatform(OSPlatform.OSX) ? CodeMacOS : isDarkTheme ? CodeDark : CodeLight;

This would not work if the user is using MacOS to ssh to another platform and running PowerShell there (eg a linux host in the cloud), or using another platform and using SSH to talk to a MacOS machine (eg a build server).

Proposed technical implementation details (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions