This commit is contained in:
Ashley Rosch
2021-12-24 03:50:27 -06:00
parent dec55f18f6
commit 059f8f67de
8 changed files with 156 additions and 31 deletions

View File

@@ -0,0 +1,15 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}