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.
Called 1 timeCreate Issue on jsdoc repo
Atom.Object.defineProperty.get - /usr/share/atom/resources/app/src/atom.js:54:11
Object.activate - /home/bprosnitz/.atom/packages/jsdoc/lib/jsdoc.js:124:13
I get this warning:
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. Called 1 timeCreate Issue on jsdoc repo Atom.Object.defineProperty.get - /usr/share/atom/resources/app/src/atom.js:54:11 Object.activate - /home/bprosnitz/.atom/packages/jsdoc/lib/jsdoc.js:124:13