This is needed to support VS Code with clangd for userspace keymaps (in
this case `compile_commands.json` and `.cache/clangd` are located in the
`qmk_userspace` working copy).
Vitaliy Zaytsev [Thu, 2 May 2024 11:20:54 +0000 (14:20 +0300)]
use containerWorkspaceFolder var and pass it to setup.sh (#12)
- folder name inside dev container is same as folder name on host
so if it differs from qmk_userspace then setup.sh cannot be found
and it sets incorrect user.overlay_dir
- docs https://containers.dev/implementors/json_reference/