Microsoft/vscode

Git - Use the git submodule's name in source control view

Open

#105.382 geöffnet am 26. Aug. 2020

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (1 zugewiesene Person)TypeScript (10.221 Forks)batch import
feature-requestgithelp wanted

Repository-Metriken

Stars
 (74.848 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11h 43m) (1.000 gemergte PRs in 30 T)

Beschreibung

Issue Type: Feature Request

Currently, git submodules are listed as individual repositories in the source control view. This makes it hard to identify the submodules. Using https://github.com/tlemo/darwin for example, the list of submodules is not very helpful:

image

Since git submodules can be explicitly assigned descriptive names, it would be nice if VS Code would have the option to use the submodule's name.

VS Code version: Code 1.48.0 (db40434f562994116e5b21c24015a2e40b2504e6, 2020-08-13T07:40:55.768Z) OS version: Linux x64 4.15.0-112-generic

Contributor Guide