← スキル一覧に戻る

vscode-extensions
by yanivprusman
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
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/vscecodeCLI (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.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です