Files
GroundPY/.vscode/settings.json

8 lines
138 B
JSON
Raw Normal View History

2025-09-07 11:58:01 +10:00
{
"files.associations": {
"*.embeddedhtml": "html",
"*.spk": "code-text-binary",
"*.mem": "code-text-binary",
"stdio.h": "c"
}
}