devcontainer.json: Extensions installed by VSIX are not installed automatically in devcontainer #7874
Labels
containers
Issue in vscode-remote containers
feature-request
Request for new features or functionality
Milestone
VSCode Version: 1.74.3 (user setup)
Local OS Version: Windows_NT x64 10.0.19044
Remote OS Version: Ubuntu 20.04.5 LTS
Remote Extension/Connection Type: Containers
Logs:
Steps to Reproduce:
Remote Server
The logs say that it failed to install the extension.
I guess that this problem happens because the dev container only checks the marketplace if there is an extension with this id.
However, since you can install extensions in the container that were previously installed locally via a VSIX file, the process of installing extensions via a
devcontainer.json
entry should be the following:Alternatively it's of course als possible to check for locally installed extensions first and then check the marketplace.
Does this issue occur when you try this locally?: No
Does this issue occur when you try this locally and all extensions are disabled?: Not applicable
The text was updated successfully, but these errors were encountered: