We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a83270 commit a78ce20Copy full SHA for a78ce20
lua/vectorcode/integrations/copilotchat.lua
@@ -42,7 +42,7 @@ end, 4)
42
43
---@param opts VectorCode.CopilotChat.ContextOpts?
44
---@return CopilotChat.config.context
45
-local make_context = check_cli_wrap(function(opts)
+local make_context_provider = check_cli_wrap(function(opts)
46
opts = vim.tbl_deep_extend("force", {
47
max_num = 5,
48
use_lsp = vc_config.get_user_config().async_backend == "lsp",
@@ -101,5 +101,5 @@ local make_context = check_cli_wrap(function(opts)
101
end)
102
103
return {
104
- make_context = make_context,
+ make_context_provider = make_context_provider,
105
}
0 commit comments