Skip to content

Commit 892cf68

Browse files
committed
Add dev container
1 parent ffca561 commit 892cf68

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"containerEnv": {
3+
"BLINKA_FORCEBOARD": "GENERIC_LINUX_PC",
4+
"BLINKA_FORCECHIP": "GENERIC_X86"
5+
},
6+
"customizations": {
7+
"vscode": {
8+
"extensions": [
9+
"ms-python.python",
10+
"ms-python.vscode-pylance",
11+
"ms-python.isort",
12+
"ms-python.debugpy",
13+
"redhat.vscode-yaml",
14+
"tamasfe.even-better-toml"
15+
]
16+
}
17+
},
18+
"image": "mcr.microsoft.com/devcontainers/python:3.13",
19+
"name": "pysquared-dev",
20+
"postCreateCommand": "make .venv pre-commit-install"
21+
}

0 commit comments

Comments
 (0)