mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Simplify code
This commit is contained in:
@@ -1270,16 +1270,13 @@ export interface ISignatureHelpContextDto {
|
||||
readonly activeSignatureHelp?: ISignatureHelpDto;
|
||||
}
|
||||
|
||||
export interface ISignautreArgumentsDto {
|
||||
export interface ISignautreArgumentsLabelDto {
|
||||
name: string
|
||||
positions: IPosition[]
|
||||
}
|
||||
export interface ISignatureArgumentsSignatureDto {
|
||||
arguments: ISignautreArgumentsDto[]
|
||||
position: IPosition
|
||||
}
|
||||
|
||||
export interface ISignatureArgumentsLabelDto {
|
||||
signatures: ISignatureArgumentsSignatureDto[]
|
||||
labels: ISignautreArgumentsLabelDto[]
|
||||
}
|
||||
|
||||
export interface ILocationDto {
|
||||
|
||||
Reference in New Issue
Block a user