Have this config ``` "name": "Attach to Extension Host", "port": 5870, "request": "attach", "restart": true, "skipFiles": [ "<node_internals>/**" ], "type": "pwa-node" }, ``` * start and notice how for a split second the disconnect button shows, after that it becomes stop * the same is for stop (which behaves like disconnect) 
Have this config