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

Bootstrap vscode dev container #1303

Merged
merged 2 commits into from
Oct 17, 2023
Merged

Bootstrap vscode dev container #1303

merged 2 commits into from
Oct 17, 2023

Conversation

ndisidore
Copy link
Contributor

@ndisidore ndisidore commented Oct 11, 2023

Creates a vscode devcontainer for workerd, installing all needed dependencies and doing ide setup for developers.

image

On opening the project in vscode, users will see this modal. Clicking the Reopen in Container will launch the dev container
image

This doesn't make any changes to existing setups, just another tool in the belt 🙂

@irvinebroque
Copy link
Collaborator

🙌 🙌 🙌

RUN curl -fSsL -o /usr/local/bin/buildifier https://github.com/bazelbuild/buildtools/releases/download/${BUILDIFER_VERSION}/buildifier-linux-amd64 \
&& echo "${BUILDIFER_DOWNLOAD_SHA} /usr/local/bin/buildifier" | sha256sum --check \
&& chmod 0755 /usr/local/bin/buildifier

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change

.devcontainer/Dockerfile Outdated Show resolved Hide resolved
Co-authored-by: James M Snell <jasnell@gmail.com>
@jasnell jasnell merged commit b2983d9 into cloudflare:main Oct 17, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants