LambdaFactory / Neptune-public

Repository for Neptune questions and issues
https://gumroad.com/l/NeptunePlugin
Other
26 stars 0 forks source link

Allow to run/debug tests from the code #14

Closed ovatsus closed 6 years ago

ovatsus commented 6 years ago

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)

ovatsus commented 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

ovatsus commented 6 years ago

You should update the wiki to remove that instruction:

https://github.com/ionide/ionide-vscode-fsharp/wiki/Version-3.0.0#linelens

image