forked from qt-creator/qt-creator
Python: remove python specific language client settings
Change-Id: Ic993d525f29c1925f7e64dfc6f5e053234fb4904 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user