summaryrefslogtreecommitdiff
path: root/.devcontainer
AgeCommit message (Collapse)Author
2024-03-09Add back the post-attach watch.Kyle VanderBeek
2024-03-09Remove duplicate vscode extension list.Kyle VanderBeek
It's already in the vendor-specific .vscode files.
2024-03-09Add target directory to $PATHKyle VanderBeek
Makes the pre-built command work in the shell right away.
2024-03-09Convert to lightweight dev container; simplify.Kyle VanderBeek
Instead of running `rustup` on a multi-gigabyte general-purpose Linux base, use the premade devcontainers/rust:1 which closely tracks the rust toolchain releases. Rip out excess setup steps since devcontainers come with the repo checked out; just compile/update the binary.
2023-02-25Update devcontainer.jsonEmmanuel Roullit
2022-12-01dev: source cargo env files to find rustupEmmanuel Roullit
Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
2022-12-01dev: add basic devcontainer settings fileEmmanuel Roullit
Theses settings files are the base needed to declare and bootstrap development environment on codespaces Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>