master #1

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

View File

@@ -82,6 +82,7 @@ dap.configurations.python = {
name = "Launch file with venv";
justMyCode = false;
program = "${file}";
cwd = vim.fn.getcwd();
pythonPath = getPythonEnv
},
}