Back to Freecodecamp

Task 75

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678e6743de482fdc8d1a0e72.md

latest1.9 KB
Original Source
<!-- READING -->

--instructions--

Read the text and answer the question below.

--questions--

--text--

Jake really wants the team to use Visual Studio Code, so he tried to persuade them with this email:

Visual Studio Code is a popular choice for development because it is lightweight and customizable. It offers many extensions to meet the needs of different teams and comes with built-in security features to protect the codebase. Since it's flexible, it works well for various types of projects.

The tool makes teamwork easier by supporting version control, so developers can track changes to the code. It also helps with code refactoring, improving the structure of the code when needed. It's useful for large teams working on complex projects.

Besides, Visual Studio Code helps detect vulnerabilities with security plugins and offers strong debugging tools. These features make it easier to maintain high-quality, secure software.

What makes Visual Studio Code a good choice for developers concerned about security?

--answers--

It has built-in security tools and plugins to detect vulnerabilities.


It automatically fixes code issues.

--feedback--

The text doesn't mention automatic fixing of code issues.


It offers a built-in chat for security discussions.

--feedback--

The text does not mention a chat feature.


It tracks all changes made to the codebase.

--feedback--

While change tracking is important, it's not the focus in this case.

--video-solution--

1

--explanation--

To find the correct answer, look for words related to security in the text.

The phrase helps detect vulnerabilities with security plugins is key. This tells us that Visual Studio Code includes tools specifically designed to find security issues.

The text also mentions built-in security features to protect the codebase, showing that security is a major focus.