set working dir
This commit is contained in:
@@ -82,6 +82,7 @@ dap.configurations.python = {
|
|||||||
name = "Launch file with venv";
|
name = "Launch file with venv";
|
||||||
justMyCode = false;
|
justMyCode = false;
|
||||||
program = "${file}";
|
program = "${file}";
|
||||||
|
cwd = vim.fn.getcwd();
|
||||||
pythonPath = getPythonEnv
|
pythonPath = getPythonEnv
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user