microsoft / vscode-remote-try-java

Java sample project for trying out Dev Containers
https://aka.ms/vscode-remote/containers/getting-started
MIT License
309 stars 446 forks source link

Fix java home path inside container #4

Closed ghost closed 5 years ago

ghost commented 5 years ago

With the original setting, the VSCode Java extension complains that the java.home is not correctly set. As a consequence, no build, run or debug is possible out of the box.

Chuxel commented 5 years ago

Interesting - it looks like this changed in the base image. Thanks for the PR!!