How to debug RocketChat in VS-Code

Hello,
I’ve been trying to get RocketChat to work in the VS code debugger for months, but the breakpoints don’t jump on.

What does your VS code launch.json look like?

My launch.json file looks like this:

{

"configurations": [

    

    {

        "command": "yarn dsv",

        "name": "run yarn dsv",

        { "request": "launch",

        "type": "node-terminal"

    },

]

}

Thanks for any help.