-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdevcontainer.json
More file actions
33 lines (33 loc) · 833 Bytes
/
devcontainer.json
File metadata and controls
33 lines (33 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "STM32",
"image": "ghcr.io/jasonyang-ee/stm32-builder:Ubuntu-latest",
"privileged": true,
"customizations": {
"vscode": {
"extensions": [
"dan-c-underwood.arm",
"jeff-hykin.better-cpp-syntax",
"ms-vscode.cpptools",
"akiramiyakoda.cppincludeguard",
"xaver.clang-format",
"twxs.cmake",
"ms-vscode.cmake-tools",
"adpyke.codesnap",
"mcu-debug.debug-tracker-vscode",
"marus25.cortex-debug",
"ms-vscode-remote.remote-containers",
"ms-azuretools.vscode-docker",
"cschlosser.doxdocgen",
"mhutchie.git-graph",
"donjayamanne.githistory",
"eamodio.gitlens",
"zixuanwang.linkerscript",
"bierner.markdown-preview-github-styles",
"mcu-debug.memory-view",
"mcu-debug.rtos-views",
"albert.tabout",
"ms-vscode-remote.remote-wsl",
]
}
}
}