Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: Move extensions, settings and devPort to customizations.vscode property #6652

Closed
2 tasks done
chrmarti opened this issue Apr 25, 2022 · 0 comments
Closed
2 tasks done
Labels
containers Issue in vscode-remote containers testplan-item
Milestone

Comments

@chrmarti
Copy link
Contributor

chrmarti commented Apr 25, 2022

Refs: devcontainers/spec#1

Complexity: 2

Create Issue


This requires Remote-Containers 0.233.0 or later.

  • Set up a dev container. E.g., have a workspace folder with a .devcontainer.json (or .devcontainer/devcontainer.json):
{
	"image": "mcr.microsoft.com/vscode/devcontainers/base:bullseye"
}
  • Verify the "extensions", "settings" and "devPort" properties still work when used as top-level properties.
  • Verify they also work when used as subproperties under "customizations"."vscode".
  • 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.

@chrmarti chrmarti added containers Issue in vscode-remote containers testplan-item labels Apr 25, 2022
@chrmarti chrmarti added this to the April 2022 milestone Apr 25, 2022
@ghost ghost assigned deepak1556 and alexdima Apr 26, 2022
@alexdima alexdima removed their assignment Apr 27, 2022
@deepak1556 deepak1556 removed their assignment Apr 27, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jun 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
containers Issue in vscode-remote containers testplan-item
Projects
None yet
Development

No branches or pull requests

3 participants