Fast-Vector/.vscode/settings.json
2025-04-16 22:41:08 -05:00

10 lines
192 B
JSON

{
"files.associations": {
"*.pyx": "python",
"*.js": "javascript",
"*.c": "c",
"*.scene": "yaml",
"*.cene": "yaml",
"iomanip": "cpp"
}
}