-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: FormatterThe issue relates to the built-in formatterThe issue relates to the built-in formatterVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
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
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: FormatterThe issue relates to the built-in formatterThe issue relates to the built-in formatterVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue