microsoft / microsoft/monaco-editor

[Bug] Overlapping ranges are not allowed!

Open
#4,648 0 comments 0 reactions 0 assignees View on GitHub

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?
Monaco Editor Playground Link

https://microsoft.github.io/monaco-editor/playground.html?source=v0.50.0#XQAAAAJxAQAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscwzepTbt_AQgFo8HGhjNjPnjF7BqnY7uIElgqVwnHudydwSkw3jtscfGAOQD7wEyvNuXgg81nhR21O-AdpOEaxPhrJ0FoAZR7fS7zoolpemdtG5rVKcgQQE1qeDueaAWSkcpWCSpO5FEKvB0rq6M0hIq-Mada8j1oyGkvQBdH9ulj6ct1gqMvf_sUpYA

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.