Very likely a new bug in SDK container build in VSCode

It was exactly the same issue as before, but I had forgotten about it until setting up a new development machine. The issue is that the autogenerated ‘devcontainer.json’ concatenates ${localEnv:HOME}${localEnv:USERPROFILE} in the path to moses. If both variables are defined, the moses path is invalid. Not really an OS specific problem.