Skip to content

Commit 0b9ceae

Browse files
committed
Removed the challenge on the readme file
1 parent 035dc2d commit 0b9ceae

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

8-code-editor/1-using-a-code-editor/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,8 @@ After installing and using your extension, vscode.dev offers options to manage y
148148
---
149149

150150
## Assignment
151-
Check out how you can **create a resume website using vscode.dev**
151+
[Create a resume website using vscode.dev]()
152152

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.
156153

157154
<!----
158155
## Post-Lecture Quiz

8-code-editor/1-using-a-code-editor/assignment.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ After this assignment, you'll learn how to:
2121

2222
### Prerequisites
2323

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.
2525

2626
## Steps
2727

@@ -34,6 +34,7 @@ Click the `creating a new file` link, type in the name `index.html` and select t
3434

3535
![Create a new file on github.com](../images/new-file-github.com.png)
3636

37+
3738
**Step 3:** Open [VSCode.dev](https://vscode.dev) and select the `Open Remote Repository` button
3839

3940
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
222223
}
223224

224225

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.
226227

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 😃
228229

229230
![Install extensions](../images/install-extension.gif)
230231

231232
This is what you will see on your on your screen after you install the extension.
232233

233234
![Codeswing extension in action](../images/after-codeswing-extension-pb.png)
234235

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.
236237

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.
238239

239240
Congratulations 🎉 You have just created your resume website using vscode.dev in few steps.
240241
## 🚀 Challenge

0 commit comments

Comments
 (0)