Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False positives in PROBLEMS tab in VSCode #351

Open
Soldalma opened this issue Oct 6, 2022 · 1 comment
Open

False positives in PROBLEMS tab in VSCode #351

Soldalma opened this issue Oct 6, 2022 · 1 comment
Labels

Comments

@Soldalma
Copy link

Soldalma commented Oct 6, 2022

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]

Clicking on one of these I get

[[deps.ATK_jll]]
deps = ["Artifacts", "Glib_jll", "JLLWrappers", "Libdl", "Pkg"]
git-tree-sha1 = "58c36d8a1beeb12d63921bcfaa674baf30a1140e"
uuid = "7b86fcea-f67b-53e1-809c-8f1719c154e8"
version = "2.36.1+0"

I also get problem reports related to my code every time I use the package Chain. The underscores are flagged as problems:

Missing reference: _ Julia [Ln 1718, Col 43]

In this case clicking on it does not have any effect.

@davidanthoff davidanthoff transferred this issue from julia-vscode/julia-vscode Oct 15, 2022
@xgdgsc
Copy link

xgdgsc commented Sep 15, 2023

It also reports deps in Manifest.toml and Project.toml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants