Test: Move extensions, settings and devPort to customizations.vscode property #6652
Closed
2 tasks done
Labels
Milestone
Refs: devcontainers/spec#1
Complexity: 2
Create Issue
This requires Remote-Containers 0.233.0 or later.
.devcontainer.json
(or.devcontainer/devcontainer.json
):"extensions"
,"settings"
and"devPort"
properties still work when used as top-level properties."customizations"."vscode"
.Note that when adding configuration files from the built-in definitions (templates), these are still using the older top-level properties, so we have time to roll out the support first.
The text was updated successfully, but these errors were encountered: