1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00

Update Codespaces instructions for latest (#63376)

This commit is contained in:
Eric Erhardt 2022-01-04 17:58:26 -06:00 committed by GitHub
parent 00952e17c4
commit 8ce1c54005
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -5,13 +5,11 @@ Codespaces allows you to develop in a Docker container running in the cloud. You
dotnet/runtime runs a nightly GitHub Action to build the latest code in the repo. This allows you to immediately start developing and testing after creating a codespace without having to build the whole repo. When the machine is created, it will have built the repo using the code as of 6 AM UTC that morning.
**NOTE**: In order to use a prebuilt codespace, when you create your machine be sure to select an **`8 core`** machine.
1. From https://github.com/dotnet/runtime, drop-down the `Code` button and select the `Codespaces` tab.
![New codespace button](https://docs.github.com/assets/images/help/codespaces/new-codespace-button.png)
2. Select `8-core` for the Machine type. This will ensure you get a "pre built" image.
2. Select the Machine type. For dotnet/runtime, it is recommended to select at least a `4-core` machine. You can also verify that a "Prebuild" is ready.
![Codespace machine size](./codespace-machine-size.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Before After
Before After