Files
SpotMicroESP32-Leika/esp32/.vscode/extensions.json
Rune Harlyk 0ae82776e1 🦾 Adds kinematics
2024-06-04 17:42:31 +02:00

12 lines
308 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"esbenp.prettier-vscode",
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}