We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b28e3 commit f9c4bf7Copy full SHA for f9c4bf7
lua/copilot/client.lua
@@ -60,7 +60,6 @@ M.merge_server_opts = function(params)
60
local set_editor_info_params = util.get_editor_info()
61
set_editor_info_params.editorInfo.version = set_editor_info_params.editorInfo.version .. ' + Node.js ' .. M.get_node_version()
62
set_editor_info_params.editorConfiguration = util.get_editor_configuration()
63
- print(vim.inspect(set_editor_info_params))
64
api.set_editor_info(client, set_editor_info_params)
65
end)
66
vim.schedule(M.buf_attach_copilot)
0 commit comments