-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
VS Code Extension ✅
- Real-time WebSocket connection to
/api/v2/notifications/inbox/watch - Receives OOM/OOD notifications via
vscode.window.showInformationMessage() - Watches specific notification templates with proper authentication
- Automatic connection management and error handling
JetBrains Plugin ❌
-
Only has local UI notifications (
NotificationBanner) for connection issues -
No server-side notification integration
-
Users miss critical workspace alerts that could prevent disconnects
-
Implement WebSocket connection to Coder's notification API
-
Use IntelliJ's
Notifications.Bus.notify()instead of VS Code's message system -
Reference the VS Code implementation in
vscode-coder/src/inbox.ts -
Focus on OOM/OOD notifications to prevent workspace disconnects