Jumperless/JumperlessNano/JumperlessNano.code-workspace

23 lines
351 B
Plaintext
Raw Normal View History

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"array": "cpp",
"deque": "cpp",
"list": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"ranges": "cpp",
"cstring": "cpp",
2023-12-31 01:46:53 +01:00
"cmath": "cpp",
"typeinfo": "cpp"
}
}
}