diff --git a/.vscode/launch.json b/.vscode/launch.json index 12eabb0..d80e5e7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -28,6 +28,7 @@ "request": "attach", "restart": true, "port": 9223, + "customDescriptionGenerator": "function (def) { return this?.__debugKind || this?.__debugFlags || def }", "sourceMaps": true, "outFiles": [ "${workspaceFolder}/out/**/*.js"