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:
@ -68,6 +68,7 @@ return {
|
|||||||
"env",
|
"env",
|
||||||
".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" } },
|
keys = { { "<leader>cv", "<cmd>:VenvSelect<cr>", desc = "Select VirtualEnv" } },
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user