Skip to content

Finalize "simpleUI" debug option #147264

@roblourens

Description

@roblourens

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 issuesinsiders-releasedPatch has been released in VS Code Insiders

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions