julia-vscode
julia-vscode copied to clipboard
Missing reference for all standard libraries
Those libraries work, but VSCode doesn't see them
And I tried reinstalling both Julia and VSCode and that didn't work.
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.