Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.
/ rust-test-lens Public archive

A vscode extension that adds a code lens to debug Rust tests.

License

Notifications You must be signed in to change notification settings

hdevalke/rust-test-lens

Repository files navigation

Rust Test Lens

Build Status Visual Studio Marketplace Installs

A code lens to debug rust tests and binaries.

test lens

⚠ NOTE: No more maintenance will be done to this extension. #17 has lead to adding the debug codelens into rust-analyzer#3561. This code will remain available as is for those not using rust-analyzer.

Requirements

Depends on the LLDB extension vscode-lldb.

Extension Settings

This extension can be enabled/disabled using the following setting:

  • rust-test-lens.enable: true/false to enable/disable this extension
  • rust-test-lens.args.main: An array of strings with the application arguments.
  • rust-test-lens.args.tests: An array of strings with extra arguments. Defaults to --no-capture. Run cargo test -- --help to see all possible options.

About

A vscode extension that adds a code lens to debug Rust tests.

Resources

License

Stars

Watchers

Forks

Packages

No packages published