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

LoadedScripts view: support to show related resources #62034

Closed
weinand opened this issue Oct 29, 2018 · 1 comment
Closed

LoadedScripts view: support to show related resources #62034

weinand opened this issue Oct 29, 2018 · 1 comment
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 Oct 29, 2018

The debug adapter protocol supports an optional array of "related" resources for every resource (see DAP type Source) object.

An example for these "related" resources is the TypeScript source that is transpiled into JavaScript.

In this feature we will show these related resources as children of a script in the loaded scripts view.

related: #41362

@weinand weinand added feature-request Request for new features or functionality debug Debug viewlet, configurations, breakpoints, adapter issues labels Oct 29, 2018
@weinand weinand added this to the October 2018 milestone Oct 29, 2018
@weinand weinand self-assigned this Oct 29, 2018
@weinand weinand closed this as completed Oct 29, 2018
@weinand
Copy link
Contributor Author

weinand commented Oct 29, 2018

The loaded scripts view shows related resources as children and node-debug (legacy) returns source-map sources as "related resources" via DAP:

2018-10-29_22-54-13

@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 13, 2018
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