close
  • English
  • VS Code extension

    The Rstest VS Code extension keeps your project’s tests in sync inside the editor so you can browse, run, and debug them in VS Code.

    Demo of running Rstest tests inside the VS Code extension

    Installation

    You can visit the extension’s Visual Studio Code Marketplace page, or install it directly inside VS Code:

    • Open the Extensions view (Ctrl/ + Shift + X) and search for rstack.rstest.
    • Open the Quick Open panel (Ctrl/ + P), enter ext install rstack.rstest, and press Enter.
    • You can also run code --install-extension rstack.rstest in the terminal.