Open zebra0303 opened 9 years ago
I don't know about anyone else, but these deprecation issues have caused atom-lint to completely stop linting on my system (in particular, no errors are shown, even if I purposefully introduce some).
Hi Jackmaney,
Thanks for your reply.
I'm using Atom on Ubuntu 14.04 and following is my atom screen shot. http://i.imgur.com/bEkBDni.png
-Larry
Larry,
Sorry, I'm not familiar with this codebase, and am neither a maintainer nor a developer for it. I'm just adding to your issue and stating that atom-lint doesn't work at all for me (no linting whatsoever).
Oh got it.
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.