Feature request: automatically attach testhost process when debugging unit tests
When clicking on "Debug Test" above a xUnit / NUnit test, the console outputs: "Host debugging is enabled. Please attach debugger to testhost process to continue." The user then has to attach to the process manually via ".NET Core Attach", select the right process among running processes, and press "continue". (See @baronfel 's instructions in #85) Because the user-experience would be greatly improved in regards to unit tests, I suggest a feature to have these steps done automatically by the plugin.
This issue is the only one that prevents me using vscode for F#, as it is very painful to attach the debugger dozens or hundreds of times per da. Is there really no way how to attach the debugger automatically? Or how difficult would it be to implement this feature?