Skip to content

TypeScript: Formatter deletes comment #30003

@joaomoreno

Description

@joaomoreno
const result = Event.any<any>(fromKeydown, fromKeyup,/*  fromMouse */);
  1. Format Document

I end up with

const result = Event.any<any>(fromKeydown, fromKeyup);

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptHelp WantedYou can do thisVS Code PriorityCritical issues that VS Code needs fixed in the current TypeScript milestone

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions