TS Server: Add way for plugins to provided additional metadata in responses · Issue #21999 · microsoft/TypeScript (original) (raw)

Problem
TS Server plugins sometimes want to provide additional metadata on responses beyond that found in the official TS Server API. Two examples:

Right now, I believe the TS server strips all unrecognized properties from response objects

Proposed fix
Either:

/cc @ramya-rao-a