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

[LSP] Fix typo in parse function parameters #76090

Merged

Conversation

adamscott
Copy link
Member

This is an obvious typo.

The code actually sets the symbol.range.start.character to parameter->start_line, but it should be parameter->start_column.
Right after, the code correctly sets symbol.range.end.character to parameter->end_column.

@adamscott adamscott requested a review from a team as a code owner April 15, 2023 13:05
@adamscott adamscott force-pushed the fix-typo-lsp-parse-func-parameters branch from 474936d to 879791e Compare April 15, 2023 13:05
@adamscott adamscott changed the title Fix typo LSP parse func parameters [LSP] Fix typo in parse function parameters Apr 15, 2023
@YeldhamDev YeldhamDev added this to the 4.x milestone Apr 15, 2023
@YuriSizov YuriSizov modified the milestones: 4.x, 4.1 Apr 18, 2023
@YuriSizov YuriSizov merged commit e31d391 into godotengine:master Apr 18, 2023
13 checks passed
@YuriSizov
Copy link
Contributor

Thanks!

@YuriSizov
Copy link
Contributor

Cherry-picked for 4.0.3.

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.

None yet

3 participants