Learning outcomes
- Explain how to decide whether unfamiliar code should run.
- Complete the guided activity safely.
- Check that you can avoid unsafe automatic execution.
Learn to decide whether unfamiliar code should run and avoid unsafe automatic execution in this beginner-friendly Visual Studio Code lesson.
Use a non-sensitive practice folder, inspect unfamiliar code before trusting it, and never place passwords, tokens or private information in project files.
Review a fictional downloaded folder before trusting it. The expected result is to avoid unsafe automatic execution.