This commit is contained in:
Seth Tunstall 2022-12-05 14:33:36 +00:00
parent 65378456fc
commit daddd76bbb
7 changed files with 52 additions and 2 deletions

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