Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Workspace.get is deprecated. #53

Closed
Naggertooth opened this issue Aug 1, 2017 · 1 comment
Closed

Workspace.get is deprecated. #53

Naggertooth opened this issue Aug 1, 2017 · 1 comment

Comments

@Naggertooth
Copy link

atom.workspace.paneContainer has always been private, but it is now gone. Please use atom.workspace.getCenter() instead and consult the workspace API docs for public methods.

Workspace.get (<embedded>:24639:18)
Object.activate (C:\Users\user\.atom\packages\atom-ftp-editor\lib\main.js:52:21)
Package.activateNow (<embedded>:68361:25)
<unknown> (<embedded>:69076:31)
Function.module.exports.Emitter.simpleDispatch (<embedded>:62396:20)
Emitter.emit (<embedded>:62512:34)
@50Wliu
Copy link
Contributor

50Wliu commented Aug 1, 2017

Thanks for contributing!

It appears that this is being caused by the atom-ftp-editor package, not Atom itself. It may be that there is still a bug in Atom. If so, we'll need the maintainer of the package that is causing the problem to help track that down. You should file this issue on their repository so they can either fix the problem or tell us where the problem is coming from. The Atom FAQ has information on how to contact the maintainers of any Atom community package or theme.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants