vscode-go installing doesn't work #1209
Unanswered
NX-Luca-Frangiamore
asked this question in
Q&A
Replies: 2 comments
-
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. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had the same issue and just found a fix. I think the folder structure is changed. We now need to I have also updated the wiki page to reflect the change. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions