Commit generated .vscode/extensions.json

This commit is contained in:
2024-04-10 21:14:04 +10:00
parent d3325b71cd
commit 88caab56a2

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