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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

624a206 · Feb 11, 2020

History

22 Commits
Jul 14, 2018
Jul 15, 2018
Feb 11, 2020
Jul 14, 2018
Jul 14, 2018
Nov 16, 2019
Jul 14, 2018
Feb 11, 2020
Jul 14, 2018
Jan 26, 2020
Jan 12, 2020
Feb 11, 2020
Jul 14, 2018
Jul 14, 2018

Repository files navigation

Rust Test Lens

Build Status Visual Studio Marketplace Installs

A code lens to debug rust tests and binaries.

test lens

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