mirror of
https://github.com/JonasunderscoreJones/PI-server-rack.git
synced 2025-10-22 17:29:17 +02:00
18 lines
No EOL
482 B
JSON
18 lines
No EOL
482 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"/usr/include/openvdb/io",
|
|
"/home/jonas_jones/GitHub/PI-server-rack/arduino"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/sbin/clang",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++14",
|
|
"intelliSenseMode": "linux-clang-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |