indiejames / vscode-clojure-debug

A VS Code package for developing Clojure code
MIT License
84 stars 6 forks source link

Explore using colors in the debug console. #102

Closed indiejames closed 7 years ago

indiejames commented 7 years ago

I noticed that running (pst) resulted in a colorized stack trace (identical to the one I get in a repl run from the terminal). So apparently the debug console can use ansi color codes. I need to exploit this in other areas.

indiejames commented 7 years ago

I used ANSI codes to add syntax highlighting of evaluated code. Closing this issue as I have good handle on this now.