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: 08-Using-Advanced-GitHub-Copilot-Features/README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Using a Python-based HTTP API, you’ll make modifications, fix bugs, create doc
16
16
-**Prerequisites**: GitHub Copilot is available to use for free, sign up for [GitHub Copilot](https://gh.io/copilot).
17
17
-**Timing**: This module can be completed in under an hour.
18
18
19
-
By the end of this module, you'll aquire the skills to be able to:
19
+
By the end of this module, you'll acquire the skills to be able to:
20
20
21
21
- Use advanced GitHub Copilot features like inline chat, slash commands, and agents.
22
22
- Interact with GitHub Copilot with deeper context on your project and ask questions about it.
@@ -41,7 +41,7 @@ The current API is not exposing country/{country} which needs to be implemented
41
41
As with any implementation, this addition should include at least one test function to work with the pytest runner and test framework.
42
42
43
43
### 🛠 Step 1: Add a new route
44
-
On our first exercise we will create a new route in our API. Go to the main.py file, and by using the inline chat with the following command `ctrl` + `i` (on Windows) or `cmd` + `i`(on Mac) ask GitHub Copilot to help you create a new API that shows you the cities of a country.
44
+
In our first exercise we will create a new route in our API. Go to the main.py file, and by using the inline chat with the following command `ctrl` + `i` (on Windows) or `cmd` + `i`(on Mac) ask GitHub Copilot to help you create a new API that shows you the cities of a country.
45
45
46
46
Use the following prompt in inline-chat:
47
47
@@ -95,7 +95,7 @@ Finally, verify the new endpoint is working by trying it out by going to the `/d
95
95
96
96
Now that you've used GitHub Copilot to generate and explain code, you can also explore some other alternative approaches to perform developer tasks. These extra challenges will help you dive deeper into other GitHub Copilot features in addition to the ones you already know. For these extra challenges, you will use the Chat interface. Click on the GitHub Copilot Chat icon on the left sidebar if you don't have it open yet.
97
97
98
-
🚀 Congratulations, through the exercise, you have used GitHub Copilot with many different features that will allow you to work better with different projects. You interactively used some features to write tests, documentation, and find more about existing code..
98
+
🚀 Congratulations, through the exercise, you have used GitHub Copilot with many different features that will allow you to work better with different projects. You interactively used some features to write tests, documentation, and find out more about existing code.
99
99
100
100
## Legal Notices
101
101
@@ -104,12 +104,12 @@ in this repository under the [Creative Commons Attribution 4.0 International Pub
104
104
see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the
105
105
[LICENSE-CODE](LICENSE-CODE) file.
106
106
107
-
Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation
107
+
Microsoft, Windows, Microsoft Azure, and/or other Microsoft products and services referenced in the documentation
108
108
may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.
109
109
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.
110
110
Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.
111
111
112
112
Privacy information can be found at https://privacy.microsoft.com/en-us/
113
113
114
114
Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents,
115
-
or trademarks, whether by implication, estoppel or otherwise.
115
+
or trademarks, whether by implication, estoppel, or otherwise.
0 commit comments