azure-dev icon indicating copy to clipboard operation
azure-dev copied to clipboard

[codespaces] Python extension not installed by default even when configured in devcontainer.json

Open danieljurek opened this issue 3 years ago • 1 comments

When attempting to debug a python app:

image

The devcontainer.json file contains an entry for the Python extension (example)

Yet the interface reports that the extension is not installed:

image

danieljurek avatar Oct 19 '22 18:10 danieljurek

Rebuilding the container appears to have helped on this one. Is there a way to make sure the requisite extensions are installed?

danieljurek avatar Oct 19 '22 18:10 danieljurek

We do specify prereq extensions in devcontainer.json. Closing out as i was unable to reproduce this.

weikanglim avatar Nov 02 '22 23:11 weikanglim