gdbstub/.vscode/settings.json

7 lines
94 B
JSON
Raw Normal View History

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