Visual Studio Code (IDE)
Visual Studio Code (VS Code) is a popular, open-source Integrated Development Environment (IDE) developed by Microsoft. It has versatility, extensibility, and support for a wide range of programming languages and tools.
VS Code files customized in this project:
.vscode/settings.jsonis a component that allows users to customize their development environment to suit their preferences and project requirements. We have personalized the settings for this project based on common and personal preferences. -
.vscode/extensions.jsonis part of the workspace configuration in VS Code. It is used to recommend or restrict extensions for the project. This file is especially useful in team environments where consistency in tooling is crucial. We have provided the recommended extensions that aid in software development for this project. .vscode/launch.jsonis used to define the debugger configuration used with unit test. It allows for examining the project code and library code.