K
K
Karponter2016-09-15 15:10:23
Building projects
Karponter, 2016-09-15 15:10:23

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,
}

How can I run each subsequent build in the same terminal window? (A bash-level solution is fine too) The
alternative is to run a rebuild.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question