LanguageServer.jl
LanguageServer.jl copied to clipboard
baremodule should be special-cased
As per this Zulip thread, baremodules seem to need some special-casing to prevent false LS warnings.
I think it is Base that needs to be special-cased actually (i.e. using Base is always valid even if you don't have Base in the project file (which you can't)).