mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
debug: enable opt-in js-debug auto attach
This commit is contained in:
@@ -35,6 +35,12 @@
|
||||
],
|
||||
"description": "%debug.node.autoAttach.description%",
|
||||
"default": "disabled"
|
||||
},
|
||||
"debug.javascript.usePreviewAutoAttach": {
|
||||
"scope": "window",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%debug.javascript.usePreviewAutoAttach%"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user