OctoCube/.vscode/settings.json

9 lines
183 B
JSON
Raw Permalink Normal View History

2024-11-05 11:18:36 +00:00
{
"files.associations": {
"*.page-template": "vue",
"*.layout-template": "vue",
"*.vue": "vue",
2024-11-05 11:54:36 +00:00
"*.tcc": "cpp",
"functional": "cpp"
2024-11-05 11:18:36 +00:00
}
}