name: vscode-extensions description: Instructions for building and installing VS Code extensions in this project.
VS Code Extension Development
This project includes several custom VS Code extensions. To streamline the development and installation process, use the makeVscePackageforVSCode terminal function.
Prerequisites
Ensure you have the following installed:
-
vsce(Visual Studio Code Extension Manager):npm install -g @vscode/vsce -
codeCLI (should be in your PATH)
makeVscePackageforVSCode
This function automates the entire flow:
-
Compiles the extension (
npm run compile). -
Packages the extension into a
.vsixfile, bypassing prompts for missing repositories or licenses. - Installs the extension into VS Code, forcing an update if a version is already installed.
Usage
Navigate to any extension directory (e.g., visualStudioCodeExtensions/git) and run:
makeVscePackageforVSCode
[!TIP] This function is defined in
terminal/functions/misc.sh. If it's not available, ensure your shell has sourced the terminal functions.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
4 months ago
tools
tools automation tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!