AI AGENT ADDONS

Vscode Ext Commands

github/awesome-copilot

Adding commands to a VS Code extension requires following clear rules. This guide explains the naming patterns, visibility settings, and icon requirements for different command types. You will learn how to make regular commands always visible in the Command Palette. Side Bar commands have special names and need icons.

Understanding these guidelines helps you create commands that work correctly. You can set conditions for when a command appears. The correct naming convention and group order ensure your commands fit well with other extensions.

Add Vscode Ext Commands skill to your workflow

Global

mkdir -p ~/.claude/skills/vscode-ext-commands

Project

mkdir -p .claude/skills/vscode-ext-commands

Source Repository

Stars
35,856
Forks
4,431
Watchers
35,856
License
MIT
Last Push
23 days ago
Created
1 year ago