atom-lint icon indicating copy to clipboard operation
atom-lint copied to clipboard

Atom.Object.defineProperty.get is deprecated.

Open jackmaney opened this issue 11 years ago • 2 comments

An issue from Atom's Deprecation Cop:

atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.

Atom.Object.defineProperty.get (/Applications/Atom.app/Contents/Resources/app/src/atom.js:55:11)
LintStatusView.getActiveLintRunner (/Users/jackmaney/.atom/packages/atom-lint/lib/lint-status-> view.coffee:27:22)

jackmaney avatar Jan 18 '15 18:01 jackmaney

It means that this plugin won't work properly with the upcoming 1.0 release of Atom, so it's time to fix now.

pbihler avatar Jan 26 '15 07:01 pbihler

Status?

christianbradley avatar Feb 18 '15 20:02 christianbradley