Closed lambdalisue closed 3 months ago
The recent changes enhance the health check functionality for Deno within the Denops environment. The check_deno_version
function now provides clearer output by including the Deno executable path. Additionally, a new prerequisite check verifies the presence of the Deno executable before proceeding to version verification, thereby improving robustness and user feedback during the health check process.
Files | Change Summary |
---|---|
autoload/health/denops.vim |
Updated check_deno_version to include the executable path in the output; added a check for Deno executable before version check; both functions marked with abort . |
π° In a world of code and hops,
A rabbit checks for Deno tops.
With paths revealed and checks anew,
Healthier code for me and you!
Hooray for upgrades, let them shine,
In the Denops garden, all is fine! πΌ
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.52%. Comparing base (
fcc579b
) to head (744b7a7
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
To avoid misconfiguration like #400
Summary by CodeRabbit
New Features
Bug Fixes