mirror of
https://github.com/danog/toncontest.git
synced 2024-11-26 20:15:01 +01:00
15 lines
386 B
JSON
15 lines
386 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/clang",
|
|
"intelliSenseMode": "clang-x64",
|
|
"compileCommands": "${workspaceFolder}/lib/build/compile_commands.json"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |