solorice/vscodium/extensions/magicstack.magicpython-1.1.1/settings/sublime/Python.sublime-build
2022-04-28 21:17:01 +03:00

13 lines
280 B
Plaintext

{
"shell_cmd": "python -u \"$file\"",
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
"variants":
[
{
"name": "Syntax Check",
"shell_cmd": "python -m py_compile \"${file}\"",
}
]
}