Skip to content

ANSI colors not displaying correctly #16

@alleneubank

Description

@alleneubank

Description

ANSI colors are not being applied correctly in Bootty compared to the built-in VS Code terminal.

Steps to Reproduce

  1. Run ls -la in a directory with various file types
  2. Compare output between VS Code's built-in terminal and Bootty

Expected Behavior

Colors should match VS Code's terminal - directories in blue, different file types with their appropriate colors (as configured by LS_COLORS or similar).

Actual Behavior

All files/directories appear in the same yellowish color in Bootty, ignoring the ANSI color codes.

Screenshots

VS Code Terminal (correct):

  • Directories show in blue
  • Different file types have distinct colors (green for package.json, etc.)

Bootty (incorrect):

  • All items appear in the same yellow color
  • File type color differentiation is lost

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions