debug: enable opt-in js-debug auto attach

This commit is contained in:
Connor Peet
2020-08-18 12:31:31 -07:00
parent 0c61cd2e29
commit bb284a4943
3 changed files with 50 additions and 22 deletions

View File

@@ -35,6 +35,12 @@
],
"description": "%debug.node.autoAttach.description%",
"default": "disabled"
},
"debug.javascript.usePreviewAutoAttach": {
"scope": "window",
"type": "boolean",
"default": false,
"description": "%debug.javascript.usePreviewAutoAttach%"
}
}
},