Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "name": "My Project",
  6. "type": "python",
  7. "request": "launch",
  8. "console": "integratedTerminal",
  9. "program": "${workspaceRoot}/src/index.py",
  10. "args": [
  11. "-f",
  12. "${workspaceRoot}\\file.txt"
  13. ],
  14. "envFile": "${workspaceRoot}/.env"
  15. }
  16. ]
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement