ionide / ionide-vscode-fsharp

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

Add setting to turn off test discovery on workspace load #1919

Closed farlee2121 closed 10 months ago

farlee2121 commented 10 months ago

WHAT

Add a configuration setting to turn off automatic test discovery on workspace load.

WHY

@TheAngryByrd was having issues with slowness due to concurrent builds on certain project

baronfel commented 10 months ago

Just to make sure I understand - if a user uses this setting, are they able to manually invoke test discovery at some later point?

farlee2121 commented 10 months ago

Yes. They can trigger test discovery with the refresh button in the test explorer

baronfel commented 10 months ago

Lovely! @TheAngryByrd I'm away on vacation, would you be down to push a hotfix release with this so that you aren't impacted?

TheAngryByrd commented 10 months ago

Lovely! @TheAngryByrd I'm away on vacation, would you be down to push a hotfix release with this so that you aren't impacted?

STOP LOOKING AT GITHUB/SLACK/DISCORD

TheAngryByrd commented 10 months ago

idk what's up with CI but gonna merge