spiegel-keyman/linux/linux.code-workspace
glasseyes a2b30dc494 WIP: use keyboardprocessor.h
get pkg-config for JSON_GLIB and KEYMAN_PROC
2018-11-06 15:14:21 +07:00

20 lines
317 B
Text

{
"folders": [
{
"path": "."
},
{
"path": "../onboard-keyman"
},
{
"path": "/opt/Repos/github-lsdev/keyman/common"
}
],
"settings": {
"C_Cpp.default.includePath": "/usr/include/glib-2.0;/usr/include/json-glib-1.0",
"files.associations": {
"glib.h": "c",
"json-glib.h": "c"
}
},
}