julia-vscode / SymbolServer.jl

Other
22 stars 31 forks source link

Error in Julia 1.7: DataType has no field isconcretetype #225

Closed jessymilare closed 3 years ago

jessymilare commented 3 years ago

I've compile Julia 1.7 from git and got ERROR: LoadError: type DataType has no field isconcretetype when I opened VSCode.

Replacing ur_t.isconcretetype with isconcretetype(ur_t) in file "src/symbols.jl:71" fixes that problem.