You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Code is the recommended editor for firmware development.
54
54
55
55
## Install Extensions
56
-
Open the Extensions view (Ctrl+Shift+X or Cmd+Shift+X) and install the following VSCode extensions:
57
-
58
-
```
59
-
Cortex-Debug
60
-
Peripheral Viewer
61
-
MemoryView
62
-
C/C++
63
-
RTOS Views
64
-
Black Formatter
65
-
Code Spell Check
66
-
Python
67
-
Python Debug
68
-
Pylance
69
-
```
56
+
Open the Extensions view (Ctrl+Shift+X or Cmd+Shift+X) and install the [PER extension pack](https://marketplace.visualstudio.com/items?itemName=irvingywang.per-pack) by searching the extension marketplace for "PER-Pack".
57
+
> [!WARNING]
58
+
> PER-Pack is required! Dont skip this step.
70
59
71
60
## Turn on Autosave
72
61
Go to `File -> Autosave` and click check to turn on autosave.
0 commit comments