master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 2b592e82ad - Show all commits

View File

@@ -131,7 +131,7 @@ return {
local jsonVenv = getVenvFromJson(cwd .. '/pyrightconfig.json') local jsonVenv = getVenvFromJson(cwd .. '/pyrightconfig.json')
if jsonVenv ~= nil then if jsonVenv ~= nil then
return jsonVenv return jsonVenv .. '/' .. getVenvSuffix()
end end
if vim.fn.executable(cwd .. '/venv/' .. getVenvSuffix()) == 1 then if vim.fn.executable(cwd .. '/venv/' .. getVenvSuffix()) == 1 then