You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/vscode.proposed.d.ts
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -737,21 +737,6 @@ declare module 'vscode' {
737
737
738
738
//#region debug
739
739
740
-
exportinterfaceDebugSessionOptions{
741
-
/**
742
-
* Controls whether this session should run without debugging, thus ignoring breakpoints.
743
-
* When this property is not specified, the value from the parent session (if there is one) is used.
744
-
*/
745
-
noDebug?: boolean;
746
-
747
-
/**
748
-
* Controls if the debug session's parent session is shown in the CALL STACK view even if it has only a single child.
749
-
* By default, the debug session will never hide its parent.
750
-
* If compact is true, debug sessions with a single child are hidden in the CALL STACK view to make the tree more compact.
751
-
*/
752
-
compact?: boolean;
753
-
}
754
-
755
740
/**
756
741
* A DebugProtocolBreakpoint is an opaque stand-in type for the [Breakpoint](https://microsoft.github.io/debug-adapter-protocol/specification#Types_Breakpoint) type defined in the Debug Adapter Protocol.
0 commit comments