-
Notifications
You must be signed in to change notification settings - Fork 34.1k
Closed
Labels
typescriptTypescript support issuesTypescript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
Description
- VSCode Version: 1.5.1
- OS Version: Windows 10
Steps to Reproduce:
- TypeScript Version: 2.*
<input value={ this.state.value } />
- Format document
Expected behavior:
In 1.8.10 the spacing inside the brackets was unchanged on format operation (closing bracket }
or format document).
<input value={ this.state.value } />
Actual behavior:
In 2.* the space inside the brackets is always removed when formatting.
<input value={this.state.value} />
Looks like it might be related to: microsoft/TypeScript#9361
jwbay and bookman25
Metadata
Metadata
Assignees
Labels
typescriptTypescript support issuesTypescript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)