Files
PlatformIO_MouseJiggleWiggle/.vscode/extensions.json

11 lines
284 B
JSON
Raw Normal View History

2026-05-14 17:49:06 -05:00
{
// 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"
]
}