Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upLinting is disabled by default if workspace/didChangeConfiguration does not provide python settings #916
Comments
|
When you say 'linting' do you mean syntax check (ie parser diagnostics) or undefined imports, etc? |
|
undefined import etc. The ones documented here: https://github.com/Microsoft/python-language-server#linting-options-diagnostics |
|
@jakebailey worked on settings and related. |
By providing no settings
workspace/didChangeConfigurationRPC throws an exception (#915). Even if the ifnull check would work, then default settings won't be applied and linting is never enabled.