Python: Use specialized document to check for pylsp

Change-Id: I9ea13df7fc04a4fe35d901da179b9c0ebaf57bb6
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2022-03-15 13:14:14 +01:00
parent 4a6d6d1323
commit b8c8e0ccae
4 changed files with 20 additions and 18 deletions

View File

@@ -111,9 +111,6 @@ void PythonPlugin::extensionsInitialized()
Core::FileIconProvider::registerIconOverlayForSuffix(imageFile, "py");
TaskHub::addCategory(PythonErrorTaskCategory, "Python", true);
connect(Core::EditorManager::instance(), &Core::EditorManager::documentOpened,
this, &PyLSConfigureAssistant::documentOpened);
}
} // namespace Internal