ojsheikh / unicode-latex

A visual studio code extension to insert Unicode symbols given LaTeX symbol names
MIT License
28 stars 26 forks source link

fix: Make gen_latex.jl runnable using Julia 0.7 or later #15

Closed sgryjp closed 5 years ago

sgryjp commented 5 years ago

Hi @ojsheikh,

It seems that REPLCompletions was moved from Base to REPL since Julia 0.7 so gen_latex.jl does not work in newer Julia. This version checking resolves the problem.

Confirmed Julia versions:

Thanks for creating a great extension!