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

Atom.Object.defineProperty.get is deprecated.

Open zebra0303 opened this issue 9 years ago • 0 comments

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 (/opt/atom/resources/app/src/atom.js:54:11)
LintStatusView.getActiveLintRunner (/home/larry/.atom/packages/atom-lint/lib/lint-status-view.coffee:27:22)

zebra0303 avatar Mar 23 '15 00:03 zebra0303