mfussenegger / nvim-dap

Debug Adapter Protocol client implementation for Neovim
GNU General Public License v3.0
5.67k stars 207 forks source link

doesn't seem to load adapters from .vscode/launch.json #1342

Closed GopherJ closed 1 month ago

GopherJ commented 1 month ago

Debug adapter definition and debug configuration

No response

Debug adapter version

No response

Steps to Reproduce

N/A

Expected Result

N/A

Actual Result

N/A

GopherJ commented 1 month ago

configurations can be successfully loaded, but adapters need to be manually configured in neovim

mfussenegger commented 1 month ago

A .vscode/launch.json doesn't declare adapters. It only references them - so yes they need to be configured elsewhere. That's intentional