Commit Graph

7 Commits (main)

Author SHA1 Message Date
Kyle VanderBeek 2fb135026c Add back the post-attach watch. 2 months ago
Kyle VanderBeek 77903200a0 Remove duplicate vscode extension list.
It's already in the vendor-specific .vscode files.
2 months ago
Kyle VanderBeek e424e9f6c7 Add target directory to $PATH
Makes the pre-built command work in the shell right away.
2 months ago
Kyle VanderBeek 11f0fd7fd9 Convert to lightweight dev container; simplify.
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.
2 months ago
Emmanuel Roullit 351e4e2460
Update devcontainer.json 1 year ago
Emmanuel Roullit 4972bede48 dev: source cargo env files to find rustup
Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
1 year ago
Emmanuel Roullit f94f365e14 dev: add basic devcontainer settings file
Theses settings files are the base needed to declare and
bootstrap development environment on codespaces

Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
1 year ago