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

Terminus

Flavien Busseuil

|
4,364 installs
| (1) | Free
Gives visibility to what really matters in your terminals output.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Terminus

Shows terminal's status

Feature

Parse integrated terminals output with regexp and show custom status in the status bar for each terminal.

Counts the number of matches. Click on the status bar item to open the corresponding terminal and reset counter.

Terminus works great with Tasks.

alt terminus

Extension Settings

The default ones:

"terminus.matches": [
	{
		"display": "$(error)",
		"expression": "[Ee]rror|[Ee]xception"
	},
	{
		"display": "$(alert)",
		"expression": "[Ww]arning"
	},
	{
		"display": "$(sync)",
		"expression": "[Rr]efresh(ing|ed){0,1}|[Rr]estart(ing|ed){0,1}|[Ss]tarted|[Rr]unning"
	}
]

You can override "terminus.matches" to set your own regexp.

"display" attribute accept any string. You may also use Octicons like so "$(error)".

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