forked from qt-creator/qt-creator
LanguangeClient: Use more FilePath
Change-Id: Ic849da11da646feb804717550d2a8a60d61f332d Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -225,7 +225,7 @@ const StdIOSettings *PyLSConfigureAssistant::languageServerForPython(const FileP
|
||||
static Client *registerLanguageServer(const FilePath &python)
|
||||
{
|
||||
auto *settings = new StdIOSettings();
|
||||
settings->m_executable = python.toString();
|
||||
settings->m_executable = python;
|
||||
settings->m_arguments = "-m pyls";
|
||||
settings->m_name = PyLSConfigureAssistant::tr("Python Language Server (%1)")
|
||||
.arg(pythonName(python));
|
||||
|
||||
Reference in New Issue
Block a user