Python: use correct python language server after installation

Change-Id: Ie5e26eedffc51e8916d849121fa60ea3d56e5a66
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2023-10-24 11:19:51 +02:00
parent 250b82ba32
commit 0117b1669b
2 changed files with 5 additions and 13 deletions

View File

@@ -53,8 +53,6 @@ class PyLSConfigureAssistant : public QObject
public:
static PyLSConfigureAssistant *instance();
static void updateEditorInfoBars(const Utils::FilePath &python,
LanguageClient::Client *client);
static void openDocumentWithPython(const Utils::FilePath &python,
TextEditor::TextDocument *document);