You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Change the machine type of a codespace](#change-the-machine-type-of-a-codespace)
37
-
-[Rebuild a codespace](#rebuild-a-codespace)
38
37
39
38
## Installing {% data variables.product.prodname_cli %}
40
39
@@ -136,9 +135,9 @@ For more information, see "[AUTOTITLE](/codespaces/customizing-your-codespace/re
136
135
gh codespace rebuild
137
136
```
138
137
139
-
When you use this command to rebuild a codespace, it uses the `devcontainer.json` file that is currently saved in the codespace's system. This happens regardless of whether or not the current state of the file has been saved in source control.
138
+
To perform a full rebuild, add `--full` at the end of this command. For more information, see "[AUTOTITLE](/codespaces/developing-in-codespaces/rebuilding-the-container-in-a-codespace)."
140
139
141
-
For more information, see "[AUTOTITLE](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers)."
140
+
When you use this command to rebuild a codespace, it uses the `devcontainer.json` file that is currently saved in the codespace's system. This happens regardless of whether or not the current state of the file has been saved in source control. For more information, see "[AUTOTITLE](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers)."
142
141
143
142
### SSH into a codespace
144
143
@@ -266,14 +265,4 @@ You can use the {% data variables.product.prodname_cli %} extension to create a
266
265
gh codespace edit -m MACHINE-TYPE-NAME
267
266
```
268
267
269
-
For more information, see the "{% data variables.product.prodname_cli %}" tab of "[AUTOTITLE](/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace)."
270
-
271
-
### Rebuild a codespace
272
-
273
-
```shell
274
-
gh codespace rebuild
275
-
```
276
-
277
-
To perform a full rebuild, add `--full` at the end of this command.
278
-
279
-
For more information, see "[AUTOTITLE](/codespaces/developing-in-codespaces/rebuilding-the-container-in-a-codespace)."
268
+
For more information, see the "{% data variables.product.prodname_cli %}" tab of "[AUTOTITLE](/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace)."
0 commit comments