Files
micro-bricks/breakout.code-workspace
T
seppedl 0e5b5f67fa [fix] Small errors
- Ball can no longer lock to paddle
- Brick edges are part of the brick
2025-04-03 22:00:57 +02:00

14 lines
161 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"name": "Mpy Remote Workspace",
"uri": "pico:"
}
],
"settings": {
"python.languageServer": "Pylance"
}
}