steelbrain / linter-ui-default

Default UI for the Atom Linter package
MIT License
85 stars 47 forks source link

Adds activation hook #578

Closed aminya closed 4 years ago

aminya commented 4 years ago

This speeds up loading of Atom, by deferring the loading of linter-ui until the core Atom shell is loaded.

steelbrain commented 4 years ago

This hook is invoked at the shell load time so looks good https://github.com/atom/atom/blob/d7f7b4f0aa4096df04e88a1b5f8e5e6887e96143/src/atom-environment.js#L1168