Skip to content

devcontainer.json settings should take precedence over image metadata #7254

Description

Testing #7248

{
	"image": "test-base-image",
	"postAttachCommand": "echo 'Hello from the postAttachCommand in the workspace image!'",
	"customizations": {
		"vscode": {
			"extensions": ["ms-vscode.hexeditor"],
			"settings": {
				"terraform.languageServer.enable": false
			}
		}
	}
}
  • (notice the above configures "terraform.languageServer.enable": false)
  • Rebuild Container and open the machine settings
  • observe the setting is "terraform.languageServer.enable": true instead of false.

Activity

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

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bugcontainersIssue in vscode-remote containersverifiedVerification succeeded

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions