10 results found
-
Visual Studio Code - Code Editing. Redefined
Visual Studio Code redefines AI-powered coding with GitHub Copilot for building and debugging modern web and cloud applications.
-
Documentation for Visual Studio Code
Download VS Code for Windows, macOS, or Linux. Follow the setup guide to install and configure VS Code for your OS. Discover the key features of VS Code with the step-by-step tutorial. Get started with GitHub Copilot, your AI coding assistant. Write code in your favorite programming language.
-
Visual Studio Code on Windows
With WSL, you can install and run Linux distributions on Windows to develop and test your source code on Linux, while still working locally on your Windows machine. When coupled with the WSL extension, you get full VS Code editing and debugging support while running in the context of WSL.
-
June 2025 (version 1.102) - Visual Studio Code
Setting up custom instructions for your project can significantly improve AI suggestions by providing context about your coding standards and project conventions.
-
Run WebAssemblies in VS Code for the Web
WebAssembly virtual machines ship in modern browsers today and there are tool chains to compile C/C++ to WebAssembly code. To find out what is possible with WebAssemblies today, we decided to take a Python interpreter written C/C++, compile it to WebAssembly, and run it in VS Code for the Web.
-
February 2025 (version 1.98) - Visual Studio Code
Last month, we introduced agent mode for Copilot Edits in VS Code Insiders. In agent mode, Copilot can automatically search your workspace for relevant context, edit files, check them for errors, and run terminal commands (with your permission) to complete a task end-to-end.
-
July 2022 (version 1.70) - Visual Studio Code
Welcome to the July 2022 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: Title bar customization - Hide/show menu bar, Command Center, or layout control. Fold selection - Create your own folded regions in the editor.
-
Terminal Basics - Visual Studio Code
To create a new terminal, use the ⌃⇧` (Windows, Linux Ctrl+Shift+`) keyboard shortcut. VS Code's terminal has additional functionality called shell integration that tracks where commands are run with decorations on the left of a command and in the scrollbar:
-
Developing in WSL - Visual Studio Code
Open a WSL terminal window (using the start menu item or by typing wsl from a command prompt / PowerShell). Type code . in the terminal. When doing this for the first time, you should see VS Code fetching components needed to run in WSL. This should only take a short while, and is only needed once.
-
February 2020 (version 1.43) - Visual Studio Code
Welcome to the February 2020 release of Visual Studio Code. There are a number of updates in this version that we hope you will like, some of the key highlights include: Search Editors - Search and save your global search results in a full-sized editor. Draggable sash corners - Easily change the editor layout by dragging sash corners.