mirror of
https://gitlab.com/fabinfra/fabhardware/fabreader3.git
synced 2025-03-13 15:11:42 +01:00
26 lines
723 B
JSON
26 lines
723 B
JSON
{
|
|
"files.associations": {
|
|
"random": "cpp",
|
|
"cstddef": "cpp",
|
|
"array": "cpp",
|
|
"string_view": "cpp",
|
|
"initializer_list": "cpp",
|
|
"ranges": "cpp",
|
|
"utility": "cpp",
|
|
"string": "cpp",
|
|
"functional": "cpp",
|
|
"*.desfire": "cpp",
|
|
"*.old": "cpp",
|
|
"*.deprecated": "cpp",
|
|
"*.conf": "bitbake",
|
|
"*.inc": "bitbake"
|
|
},
|
|
"python.autoComplete.extraPaths": [
|
|
"${workspaceFolder}/sources/poky/bitbake/lib",
|
|
"${workspaceFolder}/sources/poky/meta/lib"
|
|
],
|
|
"python.analysis.extraPaths": [
|
|
"${workspaceFolder}/sources/poky/bitbake/lib",
|
|
"${workspaceFolder}/sources/poky/meta/lib"
|
|
]
|
|
} |