VS Code extension command contribution This skill helps you to contribute commands in VS Code extensions When to use this skill Use this skill when you need to: - Add or update commands to your VS Code extension Instructions VS Code commands must always define a , independent of its category, visibility or location. We use a few patterns for each "kind" of command, with some characteristics, described below: Regular commands: By default, all commands should be accessible in the Command Palette, must define a , and don't need an , unless the command will be used in the Side Bar. Side Bar comma…