Skip to content

Commit 9bebaef

Browse files
committed
Mentioned noDebug when not specified in comment
microsoft#99743
1 parent a875bd1 commit 9bebaef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/vscode.proposed.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,7 @@ declare module 'vscode' {
854854
export interface DebugSessionOptions {
855855
/**
856856
* Controls whether this session should run without debugging, thus ignoring breakpoints.
857+
* When this property is not specified, the value from the parent session (if there is one) is used.
857858
*/
858859
noDebug?: boolean;
859860
}

0 commit comments

Comments
 (0)