10 results found
-
Visual Studio Code - Code Editing. Redefined
Use AI models like Claude Sonnet out of the box, or bring your own key to access models from Azure, Anthropic, Google, Ollama, OpenAI, and OpenRouter. Your codebase is indexed locally and remotely (on GitHub) to understand what's relevant, enabling fast, context-aware interactions.
-
Visual Studio Code on Linux
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 a Windows machine.
-
Microsoft Extension Licenses - Visual Studio Code
To help, the following table is a list of Microsoft contributed extensions in the Marketplace, their published licenses, and whether their source code is available. Given the rate new extensions are being released from an increasing number of teams, this list may not be complete.
-
Remote Development FAQ - Visual Studio Code
Visual Studio Code Remote Development allows your local VS Code installation to transparently interact with source code and runtime environments on other machines (whether virtual or physical) by moving the execution of certain commands to a "remote server".
-
Using Git source control in VS Code - Visual Studio Code
Visual Studio Code has integrated source control management (SCM) and includes Git support out-of-the-box. Many other source control providers are available through extensions on the Visual Studio Marketplace. With GitHub Copilot in VS Code, you can get suggestions for commit messages, pull requests, and review code changes before committing them.
-
August 2024 (version 1.93) - Visual Studio Code
Welcome to the August 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: Profiles editor - Switch and manage your profiles from a single place. Django unit test support - Discover and run Django unit tests from the Test Explorer.
-
Visual Studio Code documentation search
Try MCP servers to extend agent mode in VS Code! Search Visual Studio Code's documentation.'
-
September 2020 (version 1.50) - Visual Studio Code
Welcome to the September 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: Accessible settings editor - Interact with the settings list like any other list in VS Code. Pinned tabs improvements - Resize pinned tabs, unpin with one click, and more.
-
VS Code Remote Development - Visual Studio Code
Visual Studio Code Remote Development allows you to use a container, remote machine, or the Windows Subsystem for Linux (WSL) as a full-featured development environment. You can: Develop on the same operating system you deploy to or use larger or more specialized hardware.
-
Terminal Basics - Visual Studio Code
Visual Studio Code includes a full featured integrated terminal that starts at the root of your workspace. It provides integration with the editor to support features like links and error detection. The integrated terminal can run commands such as mkdir and git just like a standalone terminal. You can open a terminal as follows: