mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
15 lines
432 B
JSON
15 lines
432 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "linux",
|
|
"includePath": ["${workspaceFolder}/common/include/","${workspaceFolder}/core/include/**"],
|
|
"defines": [],
|
|
"compilerPath": "/usr/lib/ccache/clang",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++14",
|
|
"intelliSenseMode": "clang-x64",
|
|
"compileCommands": "${workspaceFolder}/core/build/arch/debug/compile_commands.json"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|