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

Atom.Object.defineProperty.get is deprecated. atom.workspaceView

Open atalargo opened this issue 9 years ago • 0 comments

  • Atom version : 0.190.0
  • atom-lint : 0.20.1

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:13)
LintStatusView.getActiveLintRunner (/Users/fruardum/.atom/packages/atom-lint/lib/lint-status-view.coffee:27:22)

atalargo avatar Apr 13 '15 12:04 atalargo