Microsoft/vscode

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

Open

#105,382 创建于 2020年8月26日

在 GitHub 查看
 (5 评论) (0 反应) (1 负责人)TypeScript (74,848 star) (10,221 fork)batch import
feature-requestgithelp wanted

描述

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

贡献者指南