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
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,13 +131,13 @@ Let's try this out utilizing Javascript for Copilot.
131
131
git add skills.js
132
132
```
133
133
134
-
2. Next from the VS code terminal stage and commit the changes to the repository:
134
+
2. Next from the VS Code terminal stage and commit the changes to the repository:
135
135
136
136
```
137
137
git commit -m "Copilot first commit"
138
138
```
139
139
140
-
3. Finally from the VS code terminal push to code to the repository:
140
+
3. Finally from the VS Code terminal push to code to the repository:
141
141
142
142
```
143
143
git push
@@ -187,13 +187,13 @@ Keep in mind that as you continue to use copilot, you may not want some of the s
187
187
git add member.js
188
188
```
189
189
190
-
2. Next from the VS code terminal stage and commit the changes to the repository:
190
+
2. Next from the VS Code terminal stage and commit the changes to the repository:
191
191
192
192
```
193
193
git commit -m "Copilot second commit"
194
194
```
195
195
196
-
3. Finally from the VS code terminal push to code to the repository:
196
+
3. Finally from the VS Code terminal push to code to the repository:
197
197
198
198
```
199
199
git push
@@ -238,7 +238,7 @@ Now lets see how you can leverage comments to generate Copilot suggestions!
238
238
> **Note**
239
239
> If you don't see the copilot code block suggestion or the red squiggly and the three dots `...`, you can type `control + enter` to bring up the GitHub Copilot completions panel.
240
240
241
-
7. Click `Open Completions Panel`. Copilot will synthesise around 10 different code suggestions. You should see somethig like this:
241
+
7. Click `Open Completions Panel`. Copilot will synthesise around 10 different code suggestions. You should see something like this:
242
242

243
243
8. Find a solution you like and click `Accept Solution`.
244
244
7. Your `comments.js` file will be updated with your solution.
@@ -251,13 +251,13 @@ Now lets see how you can leverage comments to generate Copilot suggestions!
251
251
git add comments.js
252
252
```
253
253
254
-
2. Next from the VS code terminal stage and commit the changes to the repository:
254
+
2. Next from the VS Code terminal stage and commit the changes to the repository:
255
255
256
256
```
257
257
git commit -m "Copilot third commit"
258
258
```
259
259
260
-
3. Finally from the VS code terminal push to code to the repository:
260
+
3. Finally from the VS Code terminal push to code to the repository:
0 commit comments