gdbstub/.vscode/settings.json

8 lines
114 B
JSON
Raw Normal View History

2025-09-20 17:55:30 +08:00
{
"files.associations": {
"BUILD": "bazel",
"*.inc": "cpp",
2025-09-22 10:34:54 +08:00
"stdio.h": "c",
"cstdlib": "c"
2025-09-20 17:55:30 +08:00
}
}