Invalid JSON: Expected double-quoted property name in JSON
at line 11, column 5
| { | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "type": "node", | |
| "request": "attach", | |
| "name": "Node: Nodemon", | |
| "processId": "${command:PickProcess}", | |
| "restart": true, | |
| "protocol": "inspector", | |
| }, | |
| ] | |
| } |