Closed
Description
code-server
version: 1.38.1- 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.
- Git clone a sample java project with tests.
- Use "Open Folder" to open the cloned directory.