This commit is contained in:
Alejandro Javier Asenjo Nitti
2023-10-06 03:10:31 -03:00
parent 1dc09895ed
commit 53ce4e358f
6 changed files with 3475 additions and 2 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"configurations": [
{
"name": "Linux",
"compilerPath": "${default}",
"compilerArgs": [
"-m32"
],
"intelliSenseMode": "${default}", // Shouldn't matter
"includePath": [
"${workspaceFolder}/**",
"src",
"build",
"include"
],
"defines": [
"_LANGUAGE_C"
],
"cStandard": "gnu89", // C89 + some GNU extensions from C99 like C++ comments
"cppStandard": "${default}"
}
],
"version": 4
}