can支持自定义id解析了

This commit is contained in:
2025-08-07 04:40:31 +08:00
parent 3e49722616
commit 3159d3ae1a
38 changed files with 558 additions and 350 deletions

View File

@@ -2,6 +2,11 @@
"files.associations": {
"user_math.h": "c",
"bsp.h": "c",
"stdint.h": "c"
"stdint.h": "c",
"array": "c",
"string": "c",
"string_view": "c",
"vector": "c",
"can.h": "c"
}
}