You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS Version: Ubuntu 18.04.3, Docker(running locally)
Description
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
Start a container with command sudo docker run -t -p 127.0.0.1:8080:8080 -v "LOCAL_PATH:/root/project" codercom/code-server:v2
Open localhost:8080 on your browser
Create a terminal from the drop down menu "Terminal"
Install JDK with the command sudo apt install default-jdk
Install Java Extension Pack through the Extensions option in the sidebar.
code-serverversion: 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:v2localhost:8080on your browsersudo apt install default-jdk