Update Codespaces instructions for latest (#63376)
authorEric Erhardt <eric.erhardt@microsoft.com>
Tue, 4 Jan 2022 23:58:26 +0000 (17:58 -0600)
committerGitHub <noreply@github.com>
Tue, 4 Jan 2022 23:58:26 +0000 (17:58 -0600)
docs/workflow/Codespaces.md
docs/workflow/codespace-machine-size.png

index 391cd40..858da33 100644 (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)
 
index 07945fb..d0687c8 100644 (file)
Binary files a/docs/workflow/codespace-machine-size.png and b/docs/workflow/codespace-machine-size.png differ