Closed xream closed 6 years ago
@xream when this object is going to be deprecated? I can't find any reference in docs - https://atom.io/docs/api/v1.6.0/Workspace
I'm using Atom 1.17 beta. Maybe it'll be deprecated in the next stable release.
Please Fix
Same issue
I confirm it's still there.
@AaronVigal @ernest35 @er-vin @xream hey guys! I really appreciate that you are using this plugin and I hope it helps you on daily basis. If this bug is still actual and can be easily reproduced - I will prioritize this issue to be fixed as soon as possible. Thanks! Also, I will be really thankful and it will be easier to find the bug if you will write your steps to reproduce this issue.
It works, it's just that I'm being pestered by Atom's Deprecation Cop. When you install the save-workspace package you see in the status bar the mention "1 deprecation" with details when you click on it.
Agree with @er-vin - the plugin seems to work as expected but Atom's Deprecation Cop flags it as an issue.
I'm using Atom 1.24.0 x64
+1 fix please.. this package is exactly what I needed!
Fixed with #27 and available in release v.0.5.0
Thank you guys for waiting so long! And please post if you will have any other issues connected to this one or any other.
atom.workspace.paneContainer
has always been private, but it is now gone. Please useatom.workspace.getCenter()
instead and consult the workspace API docs for public methods.