mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
20 lines
312 B
Text
20 lines
312 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "linux"
|
|
},
|
|
{
|
|
"path": "onboard-keyman"
|
|
},
|
|
{
|
|
"path": "common/engine/keyboardprocessor"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
},
|
|
}
|