pikapython/port/linux/.vscode/settings.json

7 lines
117 B
JSON
Raw Normal View History

2021-10-01 00:21:50 +08:00
{
"files.associations": {
"pikaobj.h": "c",
"stdbool.h": "c",
"datamemory.h": "c"
2021-10-01 00:21:50 +08:00
}
}