Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-07 | chore: remove protoc dep from CI (#26050) | Nathan Whitaker | |
It shouldn't be needed anymore | |||
2023-12-19 | fix(devcontainer): moved settings to customizations/vscode (#21512) | Julien Cayzac | |
The current configuration use the deprecated top-level `settings` and `extensions` keys. Those are now under `customizations/vscode`. | |||
2023-09-12 | fix(devcontainer): Add build deps and update extension in devcontainer (#20467) | Laurence Rowe | |
* Installs `cmake` and `protoc` build dependencies in the docker container. * Replaced deprecated TOML extension with its suggested alternative. Note: At least 16GB is required to build Deno, so ensure you use 'New with options' and select at least the 4-core/16GB machine type when starting in GitHub Codespaces. | |||
2022-09-03 | chore: update devcontainer configuration (#15751) | Bartek IwaĆczuk | |
2022-06-04 | chore: update devcontainer to a modern tag (#14792) | Aaron O'Mullan | |
Using debian 11 | |||
2022-01-23 | chore: upgrade to rust 1.58.1 (#13459) | Divy Srivastava | |
2022-01-16 | chore: upgrade to rust 1.58 in the dev container (#13388) | linbingquan | |
2021-11-24 | chore: upgrade Rust version to `1.56.1` (#12870) | Abdfn | |
2021-09-09 | chore: upgrade Rust to 1.55.0 (#11965) | Yusuke Tanaka | |
2021-08-13 | build: add devcontainer configuration (#11670) | Luca Casonato | |
This allows users to use Codespaces and VS Code Remote Containers easily. |