Visual Studio Code – VScode Error: Unable to get working directory for project Miscellaneous Files – file RunTestsHandler.cs line 124
I am currently working with VSCode on Windows. I have one folder opened in my workspace which contains several projects. Since we build the projects for net8.0 AND net481, I use the setting "dotnet.preferCSharpExtension": true for my workspace. I have…