Skip to content

Commit acb0545

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/copilot/client.lua

Lines changed: 1 addition & 0 deletions
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)