Skip to content

Question: What determines which extensions are included #243

@andez2000

Description

@andez2000

I was running the following devcontainer.json:

{
	"image": "mcr.microsoft.com/devcontainers/python:3.11",
	"customizations": {
		"vscode": {
			"extensions": [
			]
		}
	}
}

I am not specifying any extensions, however in the vscode container remote extensions I see the following are installed:

  1. ESLint
  2. isort
  3. Jupyter
  4. Jupyter Cell Tags
  5. Jupyter Notebook Renderers
  6. Jupyter Slide Show
  7. Jupyter Keymap
  8. Python

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions