mfussenegger / nvim-dap

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

vscode-go installing doesn't work #1208

Closed NX-Luca-Frangiamore closed 1 month ago

NX-Luca-Frangiamore commented 1 month ago

Debug adapter definition and debug configuration

when i follow the istruction i get stuck in: npm i since it doesn't see package.json

Debug adapter version

No response

Steps to Reproduce

git clone https://github.com/golang/vscode-go cd vscode-go npm install <- It is broken here

Expected Result

install the dependency npm

Actual Result

This is related to npm not being able to find a file.

mfussenegger commented 1 month ago

The wiki is community maintained - if the instructions no longer work people need to figure out what changed and update it.

The issue tracker is for client bugs.