[Trace - 2:02:46 PM] Response received: format (16). Request took 3 ms. Success: true
Result: [
{
"start": {
"line": 3,
"offset": 1
},
"end": {
"line": 3,
"offset": 1
},
"newText": " "
},
{
"start": {
"line": 4,
"offset": 1
},
"end": {
"line": 4,
"offset": 8
},
"newText": " "
},
{
"start": {
"line": 4,
"offset": 1
},
"end": {
"line": 4,
"offset": 9
},
"newText": ""
}
]
TypeScript Version: 3.5.0-dev.20190412
Search Terms:
Code
Run format on the following js (note that the whitespace is significant):
Bug
The returned response contains overlapping edits:
Playground Link:
Related Issues: