This commit is contained in:
Johannes Rieken
2019-01-11 16:13:01 +01:00
parent ae5078f443
commit 14ce5183db
9 changed files with 98 additions and 78 deletions

View File

@@ -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 {