Skip to content

Commit

Permalink
Debug API: finalize breakpoint ID; fixes #48722
Browse files Browse the repository at this point in the history
  • Loading branch information
weinand committed Nov 15, 2018
1 parent f8b22a6 commit 0f288f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 4 additions & 0 deletions src/vs/vscode.d.ts
Expand Up @@ -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.
*/
Expand Down
7 changes: 0 additions & 7 deletions src/vs/vscode.proposed.d.ts
Expand Up @@ -567,13 +567,6 @@ declare module 'vscode' {

//#region André: debug

export interface Breakpoint {
/**
* The id of the breakpoint.
*/
readonly id: string;
}

/**
* A debug session.
*/
Expand Down

0 comments on commit 0f288f7

Please sign in to comment.