I recently got a problem in VSCode after updating to v1.77.3 where the path for new projects is wrong, while for old projects it's correct.
In particular, new projects are opened in folders prefixed with /run/user/100/doc/
followed by a sha256 like digest that varies per folder.
Usually new projects were opened where I wanted them to be, in my home folder ~/
I'm using Ubuntu Linux and installed vscode through snap.
settings.json
,keybindings.json
and installing extensions again should be simple. – Oestrone