Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-notifyNew to Visual Studio Code? Get it now.
vscode-notify

vscode-notify

a1ndreay

|
10 installs
| (0) | Free
Minimal extension for sending VS Code notifications
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Terminal Notifier

Лёгкое расширение для отправки уведомлений в VS Code из терминала или bash-скрипта.

Установка

Для расширения дополнительно требуется утилита netcat-openbsd:

apt-get update && apt-get install -y netcat-openbsd

Использование

Отправление уведомление из терминала:

echo '{"type":"info", "text":"Успешная сборка!"}' | nc -U ~/.vscode-notify.sock
echo '{"type":"warning", "text":"Внимание: что-то пошло не так."}' | nc -U ~/.vscode-notify.sock
echo '{"type":"error", "text":"Ошибка: падение системы!"}' | nc -U ~/.vscode-notify.sock

## Поддерживаемые типы:

- `info` / `information`
- `warn` / `warning`
- `err` / `error`

---


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