mirror of https://github.com/PrimeDecomp/prime.git
17 lines
383 B
JSON
17 lines
383 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/include",
|
||
|
"${workspaceFolder}/libc"
|
||
|
],
|
||
|
"cStandard": "c99",
|
||
|
"cppStandard": "c++98",
|
||
|
"intelliSenseMode": "linux-clang-x86",
|
||
|
"compilerPath": ""
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|