Mathias Fredriksson
8274251fe1
fix(.devcontainer): check if ssh folder exists in post_create ( #19987 )
2025-10-08 07:24:13 +00:00
Jon Ayers
0f1fc88d5a
chore: pin devcontainer-cli for .devcontainer config ( #19594 )
2025-08-27 19:26:47 -04:00
Jon Ayers
c9ed0dd927
chore: pin dependencies in Dockerfiles ( #19129 )
2025-08-03 18:26:41 -04:00
Mathias Fredriksson
8b6d70bf1f
fix(site): update vs code dev container button URLs ( #18696 )
2025-07-03 15:03:05 +03:00
Mathias Fredriksson
d814fdfa1c
fix(.devcontainer): add home volume and fix code-server and filebrowser ( #18648 )
2025-06-30 09:32:17 +01:00
Mathias Fredriksson
e46d892c29
fix(.devcontainer): remove double slash from zed path ( #18639 )
2025-06-27 18:34:08 +03:00
Mathias Fredriksson
7b0b6498fb
fix(.devcontainer): start docker and install devcontainer CLI ( #18621 )
...
This change starts the Docker daemon in the devcontainer and install
`@devcontainers/cli`.
2025-06-26 20:17:59 +00:00
Mathias Fredriksson
87d052ea93
feat(.devcontainer): add cursor, filebrowser, windsurf and zed ( #18608 )
2025-06-26 14:09:31 +00:00
Mathias Fredriksson
872aef3af9
feat(.devcontainer): install dotfiles if present ( #18606 )
2025-06-26 12:49:58 +00:00
Mathias Fredriksson
09e1a8ad99
feat(.devcontainer): add code-server feature to devcontainer.json ( #18589 )
2025-06-25 21:35:43 +03:00
Bruno Quaresma
ebf97527fd
chore: add biome to devcontainer.json ( #16605 )
2025-02-18 11:25:05 -03:00
Kayla Washburn-Love
95a7c0c4f0
chore: use tabs for prettier and biome ( #14283 )
2024-08-15 14:53:53 -06:00
Dean Sheather
b07b40b346
chore: revert nix dogfood image ( #11022 )
...
The nix image isn't used because it doesn't work, and we haven't been
updating our "pre-nix" tag since the changes were made. Reverts back to
being a regular Dockerfile.
2023-12-05 09:02:57 +00:00
Muhammad Atif Ali
55fb6b663a
chore: pin devcontainer.json to pre-nix image ( #10417 )
...
fixes #10416
this is a workaround, and it is tagged to an old version of an image.
While testing, it seems like `--privileged` is no longer required.
2023-11-06 15:01:47 +03:00
Muhammad Atif Ali
700ec966e3
chore: use dogfood-oss image in .devcontainer ( #8231 )
...
* use dogfood-oss image in devcontainer
* fix image name
* use Dockerfile
* Discard changes to dogfood/Dockerfile
* Use features to get docker in docker
* use previleged container
* use codercom/oss-dogfood image
* add `--priviliged` to fix GitHub Codespaces builds
* remove default options
2023-07-11 10:48:34 -04:00
Kyle Carberry and Colin Adler
026b1cd2a4
chore: update to go 1.20 ( #5968 )
...
Co-authored-by: Colin Adler <colin1adler@gmail.com >
2023-02-02 12:36:27 -06:00
Mathias Fredriksson
856f0ab6f5
chore: Improve project-wide prettier formatting and ignored files ( #5505 )
...
* chore: Improve project-wide prettier formatting and ignored files
* chore: `Run make fmt/prettier`
* Fix gitignore for `.vscode` folder so that ! works
* Add comment in `.prettierrc.yaml` to explain `.editorconfig`
* Remove scripts/apidocgen/markdown-template/README.md
* Use `yq` for processing prettierrc, update lib.sh dependency check
* Add `yq` to Dockerfile and Nix
2023-01-03 15:11:13 +02:00
Muhammad Atif Ali
a5cc1970cf
bug: fixed prompt in .devcontainer/Dockerfile ( #4820 )
...
The user prompt was causing the GitHub codespaces build to fail.
2022-11-07 09:03:55 -03:00
Geoffrey Huntley
a01ab27751
docs(contributing): enable contribution via devcontainer ( #3970 )
2022-09-14 10:30:12 -07:00