10 results found
-
PowerShell in Visual Studio Code
Pester is a framework for running unit tests to execute and Windows PowerShell 5.1 comes with Pester 3.40 preinstalled. To update Pester or to install the latest version on other platforms, follow the Pester installation instructions.
-
Integrate with External Tools via Tasks - Visual Studio Code
Integrate with External Tools via Tasks Lots of tools exist to automate tasks like linting, building, packaging, testing, or deploying software systems. Examples include the TypeScript Compiler, linters like ESLint and TSLint as well as build systems like Make, Ant, Gulp, Jake, Rake, and MSBuild. These tools are mostly run from the command line and automate jobs inside and outside the inner ...
-
Extensions using CodeLens - Visual Studio Code
Visual Studio Code Extensions using CodeLensExtensions using CodeLens February 12, 2017 Wade Anderson, @waderyan_ CodeLens is a popular feature in Visual Studio Code. The essence of the feature is "actionable contextual information interspersed" in your source code. That's quite a mouthful. Let me break it down for you. CodeLens are links in your code: Actionable - You can click on the link ...
-
Keyboard shortcuts for macOS - Visual Studio Code
⌘W ⇧⌥⌘PgDn Close Column (box) selection page down unassigned shortcuts available at aka.ms/vscodekeybindings
-
Debug code with Visual Studio Code
One of the great things in Visual Studio Code is debugging support. Set breakpoints, step-in, inspect variables and more.
-
Visual Studio Code debug configuration
Learn how to configure debugging in Visual Studio Code with launch.json, including attributes, variable substitution, and compound configurations.
-
Introducing the Insiders Build - Visual Studio Code
insiders buildIntroducing the Insiders Build February 1, 2016 by Chris Dias, @chrisdias VS Code has its roots in the web (built using TypeScript and Node.js) and one thing we love about cloud based applications is that they are always up to date. Update the service and all of your users are instantly on the latest fixes and features, with no user interaction. This is why VS Code has automatic ...
-
VS Code Swag
Hello, from the VS Code team! We appreciate your support! Please confirm your identity by logging in with GitHub. Login with GitHub We use cookies to enhance your ...
-
Testing - Visual Studio Code
Testing Visual Studio Code provides a rich set of features for testing your code. You can automatically discover tests in your project, run and debug your tests, and get test coverage results. GitHub Copilot in VS Code can assist with setting up the testing framework for your project, and help you generate test code and fix failing tests. In this article, you'll learn how to start with testing ...
-
Create a Dev Container - Visual Studio Code
Create a Dev Container The Visual Studio Code Dev Containers extension lets you use a Docker container as a full-featured development environment. It allows you to open any folder or repository inside a container and take advantage of Visual Studio Code's full feature set. A devcontainer.json file in your project tells VS Code how to access (or create) a development container with a well ...