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
hubwriter
3c831a1ae8
Create devcontainer.json
2022-03-31 09:08:27 +01:00
hubwriter
3fa97ec744
Create devcontainer.json
2022-03-31 09:08:05 +01:00
hubwriter
1811222b0c
Rename devcontainer.json to xxtest-devcontainer.json
2022-03-31 09:07:07 +01:00
Peter Bengtsson
6dfa8caac1
pull lfs files in Codespaces ( #26522 )
...
Co-authored-by: Grace Park <gracepark@github.com>
2022-03-29 18:58:31 +00:00
hubwriter
712dd30172
Add comment about features
2022-03-23 08:49:26 +00:00
hubwriter
8262c5a20e
Add git-lfs to devcontainer.json
2022-03-23 08:42:59 +00:00
hubwriter
1be8da450a
Change publisher of open-reusables extension
...
Changed publisher to AlistairChristie to pick up the extension from the VS Code Marketplace: https://marketplace.visualstudio.com/items?itemName=AlistairChristie.open-reusables
2022-03-18 09:23:08 +00:00
hubwriter
4173044de3
The open-reusables extension has moved repos.
2022-03-17 13:00:22 +00:00
hubwriter
945d6fa8f9
test updating dev container effect on prebuilds
2022-02-09 09:39:06 +00:00