Skip to content

The devcontainer extensions do not work with a custom profile  #219941

Closed
@Lupennat

Description

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.91.0 (Universal)
  • OS Version: Darwin arm64 23.5.0

Steps to Reproduce:

  1. create new profile test
  2. switch to new profile
  3. Open in Devcontainer

devcontainer.json sample

{
	"name": "Alpine",
	"image": "mcr.microsoft.com/devcontainers/base:alpine-3.20",
	"customizations": {
		"vscode": {
			"extensions": [
				"dbaeumer.vscode-eslint"
			]
		}
	}
}

container is loaded without extensions.
Opening in DevContainer with the default profile works correctly.
Works correctly with the previous version of vscode 1.90.2

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseextensionsIssues concerning extensionsregressionSomething that used to work is now brokenremoteRemote system operations issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions