aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/copilot/copilotclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/copilot/copilotclient.cpp b/src/plugins/copilot/copilotclient.cpp
index 441269bb87d..3ed13801c9f 100644
--- a/src/plugins/copilot/copilotclient.cpp
+++ b/src/plugins/copilot/copilotclient.cpp
@@ -42,7 +42,7 @@ namespace Copilot::Internal {
static LanguageClient::BaseClientInterface *clientInterface(const FilePath &nodePath,
const FilePath &distPath)
{
- CommandLine cmd{nodePath, {distPath.toFSPathString()}};
+ CommandLine cmd{nodePath, {distPath.toFSPathString(), "--stdio"}};
const auto interface = new LanguageClient::StdIOClientInterface;
interface->setCommandLine(cmd);