-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
BUG: vscode displaying literal ansi color code on windows #29
Comments
Thanks for taking the time to report, @sloxy . We will see what we can do. :) |
using rebel-readline & the instructions from https://github.com/clojure/tools.nrepl/blob/master/README.md, this is what the nrepl server responds with: |
This could be related: microsoft/vscode#45693 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report coming from conversation in #vscode in clojurians slack on April 28/29/30.
When evaluating code in VSCode, ansi color codes are printed in terminal.
For example, instead of just outputting
nil
, it will output?[36mnil?[0m
In other (Windows) clients which use lein repl which support color output in terminal, the response text would be colorized correctly(with the ansi color information then removed after use).
Noticable, issue seems to be fundamental to Windows as cmd.exe, Powershell & VSCode terminal all suffer from this issue,
##Other Info
similar to clojure-emacs/cider#275 which was solved client side.
The text was updated successfully, but these errors were encountered: