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 error when requesting folding ranges #290

Merged
merged 3 commits into from Jan 27, 2023
Merged

Conversation

remcohaszing
Copy link
Member

Some cases caused a crash when requesting folding ranges related to markdown headings. This is fixed now.

This also adds support for folding range categories.

Also tests have been added for folding ranges.

Closes #289

Some cases caused a crash when requesting folding ranges related to
markdown headings. This is fixed now.

This also adds support for folding range categories.

Also tests have been added for folding ranges.

Closes #289
@remcohaszing remcohaszing added 🐛 type/bug This is a problem 🗄 area/interface This affects the public interface 👶 semver/patch This is a backwards-compatible fix 👍 phase/yes Post is accepted and can be worked on labels Jan 27, 2023
@remcohaszing remcohaszing requested a review from a team January 27, 2023 14:10
@changeset-bot
Copy link

changeset-bot bot commented Jan 27, 2023

🦋 Changeset detected

Latest commit: 91afa51

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
vscode-mdx Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

fixtures/node16/mixed.mdx Outdated Show resolved Hide resolved
remcohaszing and others added 2 commits January 27, 2023 15:41
Co-authored-by: Christian Murphy <christian.murphy.42@gmail.com>
Signed-off-by: Remco Haszing <remcohaszing@gmail.com>
@remcohaszing remcohaszing merged commit 1cfcf96 into main Jan 27, 2023
@remcohaszing remcohaszing deleted the fix-folding-ranges branch January 27, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🗄 area/interface This affects the public interface 👍 phase/yes Post is accepted and can be worked on 👶 semver/patch This is a backwards-compatible fix 🐛 type/bug This is a problem
Development

Successfully merging this pull request may close these issues.

Experimental Intellisense: Request textDocument/foldingRange failed.
3 participants