numpad kinda working

This commit is contained in:
2026-03-17 22:45:40 -03:00
parent 712294fc2e
commit 48632ae058
9 changed files with 172 additions and 4 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"
]
}