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

Disable folding range provider #425

Merged
merged 1 commit into from
Mar 17, 2021

Conversation

evidolob
Copy link
Collaborator

What does this PR do?

Disable folding range provider, as with current parser we cannot implement it correctly, as it eats comments so we cannot calculate correct AST node end.
#421 can help as thous parser correctly works with comments.

What issues does this PR fix or reference?

Fix: #400

@evidolob evidolob self-assigned this Mar 16, 2021
@coveralls
Copy link

coveralls commented Mar 16, 2021

Coverage Status

Coverage decreased (-0.2%) to 77.223% when pulling d334dc3 on evidolob:disable-folding into 31dbd3c on redhat-developer:master.

@evidolob evidolob merged commit ea40e4d into redhat-developer:master Mar 17, 2021
@evidolob evidolob deleted the disable-folding branch March 17, 2021 08:12
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.

Folding misbehaves in version 0.14.0
4 participants