julia-vscode / SymbolServer.jl

Other
23 stars 31 forks source link

export `include` from Base cache #180

Closed ZacLN closed 4 years ago

ZacLN commented 4 years ago

Reverts to previous handling of include before the slight refactor. This approach is obviously wrong - Base.include is not exported - and will be changed in the future.