Merge remote-tracking branch 'origin/main'

This commit is contained in:
Hosted Weblate 2022-12-17 15:35:36 +01:00
commit 01be969561
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C

View File

@ -3,7 +3,7 @@
{
"name": "CircuitPython Cortex-M Build-Environment (base: Default Linux Universal)",
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
"postCreateCommand": ".devcontainer/cortex-mq/on-create.sh",
"postCreateCommand": ".devcontainer/cortex-m/on-create.sh",
"remoteEnv": { "PATH": "/workspaces/gcc-arm-none-eabi/bin:${containerEnv:PATH}" }
// Features to add to the dev container. More info: https://containers.dev/features.