Conversation
Co-authored-by: szmyty <14865041+szmyty@users.noreply.github.com> Agent-Logs-Url: https://github.com/egohygiene/renderflow/sessions/512addf7-4662-49ec-ab1c-7952fe8f0db8
Copilot
AI
changed the title
[WIP] Create devcontainer with pinned toolchain and document build dependencies
🐳 Add devcontainer with pinned Rust toolchain and build dependencies
Mar 23, 2026
szmyty
approved these changes
Mar 23, 2026
Pull Request Summary by devActivityMetricsAchievements
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a fully reproducible Dev Container so contributors can start working immediately with zero manual setup — locally, in Codespaces, or in CI.
.devcontainer/Dockerfilemcr.microsoft.com/devcontainers/base:ubuntupandoc,curl,git,build-essential,pkg-config,libssl-dev,ca-certificatesstabletoolchain viarustup, installed system-wide (/usr/local) withRUSTUP_HOME/CARGO_HOME/PATHviaENVcrossandcargo-watch(both--locked)v3.43.3downloaded directly from the GitHub releases tarball (avoids executing a remote shell script).devcontainer/devcontainer.json/workspaces/renderflowterminal.integrated.defaultProfile.linux: "bash"(non-deprecated)rust-analyzer,even-better-toml,vscode-dockerpostCreateCommand: "cargo fetch"pre-warms the dependency cacheremoteUser: "vscode"aligned with the base image defaultThe following commands work out-of-the-box inside the container:
cargo build cargo run -- build cargo test pandoc --version task --versionOriginal prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.