-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update devcontainer config #350
Conversation
|
Thank you for submitting your Pull Request, the following links will become available for preview shortly:
|
3b41a86
This pull request includes several updates to the development container configuration to improve the setup process and ensure compatibility with new tools. The most important changes include updating the base image in the Dockerfile, modifying the post-create command, and updating the welcome message.
Development Container Configuration Updates:
.devcontainer/Dockerfile
: Updated the base image to a specific version using a SHA256 digest, enabled Proto, and ensured the correct Node version is installed..devcontainer/devcontainer.json
: Modified thepostCreateCommand
to remove the redundantcorepack enable pnpm
command..devcontainer/welcome-message.txt
: Updated the welcome message to include instructions for using ProtoCLI and installing dependencies.