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. #15

Closed psawaya closed 9 years ago

psawaya commented 9 years ago

Atom.app created this automatically. Hope this is useful:

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 (/Users/psawaya/.atom/packages/remote-atom/lib/remote-atom.coffee:121:13)
randy3k commented 9 years ago

Are you using the latest atom and remote-atom?

randy3k commented 9 years ago

I think it should be closed given the recent commits.