vscode-java-dependency icon indicating copy to clipboard operation
vscode-java-dependency copied to clipboard

vscode-java-dependency doesn't install or setup correctly when listed in devcontainer.json

Open djshaw opened this issue 1 year ago • 0 comments

When I add vscjava.vscode-java-dependency to devcontainer.json's customizations.vscode.extensions, and after "Dev Containers: Rebuild Container" is executed, the vscode-java-dependency doesn't appear to be installed. I was expecting the Java Project tab to be present in Explorer, but it was not.

The extension can be manually installed from the extension tab, and the Java Project tab is populated correctly.

Logs from building and installing the dev container are here: https://github.com/djshaw/vscode-java-dependency-install-problem/blob/main/dev-container-build-log.txt

Logs for manually installing the extension are at the bottom of: https://github.com/djshaw/vscode-java-dependency-install-problem/blob/main/README.md

A repository to reproduce the issue is here: https://github.com/djshaw/vscode-java-dependency-install-problem/tree/main

If this issue is actually a configuration problem on my part, or if there is a work around, I would greatly appreciate any advice on how the issue can be solved.

djshaw avatar Feb 06 '24 21:02 djshaw