-
Because VSCode manages to severely go wrong with this information. Warnings marked as ignored...are still shown at the bottom of the error window in some new dropdown. And they still count towards the counter in the ui. And they chose to explicitly say that they're not gonna let you substep this. |
Beta Was this translation helpful? Give feedback.
Answered by
sumneko
May 31, 2023
Replies: 1 comment
-
If you don't want to load these files, put the file path in (Translated by ChatGPT) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
carsakiller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you don't want to load these files, put the file path in
workspace.ignoreDir
. If you want to load these files but not diagnose them, put the file path inworkspace.library
.(Translated by ChatGPT)