add frameId to InlineValueContext

This commit is contained in:
Andre Weinand
2021-03-04 17:57:46 +01:00
parent cb7ad05cb7
commit 128e9b502d
6 changed files with 23 additions and 17 deletions

View File

@@ -1474,6 +1474,7 @@ export interface ILinkedEditingRangesDto {
}
export interface IInlineValueContextDto {
frameId: number;
stoppedLocation: IRange;
}