mirror of
https://github.com/usatiuk/cardboy.git
synced 2025-10-28 15:17:48 +01:00
21 lines
431 B
JSON
21 lines
431 B
JSON
{
|
|
"idf.flashType": "JTAG",
|
|
"idf.port": "/dev/tty.usbmodem12401",
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"files.associations": {
|
|
"bitset": "cpp",
|
|
"chrono": "cpp",
|
|
"algorithm": "cpp",
|
|
"random": "cpp",
|
|
"fstream": "cpp",
|
|
"streambuf": "cpp",
|
|
"regex": "cpp",
|
|
"*.inc": "cpp",
|
|
"vector": "cpp",
|
|
"esp_partition.h": "c",
|
|
"cstring": "cpp",
|
|
"array": "cpp",
|
|
"string_view": "cpp"
|
|
}
|
|
}
|