You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.
The atom.workspaceView.statusBar global is deprecated. The global was
previously being assigned by the status-bar package, but Atom packages
should never assign globals.
In the future, this problem will be solved by an inter-package communication
API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
The atom.workspaceView.statusBar global is deprecated. The global was
previously being assigned by the status-bar package, but Atom packages
should never assign globals.
In the future, this problem will be solved by an inter-package communication
API available on
atom.services
. For now, you can get a reference to thestatus-bar
element viadocument.querySelector('status-bar')
.The text was updated successfully, but these errors were encountered: