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 2e93c95 commit 73084acCopy full SHA for 73084ac
.devcontainer/cortex-m/devcontainer.json
@@ -3,7 +3,7 @@
3
{
4
"name": "CircuitPython Cortex-M Build-Environment (base: Default Linux Universal)",
5
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
6
- "postCreateCommand": ".devcontainer/cortex-mq/on-create.sh",
+ "postCreateCommand": ".devcontainer/cortex-m/on-create.sh",
7
"remoteEnv": { "PATH": "/workspaces/gcc-arm-none-eabi/bin:${containerEnv:PATH}" }
8
9
// Features to add to the dev container. More info: https://containers.dev/features.
0 commit comments