flix/.vscode/settings.json
2024-07-25 06:51:47 +03:00

9 lines
131 B
JSON

{
"C_Cpp.intelliSenseEngineFallback": "enabled",
"files.associations": {
"*.sdf": "xml",
"*.ino": "cpp",
"*.h": "cpp"
}
}