abstractaccelerator/.vscode/settings.json

7 lines
96 B
JSON
Raw Normal View History

{
"files.associations": {
"BUILD": "bazel",
2022-02-11 20:17:21 +08:00
"memory": "cpp",
"stdarg.h": "c"
}
}