You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
esp32-tm-code/.vscode/settings.json

21 lines
606 B

{
"files.associations": {
"**/frontmatter.json": "jsonc",
"**/.frontmatter/config/*.json": "jsonc",
"functional": "cpp",
"string": "cpp",
"array": "cpp",
"deque": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"type_traits": "cpp",
"new": "cpp",
"ctime": "cpp",
"*.tcc": "cpp"
},
"julia.environmentPath": "/home/andrew/Projects/SeniorDesign/esp32-tm-code",
"frontMatter.content.pageFolders": []
}