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
Copy file name to clipboardExpand all lines: content/codespaces/developing-in-a-codespace/creating-a-codespace-for-a-repository.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ If you want to use Git hooks for your codespace, then you should set up hooks us
72
72
{% data reusables.repositories.navigate-to-repo %}
73
73
1. Under the repository name, select the branch dropdown menu, which is labeled with the name of the current branch, then click the branch you want to create a codespace for.
74
74
75
-

75
+

76
76
77
77
1. Click the **{% octicon "code" aria-hidden="true" %} Code** button, then click the **Codespaces** tab.
Copy file name to clipboardExpand all lines: content/codespaces/developing-in-a-codespace/creating-a-codespace-from-a-template.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Templates maintained by {% data variables.product.company_short %}, including th
52
52
{% data reusables.codespaces.view-all-templates-step %}
53
53
1. Optionally, to view the template repository containing the files for a template, click the name of the template.
54
54
55
-

55
+

56
56
57
57
1. Under the name of the template you want to launch, click **Use this template**.
Copy file name to clipboardExpand all lines: content/codespaces/getting-started/quickstart.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Now that you've made a few changes, you can use the integrated terminal or the s
71
71
72
72
1. To commit your staged changes, type a commit message describing the change you've made, then click **Commit**.
73
73
74
-

74
+

75
75
76
76
1. Click **Publish Branch**.
77
77
@@ -96,7 +96,7 @@ When you connect to a codespace using the browser, or the {% data variables.prod
96
96
97
97
1. In the search bar, type `fairyfloss` and click **Install**.
98
98
99
-

99
+

100
100
101
101
1. Select the `fairyfloss` theme by selecting it from the list.
Copy file name to clipboardExpand all lines: content/codespaces/prebuilding-your-codespaces/managing-prebuilds.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Disabling the workflow runs for a prebuild configuration is useful if you need t
69
69
1. On the {% data variables.product.prodname_codespaces %} page of your repository settings, click the ellipsis to the right of the prebuild configuration you want to disable.
70
70
1. In the dropdown menu, click **Disable runs**.
71
71
72
-

72
+

73
73
74
74
1. To confirm that you want to disable this configuration, click **OK**.
75
75
@@ -85,7 +85,7 @@ After you delete a prebuild configuration, workflow runs for that configuration
85
85
1. On the {% data variables.product.prodname_codespaces %} page of your repository settings, click the ellipsis to the right of the prebuild configuration you want to delete.
86
86
1. In the dropdown menu, click **Delete**.
87
87
88
-

88
+

89
89
90
90
1. Click **OK** to confirm the deletion.
91
91
@@ -96,7 +96,7 @@ It may be useful to manually trigger a workflow run for a prebuild configuration
96
96
1. On the {% data variables.product.prodname_codespaces %} page of your repository settings, click the ellipsis to the right of the prebuild configuration whose workflow you want to trigger.
97
97
1. In the dropdown menu, click **Manually trigger**.
98
98
99
-

99
+

Copy file name to clipboardExpand all lines: content/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ You can add a predefined dev container configuration either while working in a c
146
146
147
147
1. Click the definition you want to use.
148
148
149
-

149
+

150
150
151
151
1. Follow the prompts to customize your definition.
Copy file name to clipboardExpand all lines: content/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/setting-up-your-java-project-for-codespaces.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ With your dev container configuration added and a basic understanding of what ev
186
186
1. Run the application by pressing `F5`.
187
187
1. If a "toast" notification message is displayed at the bottom right corner of {% data variables.product.prodname_vscode_shortname %}, asking whether you want to switch to standard mode, click **Yes**.
188
188
189
-

189
+

190
190
191
191
1. When the project files have been imported, click the **Debug Console** tab to see the program output.
Copy file name to clipboardExpand all lines: content/codespaces/setting-up-your-project-for-codespaces/setting-up-your-repository/facilitating-quick-creation-and-resumption-of-codespaces.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ You can use the "Share a deep link" option to configure more options for the cod
43
43
{% data reusables.repositories.navigate-to-repo %}
44
44
1. If you want to create a link for a branch other than the repository's default branch, under the repository name, click the button labeled with the name of the current branch. In the dropdown menu, select the branch for which you want to create a link.
45
45
46
-

46
+

47
47
48
48
1. Click the **{% octicon "code" aria-hidden="true" %} Code** button, then click the **Codespaces** tab.
49
49
1. To open the "Share codespace configuration" window, at the top right of the **Codespaces** tab, select {% octicon "kebab-horizontal" aria-label="Codespace repository configuration" %}, then click **Share a deep link**.
@@ -94,4 +94,4 @@ This type of URL is useful, for instance, in a README for your repository as it
94
94
95
95
The example Markdown is rendered like this:
96
96
97
-
[](https://codespaces.new/github/docs)
97
+
[](https://codespaces.new/github/docs)<!-- markdownlint-disable-line GHD033 -->
1. Access the {% data variables.product.prodname_vscode_command_palette_shortname %} (<kbd>Shift</kbd>+<kbd>Command</kbd>+<kbd>P</kbd> / <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd>), then start typing "rebuild". Click **Codespaces: Rebuild Container**.
2
2
3
-

3
+

0 commit comments