diff options
| author | Au <acehinnnqru@gmail.com> | 2023-04-19 03:04:24 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-18 19:04:24 +0000 |
| commit | f657fb6a4ba72ddb15724a45747839eaa39d7acb (patch) | |
| tree | 923dad3c407075414e6bf87ee75aa4cae0c7b5f3 /lua | |
| parent | fix(health): only check pwsh on Windows (#1232) (diff) | |
| download | mason-f657fb6a4ba72ddb15724a45747839eaa39d7acb.tar mason-f657fb6a4ba72ddb15724a45747839eaa39d7acb.tar.gz mason-f657fb6a4ba72ddb15724a45747839eaa39d7acb.tar.bz2 mason-f657fb6a4ba72ddb15724a45747839eaa39d7acb.tar.lz mason-f657fb6a4ba72ddb15724a45747839eaa39d7acb.tar.xz mason-f657fb6a4ba72ddb15724a45747839eaa39d7acb.tar.zst mason-f657fb6a4ba72ddb15724a45747839eaa39d7acb.zip | |
fix(health): add scheduler in python3_host_prog check (#1234)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/mason/health.lua | 1 |
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" }, |
