Devraj Mehta
d3eb448dc7
Update Copilot CLI installation command ( #57779 )
2025-10-02 19:43:54 +00:00
hubwriter
281e1943e2
Update onCreateCommand to install Copilot CLI
2025-09-19 14:16:27 +01:00
hubwriter
87ad2520a5
Refactor onCreateCommand in devcontainer.json
2025-09-19 12:29:59 +01:00
hubwriter
e9128fb4f3
Update onCreateCommand to set npm config and install Copilot
2025-09-19 12:16:05 +01:00
hubwriter
02ce709c3a
Simplify postAttachCommand in devcontainer.json
2025-09-19 12:07:37 +01:00
hubwriter
275d7bffe0
Fix npm set commands in devcontainer configuration
2025-09-19 12:03:27 +01:00
hubwriter
1fe999a22d
Refactor devcontainer lifecycle commands
2025-09-19 11:55:35 +01:00
hubwriter
ce8e1990b1
Update onCreateCommand to set npm registry and install Copilot
2025-09-19 11:48:56 +01:00
Kevin Heis
b90622d7eb
Update Node.js from 22 to 24 in Docker configurations ( #57477 )
2025-09-11 15:29:10 +00:00
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