mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Remove stubs file reference protocol
This commit is contained in:
@@ -10,21 +10,5 @@ declare module 'typescript/lib/protocol' {
|
||||
interface Response {
|
||||
readonly _serverType?: ServerType;
|
||||
}
|
||||
|
||||
interface FileReferencesRequest extends FileRequest {
|
||||
}
|
||||
interface FileReferencesResponseBody {
|
||||
/**
|
||||
* The file locations referencing the symbol.
|
||||
*/
|
||||
refs: readonly ReferencesResponseItem[];
|
||||
/**
|
||||
* The name of the symbol.
|
||||
*/
|
||||
symbolName: string;
|
||||
}
|
||||
interface FileReferencesResponse extends Response {
|
||||
body?: FileReferencesResponseBody;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user