Fix cr issues

This commit is contained in:
kingwl
2021-01-13 19:21:51 +08:00
parent 73b4dabb2d
commit 9853c8fe6d
9 changed files with 96 additions and 90 deletions

View File

@@ -1288,7 +1288,7 @@ export interface ISignatureHelpContextDto {
export interface IInlineHintDto {
text: string
position: IPosition
range: IRange
}
export interface IInlineHintsDto {