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

GLSP-1441: Fix NavigationTargetResolver uri handling #403

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

tortmayr
Copy link
Contributor

@tortmayr tortmayr commented Dec 6, 2024

What it does

Normalize source and target uris by striping a potential file:// prefix before comparing
Part of: eclipse-glsp/glsp#1441

How to test

This change needs to be tested in the Theia integration.
(local link)
With this fix the go to next/previous node commands/context menu entries should now work as expected.

Follow-ups

Changelog

  • This PR should be mentioned in the changelog
  • This PR introduces a breaking change (if yes, provide more details below for the changelog and the migration guide)

Normalize source and target uris by striping a potential file:// prefix before
comparing

Part of: eclipse-glsp/glsp#1441
Copy link
Contributor

@martin-fleck-at martin-fleck-at left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@tortmayr tortmayr merged commit 8de5d13 into master Dec 6, 2024
7 checks passed
@tortmayr tortmayr deleted the issues/glsp-1441 branch December 6, 2024 11:32
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 this pull request may close these issues.

2 participants