diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 83cec87..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - - { - "name": "Python: Garnet Reduction", - "type": "python", - "request": "launch", - "program": "/home/dwp/anaconda3/envs/garnet_reduction/bin/garnet", - "justMyCode": false - }, - { - "name": "Python: Pytest File", - "type": "python", - "request": "launch", - "program": "/home/dwp/anaconda3/envs/garnet_reduction/bin/pytest", - "args": [ - //"-m", - //"pytest", - "${file}", - //"-k", - //"test_biosans_wing_detector_barscan" - ], - "console": "integratedTerminal", - "justMyCode": true - }, - ] -}