mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-29 03:51:28 +00:00
13 lines
236 B
JSON
13 lines
236 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": ["${workspaceFolder}"],
|
||
|
"cStandard": "c89",
|
||
|
"intelliSenseMode": "linux-clang-x64",
|
||
|
"compilerPath": "/usr/bin/clang"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|