forked from qt-creator/qt-creator
LSP: Support remote LSP file paths
Change-Id: If3cf1b8d675ef091427dbcd703c7d14b384a1b3a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -391,11 +391,6 @@ Client *LanguageClientManager::clientForFilePath(const Utils::FilePath &filePath
|
||||
return clientForDocument(TextEditor::TextDocument::textDocumentForFilePath(filePath));
|
||||
}
|
||||
|
||||
Client *LanguageClientManager::clientForUri(const DocumentUri &uri)
|
||||
{
|
||||
return clientForFilePath(uri.toFilePath());
|
||||
}
|
||||
|
||||
const QList<Client *> LanguageClientManager::clientsForProject(
|
||||
const ProjectExplorer::Project *project)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user