Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐞 Output utility doesn't show color #1959

Open
itjustcrashed opened this issue Jan 5, 2025 · 0 comments
Open

🐞 Output utility doesn't show color #1959

itjustcrashed opened this issue Jan 5, 2025 · 0 comments

Comments

@itjustcrashed
Copy link

Description

The output pane in the utility area doesn't show colors, probably because it runs it sh. This can make it hard to use frameworks like Fresh, since they use colors. In the pane, the plain expressions to make those colors are shown

To Reproduce

  1. Open a project who's runtime/compiler uses color
  2. Run the project using the run tasks menu using the same command that you would in a terminal
  3. See error

Expected Behavior

The output pane should display color just as the the terminal does:
Screenshot 2025-01-04 at 8 42 33 PM

Version Information

CodeEdit: 0.3.3-dev (44)
macOS: 15.2 (24C101)
Xcode: 16.2 (16C5032a)

Additional Context

.codeedit/settings.json

{
  "tasks" : [
    {
      "command" : "deno run -A dev.ts",
      "name" : "Development Server"
    },
    {
      "name" : "Build",
      "command" : "deno run dev.ts build"
    }
  ],
  "project" : {
    "projectName" : "Fresh Project"
  }
}

Screenshots

Screenshot 2025-01-04 at 8 41 45 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Todo
Development

No branches or pull requests

2 participants