Launch.json configuration to debug code server #4888
Unanswered
ericzhucode
asked this question in
Q&A
Replies: 2 comments 1 reply
-
We really rely on the console for this. We execute watching mode and other commands, so it hot reloas with error logs. |
Beta Was this translation helpful? Give feedback.
1 reply
-
What do you actually mean? I don't think we need a launch.json for code-server. |
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
-
Hi team, I have read contribution documents you published
https://coder.com/docs/code-server/latest/CONTRIBUTING
Everything is perfect but may I know how your team debug this project?
If we use vscode or code server to debug, then we have to set launch.json configurations.
In vscode, official configurations is offered and we can debug all processes directly but in code server, there's no such file yet.
I have wrote my own launch.json and I can debug express framework of code server and render process of vscode now, but I found it's still hard to debug other process like extension host process.
Can you let us community contributors to know the way you debug this project? Or is it possible that you can add those settings file to source code like vscode does?
Just a suggestion, thank you so much for your effort so far.
Beta Was this translation helpful? Give feedback.
All reactions