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

Elixir: Allow configuration of test runner color output #4553

Open
x0ul opened this issue Sep 19, 2024 · 0 comments
Open

Elixir: Allow configuration of test runner color output #4553

x0ul opened this issue Sep 19, 2024 · 0 comments

Comments

@x0ul
Copy link

x0ul commented Sep 19, 2024

My request is a way to allow users the option to configure colors in test output.

In lsp-elixir.el --no-color is a hard-coded flag passed to mix test. Emacs users using ansi-color can take advantage of colors in their compilation window, which are nice in Elixir because there's some colored diff output if an assertion fails.

I've removed the --no-color flag from my local version of lsp-elixir.el and it's working as expected with ansi-color enabled. Next steps would be a way to make color/no-color a configuration option.

I'm an elisp newb, but I may attempt it if I have time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant