Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add configuration option to disable workspace update notifications#556

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
code-asher merged 4 commits intomainfromdisable-update-notifications
Jul 17, 2025

Conversation

@blink-so
Copy link
Contributor

Adds a new configuration optioncoder.disableUpdateNotifications that allows users to disable the popup notifications when workspace template updates are available.

Changes:

  • Addedcoder.disableUpdateNotifications boolean setting topackage.json (defaults tofalse)
  • ModifiedworkspaceMonitor.ts to check this setting before showing update notifications
  • When enabled, the extension will still track outdated workspaces but won't show the popup

Testing:
The configuration option has been added and the code compiles. Users can set this in their VS Code settings to disable the update popups.

Fixes the issue where frequent template updates were causing too many notifications for users.

blink-sobotand others added2 commitsJuly 17, 2025 18:42
Adds coder.disableUpdateNotifications setting to allow users to disablethe popup notifications when workspace template updates are available.Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
Only set notifiedOutdated to true if we actually notify the user aboutthe outdated workspace, not when notifications are disabled.Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
@code-asher
Copy link
Member

Ah wait can you add a line in the changelog as well for the new setting?

blink-so[bot] reacted with thumbs up emoji

Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
@blink-so
Copy link
ContributorAuthor

Done! I've added a changelog entry for the newcoder.disableUpdateNotifications setting in the Unreleased section.

@code-ashercode-asher merged commit8a1ae26 intomainJul 17, 2025
2 checks passed
@code-ashercode-asher deleted the disable-update-notifications branchJuly 17, 2025 19:19
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@code-ashercode-ashercode-asher approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@code-asher

[8]ページ先頭

©2009-2025 Movatter.jp