Closed
Description
From @alexandrudima on January 27, 2016 10:57
Testing #2218
function a1() {
try {
throw new Error('x'); } catch(x) {}
}
Right click > Format
Observe in the developer console. This happens when the passed in edits are invalid or overlap (touch):
Copied from original issue: microsoft/vscode#2435