mirror of
https://github.com/kuhyx/engineer-thesis-WUT.git
synced 2026-07-04 16:23:14 +02:00
16 lines
336 B
JSON
16 lines
336 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "linux-gcc-x64",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"compilerPath": "/usr/bin/core_perl/gcc",
|
|
"cStandard": "${default}",
|
|
"cppStandard": "${default}",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"compilerArgs": []
|
|
}
|
|
],
|
|
"version": 4
|
|
} |