Fast-Vector/.vscode/settings.json

10 lines
192 B
JSON
Raw Normal View History

2025-04-17 03:41:08 +00:00
{
"files.associations": {
"*.pyx": "python",
"*.js": "javascript",
"*.c": "c",
"*.scene": "yaml",
"*.cene": "yaml",
"iomanip": "cpp"
}
}