VS Code: Multiple Project Folders
Briefly

Visual Studio Code (VS Code) allows users to open multiple project folders within a single workspace using the 'Add Folder to Workspace' feature. When adding folders, they should appear in the Explorer view and can be managed in tabs. Users must ensure they save the workspace as a .code-workspace file, which enables easier navigation and management of multiple projects. If users are not seeing expected results, checking VS Code's settings or the workspace configuration might help rectify the issue.
To have multiple folders open in Visual Studio Code, use the 'Add Folder to Workspace' option from the File menu. After adding folders, ensure to save the workspace as a .code-workspace file.
Read at SitePoint Forums | Web Development & Design Community
[
|
]