connorshea / vscode-ruby-test-adapter

A Ruby test adapter extension for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=connorshea.vscode-ruby-test-adapter
MIT License
85 stars 52 forks source link

New tests not being run and getting odd error "command 'python.refreshTests' not found" #88

Closed dumbledad closed 2 years ago

dumbledad commented 2 years ago

Your environment

Behavior

I installed the extension yesterday and it rescued me from this and ran my tests. Today I have added another file of tests but they remain undiscovered. When I click the second of the two refresh buttons I get the VSCode error "command 'python.refreshTests' not found", which is odd given that this is all Ruby.

dumbledad commented 2 years ago

Possibly linked issue here

dumbledad commented 2 years ago

Doh! I'd spelt the test file wrong (_rspec.rb).