An open API service indexing awesome lists of open source software.

https://github.com/wolfsilver/git-submodule-sort


https://github.com/wolfsilver/git-submodule-sort

Last synced: about 2 months ago
JSON representation

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.
![](https://user-images.githubusercontent.com/2452450/114032085-8f400100-98ae-11eb-8acd-f03e1bf67444.png)

Therefore, this extension tries to make it clear. Like this.
![](https://user-images.githubusercontent.com/2452450/114032112-96670f00-98ae-11eb-8b27-7086bb9d9648.png)

## 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