clojureVSCode icon indicating copy to clipboard operation
clojureVSCode copied to clipboard

Evaluating strings in the REPL on Windows

Open pdvcs opened this issue 5 years ago • 0 comments

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?

pdvcs avatar Apr 28 '20 14:04 pdvcs