This commit is contained in:
Lexzach
2022-07-04 18:07:36 -04:00
commit 116e71bf8f
14 changed files with 1281 additions and 0 deletions

10
facp/.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"
]
}

5
facp/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"files.associations": {
"*.tcc": "cpp"
}
}