[Code] Removed vscode setting (#2753)

This commit is contained in:
Xackery
2023-01-17 13:20:36 -08:00
committed by GitHub
parent fbb36a3e75
commit a90c760186
5 changed files with 4 additions and 207 deletions
-16
View File
@@ -1,16 +0,0 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/mysql"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17"
}
],
"version": 4
}