Disable python analisys on custom path regex
casassg opened this issue · 0 comments
casassg commented
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.