crystal-lang-tools / vscode-crystal-lang

Yet another VSCode extension for Crystal Programming Language
https://marketplace.visualstudio.com/items?itemName=crystal-lang-tools.crystal-lang
MIT License
275 stars 57 forks source link

Add Crystal Specs to native Testing UI #163

Closed nobodywasishere closed 5 months ago

nobodywasishere commented 1 year ago

I would love to add the ability to view/execute Crystal specs to the native Testing UI.

Is this something that could be merged if I created a PR?

nobodywasishere commented 7 months ago

This is implemented on v0.9.0-alpha.1, but is disabled by default due to the spec --dry-run flag not being available until Crystal 1.11. Without this, it will execute all the specs on startup by default for everyone - which is not a good user experience.