提交 0f288f7a 编写于 作者: A Andre Weinand

Debug API: finalize breakpoint ID; fixes #48722

上级 f8b22a66
......@@ -8276,6 +8276,10 @@ declare module 'vscode' {
* The base class of all breakpoint types.
*/
export class Breakpoint {
/**
* The unique ID of the breakpoint.
*/
readonly id: string;
/**
* Is breakpoint enabled.
*/
......
......@@ -567,13 +567,6 @@ declare module 'vscode' {
//#region André: debug
export interface Breakpoint {
/**
* The id of the breakpoint.
*/
readonly id: string;
}
/**
* A debug session.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册