alefragnani / vscode-project-manager

Project Manager Extension for Visual Studio Code
GNU General Public License v3.0
1.93k stars 224 forks source link

[FEATURE] - open the same project in differrent window #682

Closed lfire closed 1 year ago

lfire commented 1 year ago

sometimes, I need to open the same project in two windows, which helps me to diff some codes. But when I open a new window, and click the project list, which is the same project, the new window will be closed, and open the pre window.

I holp it will support opening the same project in different windows, thx.

alefragnani commented 1 year ago

Hi @lfire ,

This is by design not supported by VS Code. But, they provided a workaround, which is to use the Workspace: Duplicate Workspace in New Window command instead.

It works perfectly, and I suggest you to try out.

Hope this helps

lfire commented 1 year ago

nice, thx.