fix(python): use venv for DAP Python (#1457)

dap_enabled = true, -- Ensure that the venv selector affect PythonPath in nvim-dap as well! (in venv-selector.nvim)
This commit is contained in:
Hai Ninh Hoang authored and GitHub committed 2023-09-26 13:35:27 +02:00
1 parent a7f971f30e
commit ea930e3545
1 file changed
+1
@@ -68,6 +68,7 @@ return {
"env",
".env",
},
dap_enabled = true, -- Ensure that the venv selector affect PythonPath in nvim-dap as well!
},
keys = { { "<leader>cv", "<cmd>:VenvSelect<cr>", desc = "Select VirtualEnv" } },
},