fixed typo (path) in postCreateCommand
This commit is contained in:
parent
2e93c9577a
commit
73084ac79f
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
"name": "CircuitPython Cortex-M Build-Environment (base: Default Linux Universal)",
|
"name": "CircuitPython Cortex-M Build-Environment (base: Default Linux Universal)",
|
||||||
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
|
"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}" }
|
"remoteEnv": { "PATH": "/workspaces/gcc-arm-none-eabi/bin:${containerEnv:PATH}" }
|
||||||
|
|
||||||
// Features to add to the dev container. More info: https://containers.dev/features.
|
// Features to add to the dev container. More info: https://containers.dev/features.
|
||||||
|
|
Loading…
Reference in New Issue