Quake
Quake
I am able to use vcxsrv from within docker dev container in vscode by setting the DISPLAY to the name:0.0, as vcxsrv is showing it in my taskbar. So I...
@JanPokorny Ah alright, I may have gotten confused since vscode denotes my wsl dev container as a remote container
I fixed this by installing the Code Coverage tool in my unity project, the error does not seem to show that this might be the issue, but once I installed...
Next to adding tests, also make sure the Code Coverage package is added to your unity project! That missing was what was causing the error for me.