set working dir

This commit is contained in:
Oliver Hartmann 2022-11-03 20:27:14 +01:00
parent a09b75f16e
commit f7536e94ae

View File

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