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: 8-code-editor/1-using-a-code-editor/README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,11 +148,8 @@ After installing and using your extension, vscode.dev offers options to manage y
148
148
---
149
149
150
150
## Assignment
151
-
Check out how you can **create a resume website using vscode.dev**
151
+
[Create a resume website using vscode.dev]()
152
152
153
-
## 🚀 Challenge
154
-
155
-
Open a remote repository you have permissions to make changes and update some files. Next, try creating a new branch with your changes and make a Pull Request.
Copy file name to clipboardExpand all lines: 8-code-editor/1-using-a-code-editor/assignment.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ After this assignment, you'll learn how to:
21
21
22
22
### Prerequisites
23
23
24
-
1. A GitHub account. Navigate to [GtiHub](https://github.com/) and create an account if you haven't already.
24
+
1. A GitHub account. Navigate to [GitHub](https://github.com/) and create an account if you haven't already.
25
25
26
26
## Steps
27
27
@@ -34,6 +34,7 @@ Click the `creating a new file` link, type in the name `index.html` and select t
34
34
35
35

36
36
37
+
37
38
**Step 3:** Open [VSCode.dev](https://vscode.dev) and select the `Open Remote Repository` button
38
39
39
40
Copy the url to the repository you just created for your resume site and paste it in the input box:
@@ -222,19 +223,19 @@ Add your resume details to replace the _placeholder text_ on the html code
222
223
}
223
224
224
225
225
-
**Step 7:** Install the `Codeswing extension` to visualize the resume website on the code area. Immediately after installing the extension, observe your code area to see the changes to your project 😃
226
+
**Step 7:** Install the `Codeswing extension` to visualize the resume website on the code area.
226
227
227
-
Click the _`Extensions`_ icon on the activity bar and type in Codeswing. Either click the _blue install button_ on the expanded activity bar to install or use the install button that appears on the code area once you select the extension to load additional information.
228
+
Click the _`Extensions`_ icon on the activity bar and type in Codeswing. Either click the _blue install button_ on the expanded activity bar to install or use the install button that appears on the code area once you select the extension to load additional information. Immediately after installing the extension, observe your code area to see the changes to your project 😃
This is what you will see on your on your screen after you install the extension.
232
233
233
234

234
235
235
-
If you are satisfied with the changes you made, hover on the 'Changes' folder and click the + button to stage the changes. Staging simply means preparing your changes to commit them to GitHub.
236
+
If you are satisfied with the changes you made, hover on the `Changes` folder and click the `+` button to stage the changes.
236
237
237
-
Then, type in a commit message _(A description of the change you have made to the project)_ and commit your changes by clicking the 'tick'.Once done working on your project, select the hamburger menu icon at the top left to return to the repository on GitHub.
238
+
Type in a commit message _(A description of the change you have made to the project)_ and commit your changes by clicking the `check`.Once done working on your project, select the hamburger menu icon at the top left to return to the repository on GitHub.
238
239
239
240
Congratulations 🎉 You have just created your resume website using vscode.dev in few steps.
0 commit comments