-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
FixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do thisSuggestionAn idea for TypeScriptAn idea for TypeScript
Milestone
Description
Since the tsserver can crash (for example due to memory limits) we added code to VSCode to restart the server. However if a TS file is not saved we can't bring the server back in sync since the open command reads the content from disk. To enable the restart case the open command must accept the content as well. To not break existing client the content can be made optional and if not provided read from disk.
Metadata
Metadata
Assignees
Labels
FixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do thisSuggestionAn idea for TypeScriptAn idea for TypeScript