-
I am trying to implement a feature and want to debug the server. I found this article about debugging in the wiki, however when I attach to an instance, the breakpoints are misaligned. I guess it's because my instance does not have the bleeding edge version. What I did as a workarround:
|
Beta Was this translation helpful? Give feedback.
Answered by
sumneko
Nov 21, 2022
Replies: 1 comment 1 reply
-
Regular practice:
My practice: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sewbacca
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Regular practice:
cd vscode-lua/client
npm install
vscode-lua/server/bin
vscode-lua
in VSCodeLuanch Client
My practice:
Clone
vscode-lua
into<USER>\.vscode-insiders\extensions\