Skip to content

Commit b8977f1

Browse files
committed
Updated videos
1 parent 1e77ddd commit b8977f1

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ get a more detailed explanation of the process of working on lessons in Canvas.
3131

3232
For Windows users, follow along with this video:
3333

34-
<iframe width="640" height="480" src="https://www.youtube.com/embed/bTVWVQ4NRGk" frameborder="0" allowfullscreen></iframe>
34+
<iframe width="640" height="480" src="https://www.youtube.com/embed/mFgvCZ7iCQc" frameborder="0" allowfullscreen></iframe>
3535

3636
## MacOS: Completing Assignments Code Along
3737

3838
For Mac users, follow along with this video:
3939

40-
<iframe width="640" height="480" src="https://www.youtube.com/embed/wvNDPvkozMU" frameborder="0" allowfullscreen></iframe>
40+
<iframe width="640" height="480" src="https://www.youtube.com/embed/uzphQmL7a0c" frameborder="0" allowfullscreen></iframe>
4141

4242
### A Quick Note on Organizing Work on Your Machine
4343

@@ -143,6 +143,16 @@ Now, if you've set up VS Code, type `code .` to open up a text editor window
143143
with access to all of the assignment's files. These instructions are now also
144144
available on your local machine in `README.md`.
145145

146+
> Note: the first time you open a directory in Visual Studio Code, you'll see a
147+
> message asking "Do you trust the authors of the files in this folders?" This
148+
> is a [security feature][workspace trust] of Visual Studio Code. It's safe to
149+
> choose "Yes", and we recommend selecting the "Trust the authors of all the
150+
> files in the parent folder" option to prevent this warning from coming up
151+
> every time you open a lesson. Just be sure to download your code from trusted
152+
> sources!
153+
154+
[workspace trust]: https://code.visualstudio.com/docs/editor/workspace-trust
155+
146156
### Completing an Assignment
147157

148158
Most assignments will have tests that check your work and provide immediate

0 commit comments

Comments
 (0)