Install a VS Code extension from its ID to add needed capabilities.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "install-vscode-extension" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/vscode/main/extensions/copilot/assets/prompts/skills/install-vscode-extension/SKILL.md 2. Save it as ~/.claude/skills/install-vscode-extension/SKILL.md 3. Reload skills and tell me it's ready
Show me how to install the VS Code extension ms-python.python from its extension ID, with clear steps.
Step-by-step instructions to install the extension by ID, including CLI or UI methods.
I want to install the VS Code extension esbenp.prettier-vscode via command line. Give me the exact command.
The exact install command for VS Code, plus a brief note on how to run it.
I have these VS Code extension IDs: dbaeumer.vscode-eslint and ms-vscode.vscode-typescript-next. Tell me how to install each one.
Installation instructions for each extension ID to help quickly set up the environment.
publisher.extensionName. For example, the Python extension by Microsoft has the ID ms-python.python.workbench.extensions.installExtension and pass in the extension ID. The args are of the format:[extensionId, { enable: true, installPreReleaseVersion: boolean }]
NOTE: install the pre-release version of the extension if the user explicitly mentions it or if the current environment is VS Code Insiders. Otherwise, install the stable version.
copilot_runVscodeCommand tool. Make sure to pass the skipCheck argument as true to avoid checking if the command exists, as we know it does.Validate Azure DevOps pipeline changes and troubleshoot builds and YAML faster.
Update the GitHub Copilot CLI or SDK to a newer version.
Upgrade Anthropic SDKs, migrate versions, and fix dependency or typing issues.
Generate or update chat customization files for AI coding agents.
Find and read Code OSS dev build logs for faster debugging.
Merge session branch changes back into the base branch cleanly.
Connect to VSCode-like editors to manage files and switch themes.
Use Claude-style agents in Visual Studio for coding, debugging, testing, and navigation.
Check for and install GitHub CLI to prepare a development environment.
Install Codex skills from curated lists or GitHub repositories into your local environment.
Turn AI chat histories into reusable skills with sync and feedback workflows.
Run and filter integration tests in the VS Code repo confidently.