brcosta / clj-extras-plugin

Clojure Extras IntelliJ Plugin
https://plugins.jetbrains.com/plugin/18108-clojure-extras/
Apache License 2.0
55 stars 12 forks source link

Backslash fix for Windows #56

Open timgilbert opened 2 months ago

timgilbert commented 2 months ago

This should fix #30. I think the problem was that the configDir was being constructed with a single backslash character, which works fine for actual file access, but chokes the EDN parser.

I'm a little new to plugin development, but I did at least verify via the grade runIde task that this no longer throws the exception on my local machine.