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

Viewing sibling folders via breadcrumb select can show the wrong folder names #212363

Open
isc-bsaviano opened this issue May 9, 2024 · 0 comments · May be fixed by #212436
Open

Viewing sibling folders via breadcrumb select can show the wrong folder names #212363

isc-bsaviano opened this issue May 9, 2024 · 0 comments · May be fixed by #212436
Assignees

Comments

@isc-bsaviano
Copy link

When using a multi-root workspace that has folders whose URIs differ only in query parameters, the sibling folders shown via breadcrumb select have the wrong names. When expanded, the folder contents are correct. Consider the following workspace:

{
	"folders": [
		{
			"name": "abc",
			"uri": "isfs://iris:user/"
		},
		{
			"name": "def",
			"uri": "isfs://iris:user/?csp"
		}
	]
}

Expected behavior:
Screenshot 2024-05-09 at 12 31 16 PM

Actual behavior:
Screenshot 2024-05-09 at 12 30 51 PM

  • VS Code Version: 1.89.0

See intersystems-community/vscode-objectscript#1358

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

Successfully merging a pull request may close this issue.

2 participants