-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
Plugin Type
VSCode Extension
App Version
5.7.0
Description
VSCode's extension supposedly has the ability to trigger System notifications (in my case, via notify-send since I'm using Linux) on various events during coding sessions, eg. task completion.
After some initial hurdles caused by running VSCodium in DevContainer, I was able to make it work by creating a notifications proxy, and the "Test Notification" button worked correctly.
However, system notifications do not get triggered at... anything. Be it task completion, error, user approval required... nothing. Nothing triggers system notifications.
Looking at the codebase, I could find only one instance where showSystemNotification event is getting created, and its the onTestNotificationClick handler (webview-ui/src/components/settings/NotificationSettings.tsx:38-47), so that's the "Test Notification" button.
Reproduction steps
- Make sure System notifications are enabled and tested via "Test Notification" button
- Start a coding session
- Wait for entire task completion
What should happen
- System notification gets triggered
What actually happens
- Nothing gets triggered, just the audio notification
Provider
No response
Model
No response
System Information
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status