randy3k / remote-atom

rmate for atom
https://atom.io/packages/remote-atom
MIT License
85 stars 16 forks source link

Atom.Object.defineProperty.get is deprecated. #13

Closed mvndaai closed 9 years ago

mvndaai commented 9 years ago

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:11)
Object.activate ($HOME/.atom/packages/remote-atom/lib/remote-atom.coffee:121:13)
randy3k commented 9 years ago

I thought it was fixed after the recent commits.

mvndaai commented 9 years ago

I did some updates today, maybe I had the warning left over. I will close this ticket, unless it comes back. Thanks for working on it.

randy3k commented 9 years ago

Thanks. I hope you find this package useful.