Files
my-ws2812b-led-deprecated/.vscode/settings.json
2025-04-14 16:07:04 +08:00

12 lines
231 B
JSON

{
"files.associations": {
"*.py": "python",
"app.h": "c",
"time.h": "c",
"math.h": "c"
},
"C_Cpp.errorSquiggles": "enabled",
"C_Cpp.default.includePath": [
"./include"
]
}