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: .tours/ConvertCommentsToCode.tour
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,24 +3,24 @@
3
3
"title": "ConvertCommentsToCode",
4
4
"steps": [
5
5
{
6
-
"file": "ConvertCommentsToCode.py",
6
+
"file": "convert_comments_to_code.py",
7
7
"description": "Welcome to your GitHub Copilot tour! Let's get started by learning to Convert Comments to Code! \n\nPress Next to continue 👇! ",
8
8
"line": 1,
9
9
"contents": ""
10
10
},
11
11
{
12
-
"file": "ConvertCommentsToCode.py",
12
+
"file": "convert_comments_to_code.py",
13
13
"description": "Press __ENTER__ at the end of line 2. You should see a suggestion given by Copilot. Lets accept the Copilot suggestion by pressing __TAB__!\n\nPress Next to continue 👇! ",
14
14
"line": 2,
15
15
"contents": ""
16
16
},
17
17
{
18
-
"file": "ConvertCommentsToCode.py",
18
+
"file": "convert_comments_to_code.py",
19
19
"line": 9,
20
20
"description": "Let's run the code to see if it works. Click the follow hyperlink to execute your ConvertCommentsToCode.py file. It should count from one to ten. \n\n>> python3 ConvertCommentsToCode.py\n\nMission complete! You've used GitHub Copilot to create a function that counts to 10!"
21
21
},
22
22
{
23
-
"file": "ConvertCommentsToCode.py",
23
+
"file": "convert_comments_to_code.py",
24
24
"description": "Thank you for trying out the GitHub Copilot Convert to Comments demo! Try a few different variables of your own! If you would like to sign up for Copilot visit here: https://github.com/features/copilot#pricing",
0 commit comments