Is there a known way to launch two cursor windows from wsl? WSL is a very common and growing way for windows users to develop stuff. VSCode allows launching multiple windows which makes it easy to manage complex projects where I want to keep say DB, UI, logic, etc. in separate windows of cuirsor. When I do “code .” it opens just one window and a second such command just takes me to first window.
Q: Is there a way to create multiple windows in wsl?