-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: What determines which extensions are included #243
Comments
With a recent @devcontainers/cli change for images metadata. The For Besides these three extensions, all others are installed due to extensions packs. |
Closing as answered the question! |
Node is optional. it's not necessary for a python project. Therefore, ESLint should be optional too. It is annoying to uninstall ESLint to see them again every time I rebuild the image. ESLint wasn't included previously in the image. |
Please open this issue. Also, It is not a question, but a bug. The extensions shouldn't be installed when it's not necessary. |
For python and miniconda images, highlighting the thought behind installing
I agree, this can be an issue, feel free to add your thoughts or upvote devcontainers/features#386 |
I was running the following
devcontainer.json
:I am not specifying any extensions, however in the vscode container remote extensions I see the following are installed:
I am assuming that the image
mcr.microsoft.com/devcontainers/python:3.11
ships these extensions. I was just after a little more information on where these come from.The text was updated successfully, but these errors were encountered: