summaryrefslogtreecommitdiffstats
path: root/.devcontainer/devcontainer.json
Commit message (Collapse)AuthorAgeFilesLines
* Fix umask test failures under Codespaces (#104913)Brett Cannon2023-05-251-5/+12
| | | Also turn on the Python extension for Python code completions and bump the installed versions of wasmtime and the WASI SDK.
* Specify more settings for the C extension of VS Code for dev containers ↵Brett Cannon2023-04-031-0/+6
| | | | | (GH-103229) Should help with auto-complete.
* GH-102973: add a dev container (GH-102975)Brett Cannon2023-03-291-0/+75
On content update, builds `python` and the docs. Also adds a Dockerfile that should include everything but autoconf 2.69 that's necessary to build CPython and the entire stdlib on Fedora. Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com> Co-authored-by: Dusty Phillips <dusty@phillips.codes>