realityplayground-of/.vscode/settings.json

11 lines
224 B
JSON
Raw Normal View History

2020-10-19 18:25:24 +00:00
{
"files.associations": {
"*.tidal": "haskell",
2020-10-20 18:12:45 +00:00
"memory_resource": "cpp",
"*.tcc": "cpp",
"fstream": "cpp",
"deque": "cpp",
"string": "cpp",
"vector": "cpp"
2020-10-19 18:25:24 +00:00
}
}