-
Notifications
You must be signed in to change notification settings - Fork 5.9k
vscode extension development debug can't hit breakpoint #2546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
code-server doesn't support debugging extensions yet but it's something
I'd like to add.
|
looking forward to this extension |
@chouzz Please retest. Using code-server 4.0.1 I could work through the whole Hello World guide without any problem. See also #3661 (comment). |
It works for me now! Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!code-server is really cool!
But I find that code-server seems can't debug vscode extension.
I install code-server with docker. And I use hello-wrold sample from github. It seems code-server can open an extension development host, but can not hit breakpiont.
So can code-server really debug vscode extension? Or I miss something?
code-server --version
: v3.7.4The text was updated successfully, but these errors were encountered: