Answers for "how to run program in sublime text by command line"

3

sublime how to open cmd

##go to preferences ->Package Setting ->Terminal ->System Deafult 
-> clear and paste the below code and save it 
{
	"terminal": "cmd.exe",
	"parameters": [],
	"env": {}
}
Posted by: Guest on August-04-2021
0

how to run program in sublime text by command line

start sublime_text.exe %*
Posted by: Guest on April-07-2022

Code answers related to "how to run program in sublime text by command line"

Browse Popular Code Answers by Language