launch.json 367 B

12345678910111213
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "type": "chrome",
  6. "request": "launch",
  7. "name": "Launch RCSB PDB Mol* Viewer",
  8. "url": "http://localhost:1335/build/dist/structure/index.html?pdbId=4zjx&assemblyId=1",
  9. "sourceMaps": true,
  10. "webRoot": "${workspaceFolder}"
  11. }
  12. ]
  13. }