Directories in vscodeWorkspaceSwitcher.paths are skipped if they are a symlink, which is probably a bug. This is because of using fs.lstat() instead of fs.stat().
For information, my workspaces directory is symlinked to a separate partition that is backed up from times to times.
Directories in
vscodeWorkspaceSwitcher.paths
are skipped if they are a symlink, which is probably a bug. This is because of usingfs.lstat()
instead offs.stat()
.For information, my workspaces directory is symlinked to a separate partition that is backed up from times to times.