This commit is contained in:
Mountain-Pitt
2022-08-28 06:24:50 +10:00
parent 4dcf2cba30
commit 0ee7c65b6e

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