forked from qt-creator/qt-creator
Python: Check for Python language server after document was opened
Show an info bar entry with a one click solution to setup a language server if the python which is most likely to be used for this file has an installed language server. Change-Id: Ia52bb043b543699527740951f68cc6be546833df Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -4,5 +4,6 @@ QTC_LIB_DEPENDS += \
|
||||
utils
|
||||
QTC_PLUGIN_DEPENDS += \
|
||||
coreplugin \
|
||||
texteditor \
|
||||
projectexplorer
|
||||
languageclient \
|
||||
projectexplorer \
|
||||
texteditor
|
||||
|
||||
Reference in New Issue
Block a user