10 results found
-
Testing - Visual Studio Code
One of the great things in Visual Studio Code is testing support. Automatically discover tests in your project, run and debug your tests, and get test coverage results.
-
Python testing in Visual Studio Code
Python testing in Visual Studio Code The Python extension builds on the built-in testing features in VS Code and provides test discovery, test coverage, and running and debugging tests for Python's built-in unittest framework and pytest. Configure tests When the Python extension is installed and a Python file is open within the editor, a test beaker icon displays on the VS Code Activity Bar ...
-
Testing API | Visual Studio Code Extension API
Testing API The Testing API allows Visual Studio Code extensions to discover tests in the workspace and publish results. Users can execute tests in the Test Explorer view, from decorations, and inside commands. With these new APIs, Visual Studio Code supports richer displays of outputs and diffs than was previously possible. Note: The Testing API is available in VS Code version 1.59 and higher ...
-
Python in Visual Studio Code
Learn about Visual Studio Code as a Python IDE (code completion, debugging, linting).
-
Testing Java with Visual Studio Code
Testing Java with Visual Studio Code Testing Java in Visual Studio Code is enabled by the Test Runner for Java extension. It's a lightweight extension to run and debug Java test cases. Overview The extension supports the following test frameworks: JUnit 4 (v4.8.0+) JUnit 5 (v5.1.0+) TestNG (v6.9.13.3+) The Test Runner for Java works with the Language Support for Java™ by Red Hat and Debugger ...
-
Test with GitHub Copilot - Visual Studio Code
Test with GitHub Copilot Writing and maintaining tests is a crucial but often time-consuming part of software development. GitHub Copilot streamlines this process by helping you write, debug, and fix tests more efficiently in Visual Studio Code. This article shows you how to leverage Copilot's testing capabilities to improve your testing workflow and increase test coverage in your projects ...
-
Extension API - Visual Studio Code
Extension API Visual Studio Code is built with extensibility in mind. From the UI to the editing experience, almost every part of VS Code can be customized and enhanced through the Extension API. In fact, many core features of VS Code are built as extensions and use the same Extension API. This documentation describes: How to build, run, debug, test, and publish an extension How to take ...
-
VS Code API | Visual Studio Code Extension API
VS Code APIis a set of JavaScript APIs that you can invoke in your Visual Studio Code extension. This page lists all VS Code APIs available to extension authors.
-
Browser debugging in VS Code
The Visual Studio Code editor includes browser debugging support. Set breakpoints, step-in, inspect variables and more.
-
Visual Studio Code for the Web
Visual Studio Code for the Web Visual Studio Code for the Web provides a free, zero-install Microsoft Visual Studio Code experience running entirely in your browser, allowing you to quickly and safely browse source code repositories and make lightweight code changes. To get started, go to https://vscode.dev in your browser. VS Code for the Web has many of the features of VS Code Desktop that ...