Add VSCode extensions

This commit is contained in:
Ollo 2024-11-28 21:34:50 +01:00
parent 167f4c1c38
commit 4ed8b150eb

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"
]
}