Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| lwc:editors:vscode [2020/11/26 17:48] – created John Harrison | lwc:editors:vscode [2023/08/19 13:25] (current) – John Harrison | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| * Change between vertical and horizontal split screen: | * Change between vertical and horizontal split screen: | ||
| * delete to end of line < | * delete to end of line < | ||
| - | | + | |
| + | ==== Arduino ==== | ||
| + | | ||
| + | * the vscode arduino extension serial monitor in ubuntu 22.04 doesn' | ||
| + | * for some reason new code is not loaded in through ISP unless the code is verified first | ||
| + | * you can automate some of this with extension [[https:// | ||
| + | * example: inside global (not the workspace (???) ) '' | ||
| + | < | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | ], | ||
| + | } | ||
| + | </ | ||
| + | //from there you can assign it a hotkey. I assigned it to ''< | ||