1
0
mirror of https://github.com/danog/toncontest.git synced 2024-11-26 20:15:01 +01:00
toncontest/.vscode/c_cpp_properties.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
}