Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sub-repositories not listed in workspace #203

Open
nsgundy opened this issue Apr 24, 2023 · 0 comments
Open

Sub-repositories not listed in workspace #203

nsgundy opened this issue Apr 24, 2023 · 0 comments

Comments

@nsgundy
Copy link

nsgundy commented Apr 24, 2023

Using extension v1.9.0, VSCode v1.77.3. I have a .code-workspace file referencing a parent repo and some sub-repos as individual folders. The source-control panel is only displaying the parent repo.

Repo structure:

. parent
| -- subA
| -- subB

Workspace config:

{
	"folders": [
		{
			"path": ".",
			"name": "parent"
		},
		{
			"path": "subA"
		},
		{
			"path": "subB"
		}
	]
}

Expecting to see all three as individual repositories.

#33 looks like the same thing, not sure if this had ever been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant