LVGL-simulation-example/simulator.code-workspace
2020-11-13 10:21:36 +00:00

19 lines
230 B
Plaintext

{
"folders": [
{
"path": "./"
}
],
"settings": {
"files.associations": {
"cstdio": "cpp",
"cstdarg": "cpp"
},
"search.exclude": {
"**/.*": true,
"build": true
},
"search.useIgnoreFiles": false
}
}