mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
fix: python test linux and windows
This commit is contained in:
parent
5817798c72
commit
16723f902e
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ if pcode.active_python_config then
|
|||
dap = { justMyCode = false },
|
||||
args = { "--log-level", "DEBUG" },
|
||||
runner = "pytest",
|
||||
python = "python",
|
||||
python = vim.fn.has("win32") == 0 and "python3" or "python",
|
||||
}),
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue