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

Commit 2d573e3

Browse files
committed
Tweaks to new targetTypes prop
1 parent 65d849b commit 2d573e3

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,9 @@
267267
"targetTypes": {
268268
"type": "array",
269269
"description": "%chrome.targetTypes.description%",
270-
"default": ""
270+
"default": [
271+
"page"
272+
]
271273
},
272274
"showAsyncStacks": {
273275
"type": "boolean",
@@ -383,6 +385,13 @@
383385
"description": "%chrome.urlFilter.description%",
384386
"default": ""
385387
},
388+
"targetTypes": {
389+
"type": "array",
390+
"description": "%chrome.targetTypes.description%",
391+
"default": [
392+
"page"
393+
]
394+
},
386395
"showAsyncStacks": {
387396
"type": "boolean",
388397
"description": "%chrome.showAsyncStacks.description%",

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"chrome.timeout.description": "Retry for this number of milliseconds to connect to Chrome. Default is 10000 ms.",
2626
"chrome.disableNetworkCache.description": "Controls whether to skip the network cache for each request",
2727
"chrome.urlFilter.description": "Will search for a page with this url and attach to it, if found. Can have * wildcards.",
28-
"chrome.targetTypes.description": "Will search for a page with one of this types. Equals to ['page'] by default.",
28+
"chrome.targetTypes.description": "Will search for a target with one of these runtime types. Defaults to ['page'].",
2929
"chrome.showAsyncStacks.description": "Show the async calls that led to the current call stack",
3030
"chrome.breakOnLoad.description": "Experimental feature - If true, the debug adapter will attempt to set breakpoints in scripts before they are loaded, so it can hit breakpoints at the beginnings of those scripts. Has a perf impact.",
3131
"chrome.breakOnLoadStrategy.description": "The strategy to use for breakOnLoad.",

0 commit comments

Comments
 (0)