-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
help wantedWant community input and/or pull requestWant community input and/or pull request
Milestone
Description
- GitLens Version: 8.4.1
- VSCode Version: 1.24.1 (microsoft/vscode@24f6262)
- OS Version: Ubuntu 17.10
Steps to Reproduce:
- Configure multi-root workspace with multiple git submodules
- Use custom names for the workspace roots
- The names for the git submodules do not have the same names as the VSCode SCM provider uses.
The names should have been, if they should match VSCode:
app -> wicotec
ansible -> ansible
static-content-server -> core
I think the problem is, that I have multiple workspace roots that points to different places in the same git submodule.
The directory layout on the filesystem looks like this:
wicotec (VS: root, git: wicotec)
- app (VS: app, git: wicotec)
- core (VS: core: git: core)
- ansible (VS: ansible, git: core)
- services
- graphql-server (VS: graphql-server, git: core)
- authentication-server (VS: authentication-server, git: core)
....
- static-content-server (VS: static-content-server, git: core
I don't know if it's better to follow VSCode names for the submodules, or something else should happen, or if they should follow the workspace root folder names, if not maybe you could detect which workspace root contains the submodule root (if exists), and name it after that?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedWant community input and/or pull requestWant community input and/or pull request

