You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It took me a while to notice that opening a folder on insiders.vscode.dev was actually adding the folder to a default workspace. As a VS Code desktop user, I would not have expected the folder to be parented to a workspace.
I was also surprised that opening another folder adds the new folder to the workspace instead of closing the previous folder and opening just the new folder.
The difference in behavior and introducing the workspace concept when opening a single folder may be confusing for current VS Code desktop users.
I also looked around for a Close Folder command and finally realized I needed to right-click on the folder node and run Remove Folder from Workspace to close the folder
The text was updated successfully, but these errors were encountered:
Testing #143456
It took me a while to notice that opening a folder on insiders.vscode.dev was actually adding the folder to a default workspace. As a VS Code desktop user, I would not have expected the folder to be parented to a workspace.
I was also surprised that opening another folder adds the new folder to the workspace instead of closing the previous folder and opening just the new folder.
The difference in behavior and introducing the workspace concept when opening a single folder may be confusing for current VS Code desktop users.
I also looked around for a Close Folder command and finally realized I needed to right-click on the folder node and run Remove Folder from Workspace to close the folder
The text was updated successfully, but these errors were encountered: