Skip to content
Snippets Groups Projects

Simple longevity tests

Merged Neil-Jocelyn Schark requested to merge longevity-tests into master
Compare and
13 files
+ 343
129
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -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"
]
}
},
Loading