Commit 0696fd6
refactor(python): make mason optional during dap-python setup (#1565)
* refactor(python): make mason optional during dap-python setup
- Change Python debugger adapter path to first check for `debugpy-adapter` before falling back to `python`
- Only attempt to get `debugpy` package if Mason registry is available
Signed-off-by: Sped0n <hi@sped0n.com>
* refactor(python): clean up `nvim-dap-python` implementation
* refactor(python): remove unnecessary logic in `nvim-dap-python` implementation
---------
Signed-off-by: Sped0n <hi@sped0n.com>
Co-authored-by: Micah Halter <micah.halter@gtri.gatech.edu>1 parent f75b23e commit 0696fd6
1 file changed
Lines changed: 2 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
| 104 | + | |
| 105 | + | |
114 | 106 | | |
115 | 107 | | |
116 | 108 | | |
| |||
0 commit comments