set working dir
This commit is contained in:
parent
a09b75f16e
commit
f7536e94ae
@ -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
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user