diff --git a/PjonMqtt.code-workspace b/PjonMqtt.code-workspace new file mode 100644 index 0000000..80bbf35 --- /dev/null +++ b/PjonMqtt.code-workspace @@ -0,0 +1,14 @@ +{ + "folders": [ + { + "name": "PjonMqtt", + "path": "." + } + ], + "settings": { + "files.associations": { + "system_error": "cpp", + "thread": "cpp" + } + } +} \ No newline at end of file