29 lines
700 B
JSON
29 lines
700 B
JSON
{
|
|
"files.associations": {
|
|
"mqtt_internal.h": "c",
|
|
"platform.h": "c",
|
|
"packet.h": "c",
|
|
"buffer.h": "c",
|
|
"debug.h": "c",
|
|
"protocol.h": "c",
|
|
"state_queue.h": "c",
|
|
"subscriptions.h": "c",
|
|
"mqtt.h": "c",
|
|
"tidyplatform.h": "c"
|
|
},
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/*.o": true,
|
|
"**/*.do": true,
|
|
"**/*.gcno": true,
|
|
"**/*.gcda": true,
|
|
"**/*.gcov": true,
|
|
"**/*.a": true,
|
|
"**/build": true
|
|
},
|
|
"coverage-gutters.lcovname": "coverage.info"
|
|
}
|