devcontainer.json shows Warning/Problem for extension entry using a filepath #8827
Labels
bug
Issue identified by VS Code Team member as probable bug
containers
Issue in vscode-remote containers
Steps to Reproduce:
Problem
with the"/extensions/redhat.java-0.82.0.vsix"
line and the following text:Expected format: '${publisher}.${name}' or '${publisher}.${name}@${version}'. Example: 'ms-dotnettools.csharp'.
Does this issue occur when you try this locally?: Yes
Does this issue occur when you try this locally and all extensions are disabled?: Yes
Additional Notes:
extensions
property besides publisher and ID (devcontainer.json
) vscode-dev-containers#1572 (comment)a. I'm using devcontainers for our development environment, and I want to ensure that one of our custom extensions is installed for developers automatically, like the extensions that are available on the marketplace (ms-vscode.cpptools).
b. If there's an easier way to ensure that a custom extension is installed inside the container automatically, that would work for me too (and make this issue N/A for me)
The text was updated successfully, but these errors were encountered: