Skip to content

Commit

Permalink
Merge pull request #3 from aviaryan/master
Browse files Browse the repository at this point in the history
Make sublime-run command start a cmd window in Windows
  • Loading branch information
chrokh committed Oct 17, 2015
2 parents cb0da49 + 446d52f commit b7241d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSharpSingleFileBuild.sublime-build
Expand Up @@ -17,7 +17,7 @@
"shell" : true,

"windows" : {
"cmd" : "$file_base_name.exe"
"cmd": ["start", "cmd", "/k", "${file_path}/${file_base_name}.exe"]
}
}
]
Expand Down

0 comments on commit b7241d0

Please sign in to comment.