
Use Agent Skills in VS Code
Use Agent Skills in VS Code Agent Skills are folders of instructions, scripts, and resources that GitHub Copilot can load when relevant to perform specialized tasks. Agent Skills is an open standard that …
Use custom instructions in VS Code
Learn how to create custom instructions for GitHub Copilot Chat in VS Code to ensure AI responses match your coding practices, project requirements, and development standards.
Default keyboard shortcuts reference - Visual Studio Code
Default keyboard shortcuts reference VS Code comes with a set of default keyboard shortcuts. This article lists common default keyboard shortcuts in VS Code. For a full list of keyboard shortcuts, use …
Copilot CLI sessions in Visual Studio Code
Learn how to use Copilot CLI within VS Code for autonomous coding tasks, terminal integration, and isolated development workflows in VS Code.
VS Code for enterprise
Learn how to configure and manage Visual Studio Code in enterprise environments, including policies, extensions, AI settings, and network configuration.
Use prompt files in VS Code
Learn how to create reusable prompt files for GitHub Copilot Chat in VS Code to standardize common development tasks and improve your coding workflow efficiency.
Terminal Basics - Visual Studio Code
Visual Studio Code has an integrated terminal to enable working in your shell of choice without leaving the editor.
Terminal Profiles - Visual Studio Code
VS Code will automatically detect most standard shells that can then be configured as the default. Configuring profiles To create a new profile, run the Terminal: Select Default Profile command and …
Configure C/C++ IntelliSense - Visual Studio Code
Configure C/C++ IntelliSense This article is about configuring the C/C++ extension to provide C++ specific IntelliSense suggestions in Visual Studio Code. IntelliSense is a helpful tool built into VS …
C++ extension settings reference - Visual Studio Code
C++ extension settings reference The C++ extension settings are highly configurable. This article explains the schema for the c_cpp_properties.json file. For general information about settings in VS …