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

improvement: make inlayHints/resolve not depend on focused document #7016

Merged
merged 3 commits into from
Dec 14, 2024

Conversation

kasiaMarek
Copy link
Contributor

resolves: #6968

try {
val (uri, labelParts) =
InlayHints.fromData(inlayHint.getData().asInstanceOf[JsonElement])
pprint.log(uri)
Copy link
Contributor

Choose a reason for hiding this comment

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

It's failing because pprint is not available on CI

@kasiaMarek kasiaMarek marked this pull request as ready for review December 11, 2024 16:17
@kasiaMarek kasiaMarek requested a review from tgodzik December 11, 2024 16:17
Copy link
Contributor

@tgodzik tgodzik left a comment

Choose a reason for hiding this comment

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

Looks good! Just one minor comment

@tgodzik tgodzik merged commit 0adf847 into scalameta:main Dec 14, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

inlayHints/resolve should not depend on focusedDocument
2 participants