OAuth proxy server for blup image uploader
at main 416 B view raw
1{ 2 "version": "0.2.0", 3 "configurations": [ 4 { 5 "name": "Wrangler", 6 "type": "node", 7 "request": "attach", 8 "port": 9229, 9 "resolveSourceMapLocations": null, 10 "attachExistingChildren": false, 11 "autoAttachChildProcesses": false, 12 "localRoot": "${workspaceRoot}/src", 13 "sourceMaps": true, 14 } 15 ] 16}