aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/mason/health.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/mason/health.lua b/lua/mason/health.lua
index 8955b2e0..1ec943ab 100644
--- a/lua/mason/health.lua
+++ b/lua/mason/health.lua
@@ -276,6 +276,7 @@ local function check_languages()
name = "python3_host_prog",
relaxed = true,
}
+ a.scheduler()
check {
cmd = vim.fn.expand(vim.g.python3_host_prog),
args = { "-m", "pip", "--version" },