chore: print OS version on health report

Often we get issue report without knowing which version of Windows or
Linux or MacOS they are running.
This commit is contained in:
Stephan Seitz 2022-11-22 21:10:40 +01:00
parent 67332894ef
commit 5aacb06135

View file

@ -94,6 +94,8 @@ local function install_health()
)
end
end
health.report_start("OS Info:\n" .. vim.inspect(vim.loop.os_uname()))
end
local function query_status(lang, query_group)