
PowerShell in Visual Studio Code
The Microsoft PowerShell extension for Visual Studio Code (VS Code) provides rich language support and capabilities such as syntax completions, definition tracking, and linting for …
Use extensions in Visual Studio Code
You can install an extension directly from the Extensions view in VS Code. Alternatively, you can install an extension from the Visual Studio Marketplace website.
Terminal Shell Integration - Visual Studio Code
Shell integration allows VS Code to attach a custom keyboard shortcuts to send a special sequence to PowerShell that then gets handled in the shell integration script and forwarded to …
Extension Marketplace - Visual Studio Code
VS Code's rich extensibility model lets extension authors plug directly into the VS Code UI and contribute functionality through the same APIs used by VS Code. This article explains how to …
Terminal Profiles - Visual Studio Code
A source is available only on Windows and can be used to let VS Code detect the install of either PowerShell or Git Bash. Alternatively, a path pointing directly to the shell executable can be used.
Remote development in WSL - Visual Studio Code
The Remote Status bar item can quickly show you in which context VS Code is running (local or remote) and clicking on the item will bring up the WSL extension commands.
Python environments in VS Code
Although the Python extension for VS Code doesn't currently have direct integration with conda environment.yml files, VS Code itself is a great YAML editor. Conda environments can't be …
Getting Started with Azure Tools for Visual Studio Code
This guide is specifically designed for Azure Tools within VS Code. It provides essential tips for getting started, writing code, deploying applications, troubleshooting with logs, utilizing Azure …
Use MCP servers in VS Code - Visual Studio Code
Learn how to configure and use Model Context Protocol (MCP) servers with GitHub Copilot in Visual Studio Code.
Quick Start Guide for Python in VS Code
A quick start guide to get you up and coding with the Python extension in Visual Studio Code.