This commit is contained in:
userName
2025-12-15 09:19:47 +08:00
commit 5e2dfc8ac8
16 changed files with 3555 additions and 0 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"
]
}

9
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"files.associations": {
"cmath": "cpp",
"array": "cpp",
"string": "cpp",
"string_view": "cpp"
},
"C_Cpp.errorSquiggles": "disabled"
}