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
{{ message }}
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
Similar to python.linting.ignorePatterns but for analysis. I have some files that I benefit from getting highlights as they are Python DSL, but that are not compiled using Python. I would like to tell the language server to avoid checking for type errors, missing variables and such on those files similar to how I was able to ignore them on the linter.
The text was updated successfully, but these errors were encountered:
Similar to
python.linting.ignorePatterns
but for analysis. I have some files that I benefit from getting highlights as they are Python DSL, but that are not compiled using Python. I would like to tell the language server to avoid checking for type errors, missing variables and such on those files similar to how I was able to ignore them on the linter.The text was updated successfully, but these errors were encountered: