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: README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,9 @@
3
3
<!--
4
4
<<< Author notes: Course header >>>
5
5
Read <https://skills.github.com/quickstart> for more information about how to build courses using this template.
6
-
Include a 1280×640 image, course name in sentence case, and a concise description in emphasis.
7
-
In your repository settings: enable template repository, add your 1280×640 social image, auto delete head branches.
6
+
`<img>` Include a 1280×640 image, course name in sentence case, and a concise description in emphasis.
7
+
`</img>`
8
+
`<img>` In your repository settings: enable template repository, add your 1280×640 social image, auto delete head branches. `</img>`
8
9
Next to "About", add description & tags; disable releases, packages, & environments.
9
10
Add your open source license, GitHub uses the MIT license.
10
11
-->
@@ -37,7 +38,7 @@ Additionally, GitHub Copilot is trained on all languages that appear in public r
37
38
Using Copilot inside a Codespace shows just how easy it is to get up and running with GitHub's suite of [Collaborative Coding](https://github.com/features#features-collaboration) tools.
38
39
39
40
> **Note**
40
-
> This skills exercise will focus on leveraging GitHub Codespace. It is recommended that you complete the GitHub skill, [Codespaces](https://github.com/skills/code-with-codespaces), before moving forward with this exercise.
41
+
> This skills exercise will focus on leveraging GitHub Codespace. It is recommended that you complete the GitHub skill, **Codespaces**(https://github.com/skills/code-with-codespaces), before moving forward with this exercise.
41
42
42
43
### :keyboard: Activity: Enable Copilot inside a Codespace
43
44
@@ -57,9 +58,8 @@ Before you open up a codespace on a repository, you can create a development con
57
58
"name": "Codespace for Skills!",
58
59
"customizations": {
59
60
"vscode": {
60
-
"extensions": [
61
+
"extensions":
61
62
"GitHub.copilot"
62
-
]
63
63
}
64
64
}
65
65
}
@@ -73,9 +73,11 @@ Before you open up a codespace on a repository, you can create a development con
73
73
**Wait about 2 minutes for the codespace to spin itself up.**
74
74
75
75
1. Verify your codespace is running. The browser should contain a VS Code web-based editor and a terminal should be present such as the below:
76
-

**Wait about 60 seconds then refresh your repository landing page for the next step.**
81
83
@@ -88,10 +90,10 @@ Before you open up a codespace on a repository, you can create a development con
88
90
89
91
---
90
92
91
-
Get help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/code-with-copilot)•[Review the GitHub status page](https://www.githubstatus.com/)
93
+
Get help: Post in our discussion board(https://github.com/orgs/skills/discussions/categories/code-with-copilot) •Review the GitHub status page(https://www.githubstatus.com/)
<a aherf = Code of Conduct</a>(https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) •[MIT License](https://gh.io/mit)>
96
+
<a aherf = Code of Conduct</a>(https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • MIT License(https://gh.io/mit)>
0 commit comments