Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 10, 2025

Plan: Add Periodic Notification Refresh

  • Add new setting key constant for notification refresh interval
  • Add configuration in package.json with default of 10 minutes (600 seconds)
  • Update NotificationsManager to use the configurable refresh interval
  • Remove unused _pollingDuration field
  • Fix reference to use _getRefreshInterval()
  • Fix disposable leak in _startPolling()
  • Handle refresh interval change when polling is not active
  • Improve polling lifecycle to prevent resource leaks
  • Improve code safety and add better comments
  • Run final code review
  • Run CodeQL security check
Original prompt

This section details on the original issue you should resolve

<issue_title>Periodically update notifications</issue_title>
<issue_description>Testing #6329

It seems like the notifications are only update on manual refresh. It would be nice if the extensions would periodically update the notifications
</issue_description>

<agent_instructions>Add a periodic refresh. Set it to 10 minutes by default, controlled by a setting.</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Periodically update notifications

2 participants