1
0
mirror of synced 2025-12-21 19:06:49 -05:00
Commit Graph

77 Commits

Author SHA1 Message Date
Kevin Heis
74b37a07cb Try automatically updating the port visibility in codespaces (#54424) 2025-02-18 18:49:24 +00:00
Kevin Heis
4850123df2 Try running npm start on postStartCommand (#54422)
Co-authored-by: hubwriter <hubwriter@github.com>
2025-02-18 17:21:38 +00:00
Rachael Sewell
43693f7155 Downgrade to 16 GB memory config for Codespaces (#54404) 2025-02-13 23:24:12 +00:00
Rachael Sewell
7355d87bcc Bump up memory for Codespaces (#54398) 2025-02-13 18:24:28 +00:00
Rachael Sewell
c9f1973f28 test codespace prebuilds (#54388) 2025-02-12 20:48:16 +00:00
Evan Bonsignori
6c789b8630 Revert "Create engineer specific staging environment" (#54052) 2025-01-21 17:21:12 -08:00
Steven Nunez
2f10744ce3 Create engineer specific staging environment (#54006)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2025-01-22 01:02:28 +00:00
hubwriter
7645716b65 Update devcontainer.json 2024-12-18 10:05:36 +00:00
Kevin Heis
aba7fa0597 Update devcontainer to include git autorefresh and npm start (#53568) 2024-12-12 19:02:53 +00:00
Kevin Heis
2f294e40ee Node 22 (#52828) 2024-10-22 18:06:43 +00:00
Rachael Sewell
5fbcec4c1d Revert "Clone github/rest-api-description during Codespace pre-build" (#52810) 2024-10-21 16:57:06 +00:00
hubwriter
5abec0f7ae Update devcontainer.json 2024-07-10 12:58:05 +01:00
Chad Fawcett
572f7aa32a Clone github/rest-api-description during Codespace pre-build (#51066) 2024-06-07 19:55:24 +00:00
Chad Fawcett
225e9f2dcc Revert "Give codespace read access to github/rest-api-description" (#51067) 2024-06-07 19:53:50 +00:00
Chad Fawcett
dbdd2e8868 Give codespace read access to github/rest-api-description (#50995) 2024-06-05 17:04:31 +00:00
hubwriter
ac374e4612 Correct syntax error in devcontainer.json (#49797) 2024-04-02 08:42:17 +00:00
hubwriter
3f5263c558 Update github-debian.sh 2024-01-23 12:14:05 +00:00
hubwriter
dcef4a7b60 Delete .devcontainer/test-custom-devcontainer directory 2024-01-23 12:10:13 +00:00
hubwriter
c0f73ebd4d Update devcontainer.json
Add the versioning identifier VS Code extension.
2024-01-22 16:00:13 +00:00
Peter Bengtsson
95b60033f4 Use Node 20 in Codespaces (#48646)
Co-authored-by: hubwriter <hubwriter@github.com>
2024-01-10 15:09:33 +00:00
hubwriter
4117270036 Remove codespace auto-preview from devcontainer.json
I'm removing the automatic preview in a codespace in VS Code because it doesn't work for the docs site. The preview tab in VS Code just shows a white page.
2023-10-17 09:54:44 +01:00
Hector Alfaro
f162444183 Allow work on early access repo with Codespaces (#43044) 2023-09-22 14:23:00 +00:00
hubwriter
48e1709452 Update devcontainer.json
Corrected Copilot Chat reference.
Removed Copilot Labs extension.
2023-09-14 11:52:52 +01:00
hubwriter
f277874eaa Update devcontainer.json
- Tidy things up.
- Use new syntax for extensions (under customizations).
- Add Copilot extensions.
2023-09-14 10:54:48 +01:00
hubwriter
87232992ef Update devcontainer.json 2023-03-27 17:18:37 +01:00
hubwriter
2d294b8d92 Update devcontainer.json 2023-03-27 17:15:04 +01:00
hubwriter
8cd19db7e6 Update devcontainer.json 2023-01-25 14:22:06 +00:00
Kevin Heis
f39c19e05b Update to Node 18 (#34001) 2023-01-23 16:00:25 +00:00
Rachael Sewell
8c20a9caae remove LFS from codebase (#33777) 2023-01-06 18:57:36 +00:00
hubwriter
dc5891555d Update devcontainer.json 2022-11-23 10:25:41 +00:00
hubwriter
f8c5db7878 Update devcontainer.json 2022-11-23 09:48:40 +00:00
hubwriter
f122adb82e Update devcontainer.json 2022-11-18 11:36:41 +00:00
Chris Westra
72f589db7b Increase memory of default codespace (#29992)
When developing off the default 4GB instance I've noticed the next.js build crashing pretty frequently.  Switching to a much larger instance (32 cpu, 16GB) fixed it entirely, but that might be a little excessive.

For now I propose we start by increasing the minimum RAM to 8GB.
2022-08-16 13:07:43 +00:00
hubwriter
86c2492685 Update devcontainer.json
Add "sshd": "latest" to `features`
2022-08-11 09:32:11 +01:00
hubwriter
7a2a601c09 Update devcontainer.json 2022-04-09 07:28:06 +01:00
hubwriter
8dbc83b498 Update devcontainer.json 2022-04-07 10:01:05 +01:00
hubwriter
2722315de3 Rename .devcontainer/test/devcontainer.json to .devcontainer/test-custom-devcontainer/devcontainer.json 2022-04-06 09:10:12 +01:00
hubwriter
b570ff5629 Delete .devcontainer/test-custom-devcontainer directory 2022-04-06 09:09:20 +01:00
hubwriter
b1c008a88d Create devcontainer.json 2022-04-06 08:29:52 +01:00
hubwriter
666f592dbd Remove Dockerfile ref 2022-04-05 15:33:03 +01:00
hubwriter
e24fd8a34d Update devcontainer.json 2022-04-05 15:14:11 +01:00
hubwriter
d87d002e5b Create Dockerfile 2022-04-05 15:07:22 +01:00
hubwriter
dacfad0cc5 Modify postCreateCommand as a test 2022-04-05 12:46:00 +01:00
hubwriter
a9b74ad34a Revert test 2022-04-05 12:45:02 +01:00
hubwriter
982c6c6ae3 test for multi devcontainers 2022-04-05 12:14:17 +01:00
hubwriter
3c0a4886a8 test multi devcontainers 2022-04-05 11:45:59 +01:00
hubwriter
238e22cc85 Create devcontainer.json 2022-04-05 11:37:57 +01:00
hubwriter
38a91c7bab Delete .devcontainer/ruby-environment directory 2022-04-01 09:36:45 +01:00
hubwriter
8af4e97984 Delete .devcontainer/java-environment directory 2022-04-01 09:36:29 +01:00
hubwriter
61265300e9 Rename xxtest-devcontainer.json to devcontainer.json 2022-04-01 09:36:07 +01:00