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

Assign symbol kind for local variables #110

Merged
merged 1 commit into from
Mar 14, 2019
Merged

Conversation

rcjsuen
Copy link
Contributor

@rcjsuen rcjsuen commented Mar 14, 2019

Closes #101.

Variables inside a function were not getting assigned a kind when it was being turned into a SymbolInformation type. The absence of this required field was causing errors in strict LSP client implementations such as LSP4E.

Variables inside function were not getting assigned a kind when it was
being turned into a SymbolInformation type. The absence of this
required field was causing errors in strict LSP client
implementations.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
@rcjsuen rcjsuen mentioned this pull request Mar 14, 2019
Copy link
Collaborator

@skovhus skovhus left a comment

Choose a reason for hiding this comment

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

Thanks!

@skovhus skovhus merged commit 4b219bd into bash-lsp:master Mar 14, 2019
@rcjsuen rcjsuen deleted the issue101 branch March 14, 2019 12:13
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