Failed to load snippets - Atom on Windows 10

Hello everybody,

after succesfully installing Julia, i installed Atom together with the Script package (to run a script based on a file name). But everytime i start Atom I get the error message:
'Failed to load snippets from 'C:\Users\XXXX.atom\packages\language-julia\snippets\language-julia.cson

How can I resolve this issue?

Thank you in advance.

Regards,
Chris

Hello again,

For everyone suffering under this issue open the file:

C:\Users\XXXX\.atom\packages\language-julia\snippets\language-julia.cson

and remove line 10, if and only if line 1 as well as line 10 state: ".source.julia": and you’re ready to go.

1 Like

Thanks, I was also getting this error on OSX.

1 Like

This should be fixed with language-julia version 0.16 (released a couple of minutes ago).

1 Like