7

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.

Cornelius Roemer
  • 3,772
  • 1
  • 24
  • 55
Lotfi
  • 136
  • 1
  • 6

1 Answers1

2

This is a bug in VSCode 1.77 that seems to have been fixed in VSCode 1.78.

So get your update and you should be fine.

Relevant VS code Github issue: New saved files show breadcrumb path as /run/user

Cornelius Roemer
  • 3,772
  • 1
  • 24
  • 55