在 Atom 中保存更改时如何停止 UI 闪烁

How to stop UI flashing when I save changes in Atom

每当我保存更改时,UI 都会闪烁几次。我知道 Atom 是用 Electron 构建的,它使用浏览器 window 作为显示,但我不认为 UI 在保存期间必须像这样重新加载。这让人分心。

这是正常现象还是有我可以用来阻止它发生的设置?

我是 运行:

OS : Ubuntu 16.04 LTS

Atom    : 1.46.0
Electron: 4.2.7
Chrome  : 69.0.3497.128
Node    : 10.11.0

编辑:

更新为:

Atom    : 1.47.0
Electron: 5.0.13
Chrome  : 73.0.3683.121
Node    : 12.0.0

问题仍然存在

我安装了一个名为 linter-ui-default 的软件包,禁用它会在正常启动时完全删除 UI 闪烁。

我卸载了 linter-ui-default 并安装了 linter-ui-plus https://atom.io/packages/linter-ui-plus。这使我的 linting 警报返回 UI,Atom UI 不再闪烁