You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verify the "extensions", "settings" and "devPort" properties still work when used as top-level properties.
Verify they also work when used as subproperties under "vscode" as the top-level property.
Verify there is IntelliSense for both variations and that there is a warning when you use a property in both locations.
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:
Refs: devcontainers/spec#1
Complexity: 3
Create Issue
.devcontainer.json
(or.devcontainer/devcontainer.json
):"extensions"
,"settings"
and"devPort"
properties still work when used as top-level properties."vscode"
as the top-level property.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: