about summary refs log tree commit diff
path: root/.devcontainer/devcontainer.json
AgeCommit message (Collapse)Author
2023-03-29Fixes launching of the devcontainer and adds support for Docker Desktop (#24303)Robert R George
2023-03-05Updates dev container and adds doc for getting started with GitHub ↵Samruddhi Khandale
Codespaces (#23872)
2023-02-19Fix devcontainer.json format (#23715)Yamagishi Kazutoshi
2023-01-05Install SSH server into devcontainer image (#22679)kyori19
2022-12-15Dont use reserved foldername (#20582)Matt Williams
Co-authored-by: Effy Elden <effy@effy.space>
2022-12-15Improve devcontainer for running tests (#22277)Avdi Grimm
* Improve devcontainer for running tests - Pull devcontainer post-create out into its own script - Add asset precompilation - Add test-mode asset precompilation (needed to run tests without error) * Document Gemfile.lock re-checkout in devcontainer
2022-09-27Fix auto detect language for translate service (#19244)Yamagishi Kazutoshi
2022-05-20Disable transpile to older iOS versions (#18462)Yamagishi Kazutoshi
2022-03-21Format JSON and YAML using Prettier (#17823)Yamagishi Kazutoshi
* Format JSON and YAML using Prettier * Add prettier to devDep
2022-03-13Add DevContainer config (#17764)Yamagishi Kazutoshi
* Add DevContainer config * Add `--path vendor/bundle` to `postCreateCommand`