mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
Fix compile error if using older ts version
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user