| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix bug - Python: Error installing os-provided python (#112) | Samruddhi Khandale | 2022-08-23 | 16 | -29/+35 |
* | favor correctness by removing `apt update ...` short-circuiting (#98) | Josh Spicer | 2022-08-23 | 23 | -214/+114 |
* | fix rust error when choose a non-default version. (#111) | Josh Spicer | 2022-08-23 | 2 | -3/+3 |
* | Automated documentation update (#109) | github-actions[bot] | 2022-08-21 | 1 | -0/+29 |
* | Add new NVIDIA CUDA feature (#80) | JP Ungaretti | 2022-08-21 | 2 | -0/+109 |
* | Automated documentation update (#106) | github-actions[bot] | 2022-08-18 | 24 | -24/+260 |
* | Move extensions and settings under customizations.vscode (#97) | Samruddhi Khandale | 2022-08-17 | 15 | -98/+158 |
* | update `dotnet`/`oryx` features to use recommended install location for dotne... | Josh Spicer | 2022-08-17 | 3 | -74/+113 |
* | update `rust` version proposals (#95) | Josh Spicer | 2022-08-16 | 1 | -4/+4 |
* | sshd: always run initial apt-get (#96) | Josh Spicer | 2022-08-15 | 2 | -13/+2 |
* | Add notes for Features that have them (#88) | Chuck Lantz | 2022-08-11 | 6 | -0/+190 |
* | Automated documentation update (#90) | github-actions[bot] | 2022-08-11 | 9 | -25/+22 |
* | Options: Follow camelCase (#89) | Samruddhi Khandale | 2022-08-11 | 19 | -77/+62 |
* | Remove lingering TODO from Python feature (#87) | JP Ungaretti | 2022-08-10 | 1 | -1/+0 |
* | Automated documentation update (#86) | github-actions[bot] | 2022-08-10 | 1 | -1/+1 |
* | Java: fix gradle bug - invalid version (#84) | Samruddhi Khandale | 2022-08-10 | 2 | -4/+3 |
* | Automated documentation update (#85) | github-actions[bot] | 2022-08-09 | 24 | -48/+48 |
* | Automated documentation update (#81) | github-actions[bot] | 2022-08-06 | 1 | -1/+1 |
* | Prep: republish features to ghcr.io (#78) | Samruddhi Khandale | 2022-08-05 | 24 | -93/+49 |
* | Rename feature: 'common' to 'common-utils' (#79) | Samruddhi Khandale | 2022-08-05 | 3 | -4/+4 |
* | bump go to 1.19 | Josh Spicer | 2022-08-05 | 1 | -2/+2 |
* | Automated documentation update (#77) | github-actions[bot] | 2022-08-03 | 1 | -0/+2 |
* | port https://github.com/microsoft/vscode-dev-containers/pull/1560 | Josh Spicer | 2022-08-01 | 1 | -1/+1 |
* | parity with https://github.com/microsoft/vscode-dev-containers/pull/1561 | Josh Spicer | 2022-08-01 | 1 | -2/+2 |
* | sync with https://github.com/microsoft/vscode-dev-containers/pull/1559 | Josh Spicer | 2022-08-01 | 1 | -1/+1 |
* | port change https://github.com/microsoft/vscode-dev-containers/pull/1558 | Josh Spicer | 2022-07-30 | 1 | -1/+3 |
* | port over https://github.com/microsoft/vscode-dev-containers/issues/1555 | Josh Spicer | 2022-07-29 | 1 | -0/+2 |
* | Port changes and set executable bit | Josh Spicer | 2022-07-29 | 21 | -1/+27 |
* | Java: bundle maven and gradle as options (#68) | Samruddhi Khandale | 2022-07-23 | 2 | -1/+27 |
* | oryx: fix env variable DYNAMIC_INSTALL_ROOT_DIR (#63) | Samruddhi Khandale | 2022-07-16 | 1 | -6/+2 |
* | Oryx: change path of git repo download (#59) | Samruddhi Khandale | 2022-07-15 | 2 | -3/+4 |
* | PHP: Install additional versions (#61)v0.0.4v0.0.3 | Samruddhi Khandale | 2022-07-14 | 2 | -69/+86 |
* | Java: Install additional versions (#62) | Samruddhi Khandale | 2022-07-14 | 2 | -15/+35 |
* | Dotnet: Install additional versions (#60) | Samruddhi Khandale | 2022-07-14 | 2 | -22/+39 |
* | smart auto-install multiple versions for `node` (#56) | Josh Spicer | 2022-07-14 | 2 | -6/+25 |
* | Python: Install additional versions (#58) | Samruddhi Khandale | 2022-07-01 | 2 | -26/+46 |
* | ruby: install additional versions (#57) | Samruddhi Khandale | 2022-07-01 | 2 | -4/+18 |
* | Automated documentation update | Devcontainers CI | 2022-06-22 | 24 | -144/+72 |
* | Automated documentation update | Devcontainers CI | 2022-06-21 | 21 | -26/+26 |
* | add descriptions to feature metadata (no-ci) | Josh Spicer | 2022-06-21 | 21 | -19/+64 |
* | Revert "Attempt to fix communication error on images smoke test (#52)" | Samruddhi Khandale | 2022-06-21 | 1 | -10/+6 |
* | Attempt to fix communication error on images smoke test (#52) | Samruddhi Khandale | 2022-06-20 | 1 | -6/+10 |
* | Python: Install python tools if python exists (#51) | Samruddhi Khandale | 2022-06-18 | 1 | -10/+9 |
* | Revert "Automated documentation update" | Samruddhi Khandale | 2022-06-15 | 1 | -27/+0 |
* | Merge branch 'main' of https://github.com/devcontainers/features | Samruddhi Khandale | 2022-06-15 | 1 | -0/+27 |
|\ |
|
| * | Automated documentation update | Devcontainers CI | 2022-06-15 | 1 | -0/+27 |
* | | Revert "add gradle feature" | Samruddhi Khandale | 2022-06-15 | 2 | -158/+0 |
|/ |
|
* | add gradle feature | Samruddhi Khandale | 2022-06-15 | 2 | -0/+158 |
* | Fix permissions: add username:user_group (#50) | Samruddhi Khandale | 2022-06-15 | 11 | -15/+15 |
* | conda: path changes (#49) | Samruddhi Khandale | 2022-06-15 | 1 | -1/+1 |