Skip to content

Commit acb0545

Browse files
authored
fix missing stdio param (#385)
1 parent 2d32b62 commit acb0545

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/copilot/client.lua

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ local function prepare_client_config(overrides)
190190
cmd = {
191191
node,
192192
agent_path,
193+
'--stdio'
193194
},
194195
root_dir = vim.loop.cwd(),
195196
name = "copilot",

0 commit comments

Comments
 (0)