When I open a file I expect that the file gets linted with pylint, but python_ls.py::m_text_document__did_open() calls self.lint with is_saved=False. pylint_lint.py will return in that case the last diagnostics, which is empty after opening the file.
When I open a file I expect that the file gets linted with pylint, but
python_ls.py::m_text_document__did_open()callsself.lintwithis_saved=False. pylint_lint.py will return in that case the last diagnostics, which is empty after opening the file.