mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
renames, #58649
This commit is contained in:
@@ -804,10 +804,10 @@ export interface LocationDto {
|
||||
}
|
||||
|
||||
export interface DefinitionLinkDto {
|
||||
origin?: IRange;
|
||||
originSelectionRange?: IRange;
|
||||
uri: UriComponents;
|
||||
range: IRange;
|
||||
selectionRange?: IRange;
|
||||
targetSelectionRange?: IRange;
|
||||
}
|
||||
|
||||
export interface WorkspaceSymbolDto extends IdObject {
|
||||
|
||||
Reference in New Issue
Block a user