Skip to content

Commit b10ffa9

Browse files
authored
Update Python + Virtualenv.sublime-build
allow builds to be cancelled AdrianLC#14
1 parent 86adf64 commit b10ffa9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Python + Virtualenv.sublime-build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"target": "virtualenv_exec",
33
"shell_cmd": "python -u \"$file\"",
44
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
5-
"selector": "source.python"
5+
"selector": "source.python",
6+
"cancel": {"kill": true}
67
}

0 commit comments

Comments
 (0)