Python: add lsp configuration widget

Change-Id: I688981293e3bbbee64fc2d714146fcdfa8126458
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2022-01-12 14:00:05 +01:00
parent b9d59edeb1
commit c9cd00f2ce
5 changed files with 280 additions and 0 deletions

View File

@@ -57,6 +57,8 @@ public:
LanguageClient::Client *createClient(LanguageClient::BaseClientInterface *interface) const final;
private:
static QJsonObject defaultConfiguration();
QString m_interpreterId;
PyLSSettings(const PyLSSettings &other) = default;