Skip to content

Notifications support #160

@bpmct

Description

@bpmct

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions