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 ffca561 commit 892cf68Copy full SHA for 892cf68
.devcontainer/devcontainer.json
@@ -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