Skip to content

vs-code: Fix VS Code development container

Chris Kay requested to merge github/fork/CJKay/fix-devcontainer into master

VS Code currently tries to enter the container as the user user, which doesn't exist. Enter it as root instead.

Merge request reports