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

devcontainer.json Updates #59694

Merged
merged 3 commits into from
Aug 22, 2024
Merged

devcontainer.json Updates #59694

merged 3 commits into from
Aug 22, 2024

Conversation

DanielRosenwasser
Copy link
Member

@DanielRosenwasser DanielRosenwasser commented Aug 20, 2024

This change:

  • Updates the version of Node.js to 22
  • Installs pprof (and go) for profiling
  • Removes the Dockerfile and relies just on devcontainer.json
  • Adds devcontainer.json dependabot scanning

@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Aug 20, 2024
.github/dependabot.yml Outdated Show resolved Hide resolved

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": {
"Configure Build Tools": "sudo corepack enable npm; sudo npm install -g hereby; npm ci",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wish this didn't need to be sudo :(

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, but this is the same as what was happening in the Dockerfile, so I don't really feel like there's anything wrong with it.

@DanielRosenwasser DanielRosenwasser marked this pull request as ready for review August 22, 2024 22:03
@DanielRosenwasser DanielRosenwasser merged commit d1e25f2 into main Aug 22, 2024
33 checks passed
@DanielRosenwasser DanielRosenwasser deleted the devcontainer-updates branch August 22, 2024 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants