mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
17 lines
No EOL
475 B
JSON
17 lines
No EOL
475 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/lib/ccache/clang",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++14",
|
|
"intelliSenseMode": "clang-x64",
|
|
"compileCommands": "${workspaceFolder}/linux/keyboardprocessor/compile_commands.json"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |