hanhou/patchseq
0
1{2 "version": "0.2.0",3 "configurations": [4 {5 "name": "Panel App",6 "type": "debugpy",7 "request": "launch",8 "module": "panel",9 "args": [10 "serve",11 "code/patchseq_panel_viz.py",12 "--dev",13 "--show",14 "--allow-websocket-origin=localhost:5006",15 "--allow-websocket-origin=codeocean.allenneuraldynamics.org"16 ],17 "cwd": "${workspaceFolder}",18 "console": "integratedTerminal",19 "justMyCode": false,20 "env": {21 "PYTHONPATH": "${workspaceFolder}"22 },23 },24 ]25}26 