Skip to content

Commit c2e90de

Browse files
committed
change default to getCompletionsCycling due to protocol change
1 parent b4970d4 commit c2e90de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/copilot/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local client = require("copilot.client")
44
local defaults = {
55
cmp = {
66
enabled = true,
7-
method = "getPanelCompletions",
7+
method = "getCompletionsCycling",
88
},
99
panel = { -- no config options yet
1010
enabled = true,

0 commit comments

Comments
 (0)