This commit is contained in:
2024-05-06 22:35:49 +08:00
commit b273c2620c
17 changed files with 4666 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"
]
}

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

@@ -0,0 +1,15 @@
{
"stm32-for-vscode.openOCDPath": false,
"stm32-for-vscode.makePath": false,
"stm32-for-vscode.armToolchainPath": false,
"files.associations": {
"刷新画线": "c",
"optional": "cpp",
"random": "cpp",
"limits": "cpp",
"new": "cpp",
"*.tcc": "cpp",
"cmath": "cpp",
"utility": "cpp"
}
}