mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
15 lines
435 B
JSON
15 lines
435 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "linux",
|
|
"includePath": ["${workspaceFolder}/core/include/**", "${workspaceFolder}/common/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
|
|
}
|