Commit Graph

14 Commits

Author SHA1 Message Date
c49442facd Use language features. (#3456) 2023-08-25 13:36:36 -07:00
37aede810a Fix install of dotnet in devcontainer (#3176)
* Install dotnet from Ubuntu package sources

* Update to more recent devcontainer format
2023-06-07 22:21:10 +00:00
461053cb43 Check Bicep files during CI (#2658) 2022-11-29 20:15:34 +00:00
1755683be4 More default devcontainer settings (#2641) 2022-11-21 21:06:44 +00:00
16916c8653 Devcontainer: ensure venv is installed (#2372) 2022-09-09 22:07:26 +00:00
e1420e1a1d Move global tool installs into another script so they can be cached (#2365) 2022-09-08 22:31:52 +00:00
402d549d02 Dockerfile fix (#2297) 2022-08-25 15:17:32 -04:00
07fb794f8a Devcontainer updates (#2279) 2022-08-23 22:47:13 +00:00
728d60588c Use 'os-provided' Python (#2118)
Using `3.8` for the Python devcontainer feature version means it builds from source every time the devcontainer is rebuilt, which is very slow. Using `os-provided` will give us a recent enough version (3.10).

Also install `python-is-python3` so that the bare `python` command points to Python 3 (our scripts seem to expect this).
2022-07-05 21:31:38 +00:00
f514fc35e3 Devcontainer: Set some default Omnisharp options (#2048) 2022-06-15 14:18:19 +12:00
30a071a70e Devcontainer additions (#2029)
Add extensions for:

* Bicep 
* .NET test runner
* Azure Functions

Include in setup script:

* `cargo-audit` & `cargo-license` (pre-reqs for the CI script)
2022-06-09 19:13:32 +00:00
babe7c2111 Auto lint before committing (#1928) 2022-05-17 13:15:24 +00:00
350d07b7af Add dev container (#1822)
* starting

* Add post create script

* Fixing up scripts

* Clean up dockerfile
2022-04-22 13:06:35 +00:00
b7e404fd26 Basic devcontainer configuration (#1768)
* Basic devcontainer configuration

* Bump Rust to 1.60, which is required

* Add some more requirements

* Manually install Rust so that cargo-audit can be installed

* Include settings/extensions that were in Rust feature previously

* Install further Rust requirements (from rust-prereqs.sh)

* Install dotnet "by hand"; this should be a bit faster than multiple steps

* Add Python extension to devcontainer

Co-authored-by: Teo Voinea <58236992+tevoinea@users.noreply.github.com>
2022-04-20 19:22:07 +00:00