-
Notifications
You must be signed in to change notification settings - Fork 34.9k
Closed
Labels
apiapi-finalizationdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders
Milestone
Description
Added in #128588
export interface DebugSessionOptions {
debugUI?: {
/**
* When true, the debug toolbar will not be shown for this session, the window statusbar color will not be changed, and the debug viewlet will not be automatically revealed.
*/
simple?: boolean;
};
Allows to start a debug session which has the debug UI hidden by default. Used for jupyter's Run By Line, and could be useful for other extensions starting atypical-style debug experiences.
Metadata
Metadata
Assignees
Labels
apiapi-finalizationdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders