install-vscode-extension Skill
How to install a VS Code extension from an extension ID. Useful when the user wants to add new capabilities to their VS Code environment by installing extensions. Published by microsoft in vscode.
What is install-vscode-extension Skill?
How to install a VS Code extension from an extension ID. Useful when the user wants to add new capabilities to their VS Code environment by installing extensions. Published by microsoft in vscode. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using vscode
Technical details
- Install or run with Copy skill directory
When to use install-vscode-extension Skill
- Use it for developers using vscode.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/vscode
- Skill file: extensions/copilot/assets/prompts/skills/install-vscode-extension/SKILL.md
What it does
How to install a VS Code extension from an extension ID. Useful when the user wants to add new capabilities to their VS Code environment by installing extensions.
Skill instructions
Installing VS Code extensions 1. VS Code extensions are identified by their unique extension ID, which typically follows the format publisher.extensionName. For example, the Python extension by Microsoft has the ID ms-python.python. 2. To install a VS Code extension, you need to use the VS Code command 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. 3. Run that command via the copilotrunVscodeCommand tool. Make sure to pass the skipCheck argument as true to avoid checking if the command exists, as we know it does.
Explore related resources
Frequently asked questions
What is install-vscode-extension?
install-vscode-extension is a open-source AI agent skill with Copy skill directory. How to install a VS Code extension from an extension ID. Useful when the user wants to add new capabilities to their VS Code environment by installing extensions.
Who is install-vscode-extension best for?
install-vscode-extension is best for reusing agent instructions, scripts, and references.
How do I install install-vscode-extension?
Install or run install-vscode-extension using Copy skill directory. Check install-vscode-extension for the latest setup command.
Is install-vscode-extension actively maintained?
install-vscode-extension may need a closer maintenance check before production use.
Auto-fetched from GitHub.