mirror of
https://github.com/ayabusa/Numworks-zeta-os.git
synced 2024-11-21 18:53:24 +00:00
16 lines
373 B
JSON
16 lines
373 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**"
|
||
|
],
|
||
|
"defines": [],
|
||
|
"compilerPath": "/usr/bin/gcc",
|
||
|
"cStandard": "c17",
|
||
|
"cppStandard": "gnu++17",
|
||
|
"intelliSenseMode": "linux-gcc-x64"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|