julia-vscode / StaticLint.jl

Static Code Analysis for Julia
Other
145 stars 28 forks source link

FileServer has no field symbolserver #358

Closed jonathan-conder-sm closed 1 year ago

jonathan-conder-sm commented 1 year ago

I get this error when calling lint_file:

ERROR: type FileServer has no field symbolserver
Stacktrace:
 [1] setproperty!(x::StaticLint.FileServer, f::Symbol, v::Dict{Symbol, SymbolServer.ModuleStore})
   @ Base ./Base.jl:34
 [2] setup_server(env::String, depot::String, cache::String)
   @ StaticLint ~/.julia/packages/StaticLint/Bccrj/src/interface.jl:4
 [3] setup_server(env::String) (repeats 2 times)
   @ StaticLint ~/.julia/packages/StaticLint/Bccrj/src/interface.jl:2
 [4] top-level scope
   @ REPL[2]:1

Expected behaviour is to return without errors.