Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Use nullable targetTypes property for advanced debugging. #727

Merged
merged 1 commit into from
Sep 12, 2018

Conversation

stristr
Copy link
Contributor

@stristr stristr commented Sep 10, 2018

Follow-up PR to vscode-chrome-debug-core #350, this PR uses the new API to expose targetTypes as a property controlling the available types of debug targets in vscode-chrome-debug. As before, ["page"] is the default. This property can be set to something like ["page", "webview", "service_worker"], or null to disable filtering by target type entirely.

Prior art: #713, #623.

Please note that the package.nls.*.json files need translation for the new property.

@roblourens roblourens added this to the September 2018 milestone Sep 10, 2018
Copy link
Member

@roblourens roblourens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants