julia-vscode / SymbolServer.jl

Other
23 stars 31 forks source link

Store list of modules used by another #147

Closed ZacLN closed 4 years ago

ZacLN commented 4 years ago

Adds a field to ModuleStore that holds used modules and make sure that a VarRef to those modules is stored in the values list.

Not necessarily breaking but will invalidate cache stores and will require a minor ver bump to make use of the new field