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

Fix FSharpNavigationDeclarationItem for ValField #10727

Merged
merged 1 commit into from
Dec 15, 2020
Merged

Fix FSharpNavigationDeclarationItem for ValField #10727

merged 1 commit into from
Dec 15, 2020

Conversation

Krzysztof-Cieslak
Copy link
Contributor

During debugging of ionide/ionide-vscode-fsharp#722 I've noticed that FSharpNavigationDeclarationItem for ValFields was containing a range of the type signature (in the case of the original issue - int) rather than a range of the field.

This PR fixes it.

Copy link
Contributor

@cartermp cartermp left a comment

Choose a reason for hiding this comment

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

Thanks, that's definitely not right!

@cartermp cartermp added this to the 16.9 milestone Dec 15, 2020
@cartermp cartermp merged commit cabcb0d into dotnet:main Dec 15, 2020
@Krzysztof-Cieslak Krzysztof-Cieslak deleted the fix_nav_items branch December 15, 2020 18:25
Krzysztof-Cieslak added a commit to ionide/FsAutoComplete that referenced this pull request Dec 21, 2020
nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Feb 23, 2021
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