12345678910111213 |
- {
- "version": "0.2.0",
- "configurations": [
- {
- "type": "chrome",
- "request": "launch",
- "name": "Launch RCSB PDB Mol* Viewer",
- "url": "http://localhost:1335/build/dist/structure/index.html?pdbId=4zjx&assemblyId=1",
- "sourceMaps": true,
- "webRoot": "${workspaceFolder}"
- }
- ]
- }
|