mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
add frameId to InlineValueContext
This commit is contained in:
@@ -1474,6 +1474,7 @@ export interface ILinkedEditingRangesDto {
|
||||
}
|
||||
|
||||
export interface IInlineValueContextDto {
|
||||
frameId: number;
|
||||
stoppedLocation: IRange;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user