In Section 1 Part 6 of Complete C# Unity Game Developer 2D we are tasked to create a simple .cs script in Unity and open it with Visual Studio Code.
I have VS Code set up and made all the settings as in Part 4 “IntelliSense Issues?”, but when I double click .cs script in Unity to open it I am presented with this window, and not the script itself:
So to open actual script I need to find it in left collumn and manually open it from there, which is not very convenient.
Can this be fixed or is it a normal behavior for VS Code?