Skip to content

Commit

Permalink
Fix compile error if using older ts version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Jan 5, 2021
1 parent 4d8895c commit 69dfa67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/typescript-language-features/src/protocol.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 69dfa67

Please sign in to comment.