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

Cannot open a workspace when there is a empty folder entry #33391

Closed
sandy081 opened this issue Aug 29, 2017 · 1 comment
Closed

Cannot open a workspace when there is a empty folder entry #33391

sandy081 opened this issue Aug 29, 2017 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded workbench-multiroot Multi-root (multiple folders) issues
Milestone

Comments

@sandy081
Copy link
Member

Testing #33278

  • Have the following folders in a workspace configuration file
"folders": [
		{
			"path": "gotypes"
		},
		{},
		{
			"path": "outyet"
		},
		{
			"path": "stringutil"
		}
	],
  • Open workspace on the above file

No workspace is opened. Instead, file is opened

@sandy081 sandy081 added workbench-multiroot Multi-root (multiple folders) issues workbench labels Aug 29, 2017
@bpasero bpasero added this to the August 2017 milestone Aug 29, 2017
@bpasero bpasero added the bug Issue identified by VS Code Team member as probable bug label Aug 29, 2017
@bpasero
Copy link
Member

bpasero commented Aug 30, 2017

Also fixed via b2cd2e0

@bpasero bpasero closed this as completed Aug 30, 2017
@sandy081 sandy081 removed their assignment Aug 30, 2017
@mjbvz mjbvz added the verified Verification succeeded label Sep 1, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded workbench-multiroot Multi-root (multiple folders) issues
Projects
None yet
Development

No branches or pull requests

3 participants