Guest User

Untitled

a guest
Mar 18th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. {
  2. "cmd": ["python3", "-i", "-u", "$file"],
  3. "file_regex": "^[ ]*File "(...?)", line ([0-9]*)",
  4. "selector": "source.python"}
  5.  
  6. "cmd": ["python3", "-u", "$file_basename"],
  7.  
  8. {"command": "repl_open",
  9. "caption": "Python - RUN current file",
  10. "id": "repl_python_run",
  11. "mnemonic": "R",
  12. "args": {
  13. "type": "subprocess",
  14. "encoding": "utf8",
  15. "cmd": ["python3", "-u", "$file_basename"],
  16. "cwd": "$file_path",
  17. "syntax": "Packages/Python/Python.tmLanguage",
  18. "external_id": "python",
  19. "extend_env": {"PYTHONIOENCODING": "utf-8"}
  20. }
Add Comment
Please, Sign In to add comment