EinkAnalog/EPaperAnalog.code-workspace

33 lines
558 B
Plaintext
Raw Normal View History

2024-03-01 00:50:32 +01:00
{
"folders": [
{
"name": "EPaperAnalog",
"path": "."
},
{
"path": "../../../Git/T5_dashboard"
}
],
"settings": {
"files.associations": {
"*.html": "html",
2024-03-10 17:23:53 +01:00
"cmath": "cpp",
"array": "cpp",
"chrono": "cpp",
"deque": "cpp",
"format": "cpp",
"forward_list": "cpp",
"initializer_list": "cpp",
"list": "cpp",
"vector": "cpp",
"xhash": "cpp",
"xstring": "cpp",
"xtree": "cpp",
"xutility": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"string_view": "cpp"
2024-03-01 00:50:32 +01:00
}
}
}