We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852658c commit ea3e5ddCopy full SHA for ea3e5dd
.devcontainer/devcontainer.json
@@ -0,0 +1,21 @@
1
+{
2
+ "name": "devContainer",
3
+ "image": "ghcr.io/inti-cmnb/kicad9_auto_full:latest",
4
+ "runArgs": [
5
+ "-v",
6
+ "/var/run/docker.sock:/var/run/docker.sock"
7
+ ],
8
+ "postCreateCommand": "curl -sL https://raw.githubusercontent.com/nektos/act/master/install.sh | bash -s -- -b /usr/local/bin",
9
+ "customizations": {
10
+ "vscode": {
11
+ "extensions": [
12
+ "danielmeza.kicad-syntax-highlighter",
13
+ "ESPHome.esphome-vscode",
14
+ "argmaster.gerber-x3-x2-format-support",
15
+ "ms-python.python",
16
+ "ms-python.vscode-pylance",
17
+ "github.vscode-github-actions"
18
+ ]
19
+ }
20
21
+}
0 commit comments