-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Enhancement Request:
Change behavior of existing button in schema debugger panel to restart the current debug session. This is a custom restart button (VS Code API offers this already and we have it implemented currently, problem is when it restarts, it starts with launch config and asks for schema and data file name). This restart button would simply restart the current debug session (with specified schema and data file). This is useful or convenient way to restart existing debug session if data file is edited and saved in the data editor.
Summary
By changing the default behavior provided by VS Code API, we can re-run the current debug session with the current schema and data file without restarting the debug operation from the launch config.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo