diff --git a/extensions/typescript-language-features/src/protocol.d.ts b/extensions/typescript-language-features/src/protocol.d.ts index af899e7c381..e202c0097fe 100644 --- a/extensions/typescript-language-features/src/protocol.d.ts +++ b/extensions/typescript-language-features/src/protocol.d.ts @@ -6,13 +6,13 @@ declare enum ServerType { Semantic = 'semantic', } declare module 'typescript/lib/protocol' { + interface Response { readonly _serverType?: ServerType; } interface FileReferencesRequest extends FileRequest { - command: CommandTypes.FileReferences; - } + } interface FileReferencesResponseBody { /** * The file locations referencing the symbol.