Fork me on GitHub
#calva
<
2020-06-10
>
Greg Jeanmart09:06:41

Hi, Git diff isn't working for ClojureScript files in VSCode, is that anything to do with Calva ?

pez13:06:04

I doubt it is todo with Calva, but who knows? 😃 If it is specific to cljs files, it does make Calva a suspect. Can you describe a bit step by step what you do and how it fails?

jmv21:06:00

hey all, is there a way to associate https://github.com/cognitect-labs/fern files with edn? i have tried adding this association but it did not work:

"files.associations": {
        "*.fern": "edn"
    }