Skip to content

[v2] Java Run and Debug doesn't work #1081

Closed
@wjayesh

Description

@wjayesh
  • 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

  1. 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
  2. Open localhost:8080 on your browser
  3. Create a terminal from the drop down menu "Terminal"
  4. Install JDK with the command sudo apt install default-jdk
  5. Install Java Extension Pack through the Extensions option in the sidebar.
  6. Git clone a sample java project with tests.
  7. Use "Open Folder" to open the cloned directory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions