Skip to content

kbwo/vscode-testing-ls

Repository files navigation

Testing Language Server Extension for VS Code

This extension integrates the Testing Language Server into Visual Studio Code, providing enhanced testing capabilities for supported languages.

Screencast.from.2024-10-05.22-54-04__58pct_smaller.mp4

Features

  • Run tests for individual files
  • Run tests for the entire workspace
  • Workspace analysis for test detection
  • Configurable adapter commands

Requirements

Installation

  1. Install the extension from the VS Code Marketplace.
  2. Configure the path to the Testing Language Server executable in your settings.

Configuration

This extension contributes the following settings:

  • testing.enable: Enable/disable the Testing Language Server (default: false)
  • testing.fileTypes: File types to be processed by the Testing Language Server (default: ["rust"])
  • testing.adapterCommand: Configuration for testing adapters
  • testing.enableWorkspaceDiagnostics: Enable workspace diagnostics (default: false)
  • testing.server.path: Path to the testing-language-server executable
  • testing.trace.server: Trace the communication between VS Code and the Testing Language Server (options: "off", "messages", "verbose"; default: "off")

To configure these settings, you can add them to your settings.json file:

Releases

No releases published

Packages

No packages published