Skip to content

Commit

Permalink
Add config for starting server to vscode settings (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester committed Jun 19, 2023
1 parent b4895bc commit 3129c18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
// https://github.com/microsoft/vscode-python/issues/693
"PYTEST_ADDOPTS": "--no-cov"
},
},
{
"name": "HDF5 Reader Service",
"type": "python",
"request": "launch",
"justMyCode": false,
"module": "hdf5_reader_service",
"console": "integratedTerminal",
}
]
}

0 comments on commit 3129c18

Please sign in to comment.