Commit graph

8 commits

Author SHA1 Message Date
Laurence Rowe 8f0270c0cf
fix(devcontainer): Add build deps and update extension in devcontainer (#20467)
* 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.
2023-09-12 15:33:07 +00:00
Bartek Iwańczuk 26f5d608ee
chore: update devcontainer configuration (#15751) 2022-09-03 02:21:41 +02:00
Aaron O'Mullan 4de586b685
chore: update devcontainer to a modern tag (#14792)
Using debian 11
2022-06-04 01:40:45 +02:00
Divy Srivastava 3959d9f2d2
chore: upgrade to rust 1.58.1 (#13459) 2022-01-23 22:36:40 +05:30
linbingquan 51518499b3
chore: upgrade to rust 1.58 in the dev container (#13388) 2022-01-16 20:05:25 -05:00
Abdfn 88000b5feb
chore: upgrade Rust version to 1.56.1 (#12870) 2021-11-24 13:26:18 -05:00
Yusuke Tanaka 87052927af
chore: upgrade Rust to 1.55.0 (#11965) 2021-09-09 21:15:21 -04:00
Luca Casonato 74d523e924
build: add devcontainer configuration (#11670)
This allows users to use Codespaces and VS Code Remote Containers
easily.
2021-08-13 14:24:38 +02:00