We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7318e commit 888d6eeCopy full SHA for 888d6ee
lua/mason-core/spawn.lua
@@ -66,6 +66,7 @@ setmetatable(spawn, {
66
-- Find the executable path via vim.fn.exepath on Windows because libuv fails to resolve certain executables
67
-- in PATH.
68
if platform.is.win and (spawn_args.env and has_path(spawn_args.env)) == nil then
69
+ a.scheduler()
70
local expanded_cmd = vim.fn.exepath(canonical_cmd)
71
if expanded_cmd ~= "" then
72
cmd = expanded_cmd
0 commit comments