chore: remove vscode from gitignore

This commit is contained in:
2026-03-10 20:50:30 +08:00
parent b9c0f3025c
commit 21890ac5eb
5 changed files with 37 additions and 1 deletions

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