set dap-python path to use system python

This commit is contained in:
2025-03-18 13:09:52 -05:00
parent 373cbf1815
commit 24f67e2676

View File

@@ -103,6 +103,7 @@
# Add debuggers here
dap-python = {
enable = true;
adapterPythonPath = "python";
};