microsoft / microsoft/monaco-editor
[Bug] Overlapping ranges are not allowed!
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 46.8k
- Forks
- 4.1k
- Avg merge
- 17h 58m
- Merged PRs (30d)
- 1
Description
Reproducible in vscode.dev or in VS Code Desktop?
- Not reproducible in vscode.dev or VS Code Desktop
Reproducible in the monaco editor playground?
- Not reproducible in the monaco editor playground
Monaco Editor Playground Link
Monaco Editor Playground Code
// var vToUserEmail, vCCUserEmail, vMessage = $("#txtNotificationText").val(), vHTMLText;
// if ($("#cmbNotificationTo").val() !== ""){
// vToUserEmail = $("#cmbNotificationTo").val();
// }
// if ($("#cmbNotificationCC").val() !== ""){
// vCCUserEmail = $("#cmbNotificationCC").val();
// }
Reproduction Steps
F1 -> Format Document
results in error
"Overlapping ranges are not allowed!"
Actual (Problematic) Behavior
Format document fails with error
Expected Behavior
Format document succeeds
Additional Context
Language javascript.
This is most likely related to formatting lines with single tab character between commented out lines.
Right click -> Format Document does not result in this error.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the supplied Monaco Editor Playground link and code, then reproduce the failure with F1 → Format Document. Compare it with the right-click Format Document path and trace the formatting entry point involved in the keyboard action. Done means the reproduced JavaScript snippet formats successfully without an “Overlapping ranges are not allowed!” error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- developer-experience, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100