julia-vscode icon indicating copy to clipboard operation
julia-vscode copied to clipboard

Missing reference for all standard libraries

Open inikishev opened this issue 1 year ago • 1 comments

Those libraries work, but VSCode doesn't see them

image

And I tried reinstalling both Julia and VSCode and that didn't work.

inikishev avatar Feb 11 '24 18:02 inikishev

Yes I also get the same warnings even though Julia runs it just fine. The only fix I found (besides turning off the warning) is to create a project environment where the packages are added. Of course Julia doesn't need this, and it runs just fine without a project.toml because it just uses the global variable. The linter should recognize the global environment in the absence of a project.toml.

g-adel avatar Mar 27 '24 10:03 g-adel