Added vscode environment files

This commit is contained in:
Xackery Xtal
2020-02-20 16:50:34 -08:00
parent a63dc7d5e0
commit fe4a0cfdba
4 changed files with 156 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/mysql"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17"
}
],
"version": 4
}