Description
On my Windows 11 machine running Docker Desktop, the DevContainer initializationCommand
"initializeCommand": "mkdir -p ${localEnv:HOME}/.cache/bazel"
becomes
C:\WINDOWS\system32\cmd.exe /c mkdir -p C:\Users\bl81hi/.cache/bazel
which quits with "Syntaxfehler."
Error Occurrence Rate
Reproducible
How to reproduce
clone repo
Start VS Code and confirm "Run in DevContainer"
Supporting Information
No response
Classification
minor
Affected Version
0.5
Expected Closure Version
0.5
Category