vscode_deno icon indicating copy to clipboard operation
vscode_deno copied to clipboard

option `deno.testing.show_output_when_run_test` `deno.testing.go_to_test_when_run_test`

Open loynoir opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

Current testing step is kind of tedious to meet my preference.

  • Open project in vscode
  • Click on vscode bottom Testing
  • Click on bottom Show Output
  • Click on file foobar.test.ts test foo bottom Go to test
  • Click on file foobar.test.ts test foo bottom Run test

Describe the solution you'd like

  "deno.testing.show_output_when_run_test": true,
  "deno.testing.go_to_test_when_run_test": true,
  • Open project in vscode
  • Click on vscode bottom Testing
  • Click on file foobar.test.ts test foo bottom Run test

loynoir avatar Jan 30 '23 10:01 loynoir

I'd like to see the output as well, I think it's not possible at the moment? Rust has much clearer way to run tests, it shows both Run and Debug as code lens features and opens directly a new terminal if I run single test or all tests.

Ciantic avatar Mar 02 '23 16:03 Ciantic