I switched to Visual Studio Code from Visual Studio for Mac for Unity Development. How to customize the opening Different Solutions (Different Unity Projects) in Separate Processes to Switch Between them with “CMD + Tab” (just like in VS for Mac by default)?
You should be able to switch between different projects (VSC workspace windows) with Cmd+`
That’s a general macOS shortcut for switching between windows of the current focused app, and it works in VSC.