Closed ovatsus closed 6 years ago
Nevermind, just noticed that in the plugin description it says code lenses are supported to run and debug tests, they weren't showing up for me because I had "editor.codeLens": true
in the settings, probably because at some time that was needed to get the line lenses working with Ionide, but it seems that it's no longer the case
You should update the wiki to remove that instruction:
https://github.com/ionide/ionide-vscode-fsharp/wiki/Version-3.0.0#linelens
There's an icon on the left gutter that tells you the output of the test, would be helpful to also be able to run/debug the test either from that button on some drop down, or in a right click option in the code insde the test function (or maybe in an inline lens like the Python VSCode plugin does)