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
- Run tests for individual files
- Run tests for the entire workspace
- Workspace analysis for test detection
- Configurable adapter commands
- Visual Studio Code ^1.93.0
- Testing Language Server executable
- See the Testing Language Server README for installation instructions.
- Install the extension from the VS Code Marketplace.
- Configure the path to the Testing Language Server executable in your settings.
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 adapterstesting.enableWorkspaceDiagnostics: Enable workspace diagnostics (default: false)testing.server.path: Path to the testing-language-server executabletesting.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: