Fsharp Ionide on VS code: new tests not recognised until project reload

89 Views Asked by At

I am running an Fsharp console project on VS Code using the Ionide plugin. I added a test file using Xunit. However when I add a new test to the test file, the test case only gets recognized when I reload the window using the command pallette.

enter image description here

As you can see in the screenshot, the tests are listed on the left hand side inside the test menu and each test case has a run button. But in order for these to appear on a new test case I have to reload the window. Is there a way I can make Ionide recognize the tests without a window reload?

0

There are 0 best solutions below

Related Questions in F#