Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show loaded scripts in a custom explorer section #28521

Closed
weinand opened this issue Jun 12, 2017 · 0 comments
Closed

Show loaded scripts in a custom explorer section #28521

weinand opened this issue Jun 12, 2017 · 0 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality on-testplan
Milestone

Comments

@weinand
Copy link
Contributor

weinand commented Jun 12, 2017

Today loaded scripts can be accessed via the "Open Loaded Script" action which uses a QuickPick UI.

With the new custom explorer support it is possible to show the loaded scripts in the VS Code explorer.

Challenge: since the QuickPick UI is modal it works well in face of concurrent debug sessions and does not need any events from the DAP.

Whereas a custom explorer is non modal and must be updated whenever scripts are loaded/unloaded and when switching between debug sessions.

@weinand weinand added debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality labels Jun 12, 2017
@weinand weinand self-assigned this Jun 12, 2017
@weinand weinand added this to the July 2017 milestone Jul 12, 2017
@weinand weinand closed this as completed Jul 17, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality on-testplan
Projects
None yet
Development

No branches or pull requests

1 participant