Python: globalize Python language server settings

Change-Id: I84fcee6462064f0c788492fcfa12a77379af2bd7
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2022-06-07 17:36:24 +02:00
parent e42ff3f14e
commit ed22ef7854
7 changed files with 285 additions and 222 deletions

View File

@@ -56,6 +56,7 @@ public:
static PyLSClient *clientForPython(const Utils::FilePath &python);
private:
void updateConfiguration();
void updateExtraCompilerContents(ProjectExplorer::ExtraCompiler *compiler,
const Utils::FilePath &file);
void closeExtraDoc(const Utils::FilePath &file);
@@ -87,8 +88,6 @@ private:
LanguageClient::BaseClientInterface *createInterface(
ProjectExplorer::Project *project) const override;
static QJsonObject defaultConfiguration();
QString m_interpreterId;
PyLSSettings(const PyLSSettings &other) = default;