added workspace

This commit is contained in:
2025-10-08 15:38:47 +02:00
parent db37fbb4be
commit 52e0186d7f

14
PjonMqtt.code-workspace Normal file
View File

@@ -0,0 +1,14 @@
{
"folders": [
{
"name": "PjonMqtt",
"path": "."
}
],
"settings": {
"files.associations": {
"system_error": "cpp",
"thread": "cpp"
}
}
}