Back to Freecodecamp

Task 148

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66c63db09b73ad6539eeee61.md

latest2.2 KB
Original Source
<!-- READING -->

--instructions--

Read the text and answer the question below.

--questions--

--text--

Sarah decided to e-mail and document their conversation:

Hi Tom,

It was good talking with you earlier. I'm sending you this e-mail to summarize our conversation. Hope this is helpful.

1. Visual Studio Code - live preview:

Make sure the live server extension is installed and running. If it's still not displaying, check your project settings and ensure that all files are correctly set up for real-time previews.

2. IntelliJ IDEA - Auto-Completion:

Double-check your project settings. If auto-completion isn't working, the project might not be set up right. Go to your project settings and verify that all necessary plugins are enabled.

3. Eclipse - Git Tools:

The Git tools are built-in, but they won't be visible unless your project is linked to Git. Make sure your project is connected to the Git repository.

Let me know if you need any more help, or if you'd like to go through a detailed walkthrough together.

Best, Sarah

What should Tom do if the Live Preview isn't displaying in Visual Studio Code?

--answers--

Restart Visual Studio Code and check the project settings.

--feedback--

Consider whether restarting the program is Sarah's suggested solution or if she focuses more on project settings.


Check the project settings and make sure everything correctly set up.


Uninstall and reinstall the live server extension.

--feedback--

Think about whether Sarah recommends reinstalling the extension or if she provides another solution.


Switch to a different IDE to see if the issue persists. She prefers Eclipse.

--feedback--

Reflect on whether Sarah's advice is about changing IDEs or troubleshooting within Visual Studio Code.

--video-solution--

2

--explanation--

To find the answer, focus on the section of Sarah's email labeled 1. Visual Studio Code - Live preview.

In this part, she explains that if the Live Preview isn't displaying, Tom should first make sure the live server extension is installed and running.

Then, if it's still not working, she advises checking the project settings to ensure everything is correctly set up for real-time previews.