This repository has been archived on 2024-06-12. You can view files and clone it, but cannot push or open issues or pull requests.
MPortLink/.vscode/settings.json

24 lines
526 B
JSON

{
"files.associations": {
"cstdlib": "c",
"mm-linker.h": "c",
"mm.h": "c",
"syslog.h": "c",
"libmm-glib.h": "c",
"typeinfo": "c",
"bit": "c",
"cmath": "c",
"compare": "c",
"concepts": "c",
"cstdarg": "c",
"cstdio": "c",
"type_traits": "c",
"limits": "c",
"new": "c",
"*.tcc": "c",
"cstdint": "c",
"fcntl.h": "c",
"file.h": "c"
},
"cmake.configureOnOpen": false
}