Skip to content

Commit 3572a93

Browse files
authored
Setup with PER-Pack (#206)
1 parent 59f8ce9 commit 3572a93

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

setup.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,9 @@ sudo apt install git cmake python3 python3-pip ninja-build gcc-arm-none-eabi ope
5353
VS Code is the recommended editor for firmware development.
5454

5555
## 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.
7059
7160
## Turn on Autosave
7261
Go to `File -> Autosave` and click check to turn on autosave.

0 commit comments

Comments
 (0)