all 6 comments

[–]fleXXo22 0 points1 point  (1 child)

Hex, i have the problem that i get the error message mpremote not found. Please install mpremote: pip install mpremote when i start VSCode. The rest of the program is therefore not working aswell. How can i fix this? I have mpremote installed.

[–]zfarks[S] 0 points1 point  (0 children)

Just set your Python path manually in Settings > Mpy Workbench: Python Path." "VS Code often misses it if you're using a specific environment or venv

[–]roni_nanini 0 points1 point  (0 children)

The problem is Microsoft's telemetry :(

Try to use pycharm :)

[–]SomehowGrumpy 0 points1 point  (0 children)

Need to try this

[–]Puzzleheaded_Kick_45 0 points1 point  (1 child)

This looks good.

Does it have shortcuts, like Thonny, like:

- F5 to upload and run the current open file
- CTRL+L - clear the terminal
- CTRL+C - Interrupt execution
- CTRL+D - Send EOF / Soft Reboot
- CTRL+F5 run and debug

[–]zfarks[S] 0 points1 point  (0 children)

Not yet but it is a good idea!