Files
my-ws2812b-led-deprecated/.vscode/settings.json
Passthem f23f7b05b2 哇袄2
2025-04-14 16:02:39 +08:00

11 lines
208 B
JSON

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