deprecate MQTT IoT Controller

This commit is contained in:
Siwat Sirichai 2023-12-30 14:59:08 +07:00
parent 8bc22e33f6
commit 1ec8effe90
8 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}

View file

@ -0,0 +1,3 @@
{
"C_Cpp.errorSquiggles": "enabled"
}