ext▌
2 indexed skills · max 10 per page
vscode-ext-commands
github/awesome-copilot · Productivity
VS Code extension command contribution patterns and naming conventions. \n \n Defines two command types: regular commands (accessible in Command Palette with required category and title ) and Side Bar commands (prefixed with underscore and suffixed with #sideBar , requiring an icon ) \n Side Bar commands support visibility rules via enablement and when conditions, with positioning controlled through group and order attributes \n All commands must define a title ; icons are optional for regular c
vscode-ext-localization
github/awesome-copilot · Productivity
Localize VS Code extensions across configurations, walkthrough content, and source code messages. \n \n Three localization approaches: package.nls.LANGID.json for settings, commands, menus, and views; markdown files for walkthrough content; bundle.l10n.LANGID.json for source code strings \n Covers all user-facing resources including contributed configurations, commands, menus, views, ViewsWelcome, and walkthrough titles and descriptions \n Requires creating or updating localization files for all