-
Notifications
You must be signed in to change notification settings - Fork 38k
Closed
Labels
javascriptJavaScript support issuesJavaScript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
Description
Currently they are auto-formatted to something bad:
const foo = () => (
<div>
{true ? (
<>
<div>lol</div>
<span>k</span>
</>
) : (
<div>
bar
</div>
)}
</div>
);expected:
const foo = () => (
<div>
{true ? (
<>
<div>lol</div>
<span>k</span>
</>
) : (
<div>
bar
</div>
)}
</div>
);OS: linux
vscode: 1.19.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
javascriptJavaScript support issuesJavaScript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)