From 52e0186d7fd5d351dec740a2ec6bf579fe1e3b54 Mon Sep 17 00:00:00 2001 From: nixbi93 Date: Wed, 8 Oct 2025 15:38:47 +0200 Subject: [PATCH] added workspace --- PjonMqtt.code-workspace | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 PjonMqtt.code-workspace 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