ionide / ionide-vscode-fsharp

VS Code plugin for F# development
http://ionide.io
MIT License
850 stars 276 forks source link

Fix regression of AutoDiscoverTestsOnLoad behavior #1933

Closed farlee2121 closed 9 months ago

farlee2121 commented 9 months ago

1919 behavior was unintentionally removed. Perhaps clobbered in a merge?

This restores the missing conditional.

Thanks @stroborobo for pointing it out