Skip to content
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

Escape backslashes in $file in customREPLCommands on windows #2184

Closed
mk opened this issue May 8, 2023 · 0 comments
Closed

Escape backslashes in $file in customREPLCommands on windows #2184

mk opened this issue May 8, 2023 · 0 comments

Comments

@mk
Copy link

mk commented May 8, 2023

According to a user report on a clerk issue nextjournal/clerk#393 (comment) the $file needs to be escaped on windows. I don't have windows so I can't confirm this but here's a sample snippet that should show the issue on windows I hope:

{
    "calva.customREPLCommandSnippets": [
        {
            "name": "Prn $file",
            "repl": "clj",
            "snippet": "(prn :file \"$file\")"
        }
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants