File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " CRSFforArduino development container" ,
3
+ "image" : " mcr.microsoft.com/devcontainers/python:3.11" ,
4
+ "postCreateCommand" : " pip install platformio" ,
5
+ "postStartCommand" : " sudo groupadd -g 986 uucp || true && sudo usermod -aG uucp vscode" ,
6
+ "customizations" : {
7
+ "vscode" : {
8
+ "extensions" : [
9
+ " donjayamanne.githistory" ,
10
+ " eamodio.gitlens" ,
11
+ " github.vscode-github-actions" ,
12
+ " GitHub.vscode-pull-request-github" ,
13
+ " ms-vscode.cpptools" ,
14
+ " ms-vscode.cpptools-extension-pack" ,
15
+ " ms-vscode.cpptools-themes" ,
16
+ " platformio.platformio-ide" ,
17
+ " streetsidesoftware.code-spell-checker" ,
18
+ " vivaxy.vscode-conventional-commits" ,
19
+ " xaver.clang-format"
20
+ ]
21
+ }
22
+ },
23
+ "runArgs" : [
24
+ " --device=/dev/ttyACM0" ,
25
+ " --group-add=986"
26
+ ],
27
+ "mounts" : [
28
+ " source=/dev/bus/usb,target=/dev/bus/usb,type=bind"
29
+ ]
30
+ }
You can’t perform that action at this time.
0 commit comments