We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6bc0f commit 46b28e3Copy full SHA for 46b28e3
lua/copilot/command.lua
@@ -19,6 +19,7 @@ function mod.version()
19
if client then
20
local _, data = a.get_version(client)
21
lines[#lines + 1] = "copilot/dist/agent.js" .. " " .. data.version
22
+ lines[#lines + 1] = "Node.js" .. " " .. c.get_node_version()
23
else
24
lines[#lines + 1] = "copilot/dist/agent.js" .. " " .. "not running"
25
end
0 commit comments