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
...@@ -15,7 +15,10 @@ ...@@ -15,7 +15,10 @@
"ghcr.io/devcontainers/features/docker-in-docker:2.12": { "ghcr.io/devcontainers/features/docker-in-docker:2.12": {
"version": "latest", "version": "latest",
"dockerDashComposeVersion": "v2" "dockerDashComposeVersion": "v2"
} },
"ghcr.io/devcontainers/features/python:1": {
"version": "3.12"
}
}, },
// add any required extensions that must be pre-installed in the devcontainer // add any required extensions that must be pre-installed in the devcontainer
"customizations": { "customizations": {
...@@ -30,7 +33,8 @@ ...@@ -30,7 +33,8 @@
"valentjn.vscode-ltex", "valentjn.vscode-ltex",
"zxh404.vscode-proto3", "zxh404.vscode-proto3",
"typefox.yang-vscode", "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