Skip to content

Commit 288dbe0

Browse files
Vlad-ShcherbinaJayflux
authored andcommitted
Use shell_cmd instead of cmd in Windows "Run" #157 (#158)
As per http://docs.sublimetext.info/en/latest/reference/build_systems/exec.html, shell_cmd takes precedence over cmd, so overriding cmd when the default version specifies shell_cmd is pointless.
1 parent a7ff897 commit 288dbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RustEnhanced.sublime-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"name": "Run",
1515
"windows":
1616
{
17-
"cmd": ["$file_base_name.exe"]
17+
"shell_cmd": "\"$file_base_name.exe\""
1818
}
1919
}
2020
]

0 commit comments

Comments
 (0)