如何彻底关闭WebStorm自动更新功能?
- 内容介绍
- 文章标签
- 相关推荐
本文共计637个文字,预计阅读时间需要3分钟。
WebStorm的自动更新和后台检查并非仅依赖于单个开关功能,而是涉及以下四个方面:
关闭 IDE 版本自动检查与通知横幅
只取消 Automatically check for updates 不够:手动点 Help → Check for Updates 仍会触发弹窗;索引完成等后台事件也可能静默拉取并显示横幅。
路径:File → Settings(macOS 是 WebStorm → Preferences)→ Appearance & Behavior → System Settings → Updates
- 取消勾选
Automatically check for updates - 取消勾选
Show notification when updates are available - 把
Update channel改成Stable(别留 EAP 或 Early Access)
禁用插件自动更新检查
ESLint、Prettier、GitToolBox 这类插件默认开启自动轮询,通知不走全局设置,单独关才有效。已弹过的横幅右键选 Don’t show again,否则重启还会出现。
本文共计637个文字,预计阅读时间需要3分钟。
WebStorm的自动更新和后台检查并非仅依赖于单个开关功能,而是涉及以下四个方面:
关闭 IDE 版本自动检查与通知横幅
只取消 Automatically check for updates 不够:手动点 Help → Check for Updates 仍会触发弹窗;索引完成等后台事件也可能静默拉取并显示横幅。
路径:File → Settings(macOS 是 WebStorm → Preferences)→ Appearance & Behavior → System Settings → Updates
- 取消勾选
Automatically check for updates - 取消勾选
Show notification when updates are available - 把
Update channel改成Stable(别留 EAP 或 Early Access)
禁用插件自动更新检查
ESLint、Prettier、GitToolBox 这类插件默认开启自动轮询,通知不走全局设置,单独关才有效。已弹过的横幅右键选 Don’t show again,否则重启还会出现。

