forked from qt-creator/qt-creator
QbsProjectManager: Add a language client
... and use it to follow symbols that QmlJSEditor does not know about. For now, the only implemented case on the server side is getting to a product or module via a Depends item. More functionality will follow. Change-Id: I597c7ab10f4bf6962684ed26357dfc0eef3a6c15 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -1134,7 +1134,6 @@ QmlJSEditorFactory::QmlJSEditorFactory(Utils::Id _id)
|
||||
using namespace Utils::Constants;
|
||||
addMimeType(QML_MIMETYPE);
|
||||
addMimeType(QMLPROJECT_MIMETYPE);
|
||||
addMimeType(QBS_MIMETYPE);
|
||||
addMimeType(QMLTYPES_MIMETYPE);
|
||||
addMimeType(JS_MIMETYPE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user