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:
@@ -131,6 +131,11 @@ void StdIOClientInterface::setEnvironment(const Utils::Environment &environment)
|
||||
m_env = environment;
|
||||
}
|
||||
|
||||
Utils::FilePath StdIOClientInterface::serverDeviceTemplate() const
|
||||
{
|
||||
return m_cmd.executable();
|
||||
}
|
||||
|
||||
void StdIOClientInterface::sendData(const QByteArray &data)
|
||||
{
|
||||
if (!m_process || m_process->state() != QProcess::Running) {
|
||||
|
||||
Reference in New Issue
Block a user