Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 847 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 847 Bytes

VSCode Folder

Note

The .vscode directory contains files that are used to configure Visual Studio Code for the repository.

The .vscode directory contains the following files:

  • extensions.json: A default extensions.json file that can be used to install recommended extensions for the repository.

  • settings.json: A default settings.json file that can be used to configure settings for the repository.

  • launch.json: A default launch.json file that can be used to configure launch configurations for the repository.

  • tasks.json: A default tasks.json file that can be used to configure tasks for the repository.

  • README.md: A default README.md file that can be used to provide information about the .vscode directory.