A configuration file allows you to configure and save debugging setup details.
VS Code keeps debugging configuration information in a launch.json file located in a .vscode folder in your workspace (project root folder)
launch.json
.vscode
References: