Release-Candidate / vscode-scheme-repl

A Visual Studio Code extension for Chez Scheme, it uses the REPL for autocompletions and to evaluate expressions.
MIT License
13 stars 0 forks source link

Fix escaping of backslashes in file paths see #1 #2

Closed Release-Candidate closed 1 year ago

Release-Candidate commented 1 year ago

Evaluating does not work on Windows, because backslashes in Windows file paths are not escaped. The (load "PATH") fails with an error like Exception in read: invalid string character \U for a file path C:\User\....