Python: remove python specific language client settings

Change-Id: Ic993d525f29c1925f7e64dfc6f5e053234fb4904
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2022-06-09 13:41:41 +02:00
parent ed22ef7854
commit 4c20a880e6
6 changed files with 122 additions and 310 deletions

View File

@@ -75,10 +75,6 @@ public:
PythonPlugin::PythonPlugin()
{
m_instance = this;
LanguageClient::LanguageClientSettings::registerClientType({Constants::PYLS_SETTINGS_ID,
tr("Python Language Server"),
[]() { return new PyLSSettings; }});
}
PythonPlugin::~PythonPlugin()