Description
ANSI colors are not being applied correctly in Bootty compared to the built-in VS Code terminal.
Steps to Reproduce
- Run
ls -la in a directory with various file types
- 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
Description
ANSI colors are not being applied correctly in Bootty compared to the built-in VS Code terminal.
Steps to Reproduce
ls -lain a directory with various file typesExpected 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):
Bootty (incorrect):