-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed as not planned
Labels
enhancementNew feature or requestNew feature or request
Description
What problem or use case are you trying to solve?
Repo uses the devcontainers/universal
image which does not support ARM processors like M series on macbook pros
Describe of the solution you'd like
N/A
Do you have thoughts on the technical implementation?
Changing default image in .devcontainer/devcontainer.json with...
- custom image using a base image (ubuntu) and installing correct dependencies
- use a different base devcontainer image from microsoft and modify
on_create.sh
if needed for additional dependencies
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request