We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d39782 commit 9bfb86eCopy full SHA for 9bfb86e
1 file changed
lua/copilot/util.lua
@@ -38,6 +38,7 @@ M.get_completion_params = function()
38
indentsize = vim.bo.shiftwidth,
39
position = format_pos(),
40
path = vim.api.nvim_buf_get_name(0),
41
+ uri = 'file://' .. vim.api.nvim_buf_get_name(0),
42
},
43
}
44
return params
0 commit comments