A collection of focused Visual Studio Code extensions. Each extension is maintained as a self-contained package with its own source code, tests, documentation, version, and Marketplace release.
| Extension | Description | Marketplace |
|---|---|---|
| Git Counts | Shows staged and unstaged Git file counts separately and jumps to either Source Control group. | Install Git Counts |
Each extension directory contains its own development and release instructions. To work on an extension, enter its directory and use the package scripts defined in its package.json.
For example:
cd git-counts
pnpm install
pnpm run check
pnpm test
pnpm run packagevscode-extensions/
└── git-counts/
Additional extensions can be added as independent directories without coupling their versions or Marketplace releases.
Each extension is licensed independently. See the LICENSE file in the corresponding extension directory.