Answer the question
In order to leave comments, you need to log in
How to force the sublime for each build to use the same terminal window?
Here is a build that launches a Nodejs application in a separate terminal, and not in the sublime console.
{
"cmd": ["gnome-terminal --profile sublime --command='npm start'"],
"working_dir": "${project_path}",
"shell": true,
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question