Before I installed VS 2022 a couple of days ago, I was fine how it all worked with VS 2019: all C# scripts were opened in one window after I clicked on one of these files. Now, when I open a project in Godot, dozens of sole windows are being opened—only the GDScript files. When I open a C# script in VS from the file explorer, it does not even recognize Godot classes. I enabled Use External Editor and put in the path C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/devenv.exe at Exec Path, both at Editor → Editor Settings → General → Text Editor → External and I chose Visual Studio as External Editor at Editor → Editor Settings → General → Mono → Editor. What can I do so that it works as earlier?