Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax highlighting broken for long wrapped lines in Typescript #51920

Closed
majelbstoat opened this issue Jun 14, 2018 · 2 comments
Closed

Syntax highlighting broken for long wrapped lines in Typescript #51920

majelbstoat opened this issue Jun 14, 2018 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) grammar Syntax highlighting grammar upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@majelbstoat
Copy link

Similar to #48858, long variable lines break syntax highlight in Typescript files.

  • VSCode Version: 1.24.1
  • Typescript: 2.9.1
  • OS Version: OSX 10.13.4

With this code:

this._addPositionOperations = promisify<
      PositionChangeSetResponse,
      AddPositionOperationsRequest,
      Metadata
    >(this.client.addPositionOperations.bind(this.client))

this._setPositionSummary = promisify<BooleanResponse, SetPositionSummaryRequest, Metadata>(
      this.client.setPositionSummary.bind(this.client)
    )

Compare:

screenshot 2018-06-14 10 54 27

Does this issue occur when all extensions are disabled?: Yes

@Geobert

This comment has been minimized.

@mjbvz
Copy link
Collaborator

mjbvz commented Jun 14, 2018

Duplicate of microsoft/TypeScript-TmLanguage#479

This issue has been marked as wontfix upstream. See that thread for more details

@mjbvz mjbvz closed this as completed Jun 14, 2018
@mjbvz mjbvz self-assigned this Jun 14, 2018
@mjbvz mjbvz added upstream Issue identified as 'upstream' component related (exists outside of VS Code) *duplicate Issue identified as a duplicate of another issue(s) grammar Syntax highlighting grammar labels Jun 14, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) grammar Syntax highlighting grammar upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

3 participants