Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TerminatorNew to Visual Studio Code? Get it now.
Terminator

Terminator

Haxe Foundation

|
2,842 installs
| (2) | Free
Hasta la vista, task.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Terminator

Build Status Version Installs

Have you wasted countless clicks on this popup too?

No more! Terminator allows you to run tasks without any mercy for any potentially still running predecessor. Just add something like this to your keybindings.json:

{
	"key": "ctrl+shift+b",
	"command": "terminator.run",
	"args": ["^test \\(active configuration\\)"]
}

args contains a regex that matches against the task name, in this case the test (active configuration) task (extension prefixes like lime: are not part of the string that is matched against).

If you're using the Lime extension, you may also want to add the following when condition to your keybinding:

{
	// ...
	"when": "haxeCompletionProvider == 'Lime'"
}

John Connor: You just can't go around killing tasks.

The Terminator: Why?

John Connor: What do you mean why? 'Cause you can't.

The Terminator: Why?

John Connor: Because you just can't, okay? Trust me on this.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft