mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
make ext API SourceBreakpoint use Location; fixes #39647
This commit is contained in:
@@ -635,7 +635,7 @@ export interface IBreakpointData {
|
||||
|
||||
export interface ISourceBreakpointData extends IBreakpointData {
|
||||
type: 'source';
|
||||
sourceUriStr: string;
|
||||
uri: URI;
|
||||
line: number;
|
||||
character: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user