Skip to content
Snippets Groups Projects
Commit 516e5707 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

add python

parent 12250e5e
No related branches found
No related tags found
1 merge request!215Simple longevity tests
Pipeline #224091 passed
This commit is part of merge request !215. Comments created here will be created in the context of that merge request.
......@@ -15,7 +15,10 @@
"ghcr.io/devcontainers/features/docker-in-docker:2.12": {
"version": "latest",
"dockerDashComposeVersion": "v2"
}
},
"ghcr.io/devcontainers/features/python:1": {
"version": "3.12"
}
},
// add any required extensions that must be pre-installed in the devcontainer
"customizations": {
......@@ -30,7 +33,8 @@
"valentjn.vscode-ltex",
"zxh404.vscode-proto3",
"typefox.yang-vscode",
"mechatroner.rainbow-csv"
"mechatroner.rainbow-csv",
"ms-python.autopep8"
]
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment