Files
my-ws2812b-led-deprecated/.vscode/settings.json
Passthem 5bd4c9ab10 e2
2025-04-14 16:24:32 +08:00

14 lines
286 B
JSON

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