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 vscode property #6371

Closed
2 tasks done
chrmarti opened this issue Feb 22, 2022 · 1 comment
Closed
2 tasks done

Test: Move extensions, settings and devPort to vscode property #6371

chrmarti opened this issue Feb 22, 2022 · 1 comment
Labels
containers Issue in vscode-remote containers testplan-item
Milestone

Comments

@chrmarti
Copy link
Contributor

chrmarti commented Feb 22, 2022

Refs: devcontainers/spec#1

Complexity: 3

Create Issue


  • 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 "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.

@chrmarti
Copy link
Contributor Author

(Removing verification-found as we use that to label bugs reopened due to failed verification, but not for testplan-items.)

@chrmarti chrmarti removed the verification-found Issue verification failed label Feb 24, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Apr 10, 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