a post-component library for building user-interfaces on the web.
at main 12 lines 218 B view raw
1{ 2 "version": "0.2.0", 3 "configurations": [ 4 { 5 "type": "chrome", 6 "request": "launch", 7 "name": "Launch Chrome against localhost", 8 "url": "http://localhost:8080", 9 "webRoot": "${workspaceFolder}" 10 } 11 ] 12}