mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
20 lines
317 B
Text
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"
|
|
}
|
|
},
|
|
}
|