libmqtt/.vscode/settings.json
Johannes Schriewer b26cf9d917 Finish port to windows
Fix all problems on windows port, add build instructions to Readme
2018-08-05 18:24:35 +02:00

30 lines
754 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",
"cmake.buildDirectory": "${workspaceRoot}/build"
}