-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
meta: update devcontainer to the latest schema #54347
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
base: main
Are you sure you want to change the base?
Conversation
Co-Authored-By: bharath063 <[email protected]>
CC @nodejs/platform-arm |
Bump for reviews |
} | ||
} | ||
}, | ||
"image": "nodejs/devcontainer:nightly" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are people using this? The image hasn't been updated in two years: https://hub.docker.com/r/nodejs/devcontainer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure, but it's what we've been recommending.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@richardlau if your concern is addressed, can this land?
It's been several months
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not blocking. I don't use this.
This PR updates the devcontainer config to that of the latest schema.
IMO
.devcontainer.json
at the root makes more sense, as it is a similar file to to.editorconfig
, which is also stored at the root.Additionally,
extensions
andsettings
where renamed tocustomizations/vscode/extensions
andcustomizations/vscode/settings
, respectively. The latest schema for the vscode customizations is available here.