You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated to Julia 1.8.1 and noticed that now I have thousands of items in the Visual Studio Code PROBLEMS tab. Clicking on the PROBLEMS button I see that most of them are not due to problems in my code and some are false positive in my code. My program runs without any glitches.
These problems are in Manifest.toml:
Missing reference: git Julia [Ln 779, Col 1]
Missing reference: tree Julia [Ln 779, Col 5]
I updated to Julia 1.8.1 and noticed that now I have thousands of items in the Visual Studio Code PROBLEMS tab. Clicking on the PROBLEMS button I see that most of them are not due to problems in my code and some are false positive in my code. My program runs without any glitches.
These problems are in Manifest.toml:
Clicking on one of these I get
I also get problem reports related to my code every time I use the package Chain. The underscores are flagged as problems:
In this case clicking on it does not have any effect.
The text was updated successfully, but these errors were encountered: