avli / clojureVSCode

Clojure support for Visual Studio Code
https://avli.github.io/clojureVSCode/
MIT License
204 stars 34 forks source link

Evaluating strings in the REPL on Windows #152

Open pdvcs opened 4 years ago

pdvcs commented 4 years ago

If we evaluate a string in the REPL (both on the command line, and using clojureVSCode on Linux) it comes out as a string: => "hello" ; "hello"

However with VS Code on Windows 10, it comes out as "hello" => "\"hello\"" (Screenshot).

It's a very cosmetic issue but could it be fixed please?