There is there a way to open multiple Windows for the same Working directory in VS Code. However each instance of VS Code typically opens in a separate process, and each window corresponds to a different project or folder. However, you can achieve similar functionality by using multiple workspaces or by opening new folders in the same window. Here’s how you can do it.
File -> Duplicate Workspace
You can also achieve this using shortcut: Ctrl/Cmd + Shift + P and search for “Workspaces: Duplicate Workspace In New Window”
“