forked from qt-creator/qt-creator
Python: globalize Python language server settings
Change-Id: I84fcee6462064f0c788492fcfa12a77379af2bd7 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user