federomero / pretty-json

Atom plugin. Format JSON documents.
MIT License
94 stars 23 forks source link

Workspace.getActiveEditor is deprecated. #22

Closed z0mb1ek closed 8 years ago

z0mb1ek commented 9 years ago

Call ::getActiveTextEditor instead

Workspace.getActiveEditor (/Applications/Atom.app/Contents/Resources/app/src/workspace.js:999:12)
atom-workspace.atom.commands.add.pretty-json:prettify (/Users/z0mb1ek/.atom/packages/pretty-json/index.coffee:34:32)
lexicalunit commented 8 years ago

Thanks!