Why is there a .vscode in the project file

clipboard.png
some projects have .vscode, and some projects don"t. Why?

Mar.11,2022

.vscode saves the (workspace) configuration of your workspace, such as task configuration and debug configuration. There is a launch.json, in your .vscode folder. This is the configuration of debug, indicating that you have started debugger. You can commit to git if you want to share these configurations.
specific reference: https://code.visualstudio.com.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a1a8-2c1dd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a1a8-2c1dd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?