-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
Context: microsoft/vscode#89471
A simple way to do this would be a canRestart on the StackFrame. This has some overlap/redundancy with supportsRestartRequest. Proposal:
export interface StackFrame {
/**
* Whether a restart request can be sent for the stackframe. This is only
* relevant when the capability 'supportsRestartFrame' is present, with which
* frames are restartable by default unless this property is set to 'false'.
*/
canRestart?: boolean;Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionality