Vscode-markdown: Overlapping ranges are not allowed!

Created on 12 May 2020  ·  5Comments  ·  Source: yzhang-gh/vscode-markdown

What is the problem?

When trying to format this markdown document, VS Code fails with the error message:

Command 'Format Document' resulted in an error (Overlapping ranges are not allowed!)

image

How can I reproduce it?

With a clean install of VS Code and only yzhang.markdown-all-in-one installed, invoking "Format Document" on this markdown document should result in the above error.

Is there any error message in the console?

Command 'Format Document' resulted in an error (Overlapping ranges are not allowed!)
onDidChangeNotification @ notificationsAlerts.ts:40

image

Markdown table formatting Bug Fixed

All 5 comments

Thanks for the feedback.

The reason is you have two identical tables.

It should be fixed in the dev build.

Be careful. There is a serious bug.

Resolved.

Awesome, thanks @yzhang-gh!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lengyingzi picture lengyingzi  ·  5Comments

smallprogram picture smallprogram  ·  3Comments

akshaybabloo picture akshaybabloo  ·  3Comments

deanishe picture deanishe  ·  4Comments

akurani picture akurani  ·  4Comments