-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[v2] Java Run and Debug doesn't work #1081
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
Hi WJayesh, |
Thanks for the suggestion @harunozceyhan |
@sr229 @code-asher Any updates on this? Thanks |
Java processes run and and can be debugged provided that
|
@emil-simeonov-se Thanks for the fix! @wjayesh We'll have a new v2 image pushed once https://travis-ci.com/cdr/code-server/jobs/248856470 completes so give that a shot when you have some time and let me know if it doesn't fix the problem for you (it seems to fix it for me). |
Thanks @code-asher @emil-simeonov-se . I will take a look and update this comment to confirm 👍 |
code-server
version: 1.38.1Description
Run and Debug commands, that are available after right-clicking on a file, do not work. On clicking on any of these, an "Activating Extensions" message appears on the status bar which disappears in a while. There is no further activity.
Running tests through Java Test Runner extension works and shows a report but Debug Test shows similar behavior as Run and Debug.
Steps to Reproduce
sudo docker run -t -p 127.0.0.1:8080:8080 -v "LOCAL_PATH:/root/project" codercom/code-server:v2
localhost:8080
on your browsersudo apt install default-jdk
The text was updated successfully, but these errors were encountered: