{ "version": "0.2.0", "configurations": [ { "name": "Python: Current File", "type": "python", "request": "launch", "program": "${file}", "console": "integratedTerminal", "justMyCode": false, "env": { "OMP_NUM_THREADS": "1", "CUDA_VISIBLE_DEVICES": "1", } } ] }