Java Extension Pack Installation Failure
See original GitHub issue- 
code-serverversion: latest docker image https://hub.docker.com/r/codercom/code-server/tags
- 
OS Version: Official Docker Image https://hub.docker.com/r/codercom/code-server/tags 
- 
Extension: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack 
Description
Java Extention pack can not be installed into locally launched docker container
Steps to Reproduce
- docker run -t -p 127.0.0.1:8443:8443 -v “LOCAL_PATH:/root/project” codercom/code-server
- login code-server
- search Java Extention packand click install.
- see the error message on the bottom right. `Failed to install ‘vscjava.vscode-java-pack’.
- The same extension can be installed without an issue with MacOS version of VSCode
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:5 (3 by maintainers)
 Top Results From Across the Web
Top Results From Across the Web
Problems downloading Java Extensions with Visual Studio ...
After clicking Install (in the extension list), I get the following error: Failed to install 'vscjava. vscode-java-debug'.
Read more >Java Extension Pack installs but does not work properly #444
Steps to Reproduce. Install the Java Extension Pack from the marketplace; Try opening any Java file. See that no syntax errors or info...
Read more >Java extensions for Visual Studio Code
Tip: To learn how to install and manage your extensions, ... This extension pack contains a list of popular Java extensions for fundamental...
Read more >Troubleshooting tips for running Java
Download and Install Java · Try the offline installer package (Windows only) · Uninstall any non-working Java installations · Temporarily turn off firewall...
Read more >How to Use Visual Studio Code with Java? - Baeldung
Visual Studio Code; Java Development Kit (JDK); Java Extension Pack ... Code installed, we just have to install the Java Extension Pack from ......
Read more > Top Related Medium Post
Top Related Medium Post
No results found
 Top Related StackOverflow Question
Top Related StackOverflow Question
No results found
 Troubleshoot Live Code
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free Top Related Reddit Thread
Top Related Reddit Thread
No results found
 Top Related Hackernoon Post
Top Related Hackernoon Post
No results found
 Top Related Tweet
Top Related Tweet
No results found
 Top Related Dev.to Post
Top Related Dev.to Post
No results found
 Top Related Hashnode Post
Top Related Hashnode Post
No results found

This will hopefully be fixed in the next version of code-server.
@sr229 I can confirm that it also happens with the binaries downloaded from https://github.com/codercom/code-server/releases