From 11225ce55e0319b576a2e3b1cc04516117197121 Mon Sep 17 00:00:00 2001 From: Vukasin <137070008+vukedd@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:35:54 +0100 Subject: [PATCH] fix(curriculum): update answers for vs code lecture (#58682) --- .../672d45651d83b450801efb3a.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/curriculum/challenges/english/25-front-end-development/lecture-working-with-code-editors-and-ides/672d45651d83b450801efb3a.md b/curriculum/challenges/english/25-front-end-development/lecture-working-with-code-editors-and-ides/672d45651d83b450801efb3a.md index 4ed82885d59cf6..199d7bd7880059 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-working-with-code-editors-and-ides/672d45651d83b450801efb3a.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-working-with-code-editors-and-ides/672d45651d83b450801efb3a.md @@ -18,7 +18,7 @@ What does Visual Studio Code consider to be a "workspace"? ## --answers-- -The entire hard drive +The entire hard drive. ### --feedback-- @@ -54,7 +54,7 @@ Why does the lecture recommend using a web server instead of opening an HTML fil ## --answers-- -It's faster to load. +It's faster to load and makes it easier to spot issues in your codebase. ### --feedback-- @@ -62,7 +62,7 @@ The lecture mentions a specific issue that can occur when opening HTML files dir --- -It provides better security. +It provides better security for large software applications. ### --feedback-- @@ -74,7 +74,7 @@ It avoids unexpected bugs, such as CSS not loading properly. --- -It allows for real-time collaboration. +It allows for real-time collaboration with other developers on a team. ### --feedback--