Merge branch 'mdev' of https://github.com/tonyxforce/WLED into mdev

This commit is contained in:
tonyxforce
2023-08-25 01:18:47 +02:00

10
.vscode/extensions.json vendored Normal file
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"
]
}