aboutsummaryrefslogtreecommitdiff
path: root/src/common-utils
Commit message (Collapse)AuthorAgeFilesLines
* Common-utils: Fix bug - optional first run image specific notice (#201)Samruddhi Khandale2022-10-062-8/+6
| | | | | | | | | * add DEV_CONTAINERS_DIR as containerEnv * fix path * update test * remove containerEnv
* Common-utils : Remove unwanted extension (#173)Samruddhi Khandale2022-09-201-8/+1
| | | | | * extension - cleanup * version bump
* add bzip2 to common-utils (former ↵Lucas Fernando Nunes2022-09-082-1/+2
| | | | | | | https://github.com/microsoft/vscode-dev-containers/pull/1586) (#142) * add bzip2 * bump version
* bump versions (#138)Samruddhi Khandale2022-09-071-1/+1
|
* fix bug - Debian / Ubuntu base conda-notice.txt error (#135)Samruddhi Khandale2022-09-061-18/+0
| | | | | | | * fix bug * move config * fix tests
* bump all features to pick up metadata changes in CLI v0.14.0 (#118)Josh Spicer2022-08-261-1/+1
|
* add documentationURL to all features (#115)Josh Spicer2022-08-241-1/+2
|
* favor correctness by removing `apt update ...` short-circuiting (#98)Josh Spicer2022-08-231-11/+6
| | | | | | | | | * favor correctness by removing apt update shortciruiting * Update install.sh * apt_get_upadate in node * update test
* Automated documentation update (#106)github-actions[bot]2022-08-181-1/+15
| | | Co-authored-by: github-actions <github-actions@github.com>
* Move extensions and settings under customizations.vscode (#97)Samruddhi Khandale2022-08-171-4/+8
| | | | | | | * move extensions and settings under customizations * nit * bump versions
* Add notes for Features that have them (#88)Chuck Lantz2022-08-111-0/+12
| | | | Co-authored-by: Brigit Murtaugh <brigit.murtaugh@microsoft.com>
* Automated documentation update (#90)github-actions[bot]2022-08-111-6/+6
| | | Co-authored-by: github-actions <github-actions@github.com>
* Options: Follow camelCase (#89)Samruddhi Khandale2022-08-112-13/+13
| | | rename Options
* Automated documentation update (#85)github-actions[bot]2022-08-091-2/+2
| | | Co-authored-by: github-actions <github-actions@github.com>
* Automated documentation update (#81)github-actions[bot]2022-08-061-1/+1
| | | Co-authored-by: github-actions <github-actions@github.com>
* Prep: republish features to ghcr.io (#78)Samruddhi Khandale2022-08-051-6/+3
| | | | | | | | | | | * syncing action * modify release.yaml * version update ; remove "install" * add 'latest' * add workflow condition
* Rename feature: 'common' to 'common-utils' (#79)Samruddhi Khandale2022-08-053-0/+567
* Renaming feature: 'common' to 'common-utils' * removing duplicate tests