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 d661d65 commit e6c341aCopy full SHA for e6c341a
lua/copilot/client.lua
@@ -259,7 +259,7 @@ local function prepare_client_config(overrides)
259
}
260
261
if proxy_uri then
262
- vim.tbl_extend("force", settings, {
+ settings = vim.tbl_extend("force", settings, {
263
http = { ---@type copilot_settings_http
264
proxy = proxy_uri,
265
proxyStrictSSL = vim.g.copilot_proxy_strict_ssl or false,
@@ -269,7 +269,7 @@ local function prepare_client_config(overrides)
269
end
270
271
if provider_url then
272
273
["github-enterprise"] = { ---@type copilot_settings_github-enterprise
274
uri = provider_url,
275
},
0 commit comments