I know this question that has been asked before but I am missing something. I am running v1.80.2 of Visual Studio Code. When I open a workspace on the left of the screen I can open a file. Then I click (or double click) on another file and it overwrites the first file. And so on, I can only see one file at a time.
I have read a number of posts which advise the solution is to double click the file name - same behaviour as single click. There are also suggestions regarding disabling private viewing. Unfortunately nothing seems to work. FWIW the file name is bolded which I gather means this is not a preview
Here are some settings I changed (something of a scatter gun approach I am afraid)
{
"git.ignoreMissingGitWarning": true,
"workbench.editor.showTabs": false,
"workbench.editor.enablePreview": false,
"git.openRepositoryInParentFolders": "never",
"editor.rename.enablePreview": false,
"markdown.preview.doubleClickToSwitchToEditor": false
}
If anyone has suggestions on how to view multiple files it would be great.