LanguageServer.jl icon indicating copy to clipboard operation
LanguageServer.jl copied to clipboard

baremodule should be special-cased

Open kanubacode opened this issue 3 years ago • 1 comments

As per this Zulip thread, baremodules seem to need some special-casing to prevent false LS warnings.

kanubacode avatar Jun 30 '22 12:06 kanubacode

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)).

fredrikekre avatar Jun 30 '22 12:06 fredrikekre