https://github.com/wolfsilver/git-submodule-sort
https://github.com/wolfsilver/git-submodule-sort
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wolfsilver/git-submodule-sort
- Owner: wolfsilver
- License: gpl-3.0
- Created: 2021-07-17T09:04:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T04:59:38.000Z (over 1 year ago)
- Last Synced: 2025-01-26T01:17:55.739Z (over 1 year ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# git-submodule-sort
Sort Git Submodules is a Visual Studio Code extension that provides a simple and easy way to sort Git submodules in your project. It allows you to sort your submodules as a tree view with just a few clicks, making it easier to manage your Git repositories.
If both repositories use the same submodule, the VS code looks like this.

Therefore, this extension tries to make it clear. Like this.

## Usage
open command palette (use `F1`, `Ctrl+Shift+P` (Windows & Linux) or `Cmd+Shift+P` (OS X))
then select command `Enable git submodule sort`
## Requirements
This extension would NOT work if Visual Studio Code cannot modify itself.
## Extension Settings
submodule repo prefix
* `git-submodule-sort.prefix`: default is '┡'
## Known Issues
If VS Code complains about that it is corrupted, simply click “Don't show again”.
After Visual Studio Code updated, please re-Enable git submodule sort.
## Release Notes
### 0.1.5
patch 1.74.x
### 0.1.2
patch 1.66.x
### 0.0.3
patch 1.59.x
### 0.0.1
patch 1.58.x