diff --git a/src/app/window.coffee b/src/app/window.coffee index 1eacc7746..cd6a71993 100644 --- a/src/app/window.coffee +++ b/src/app/window.coffee @@ -77,6 +77,7 @@ window.startConfigWindow = -> window.unloadEditorWindow = -> return if not project and not rootView windowState = atom.getWindowState() + windowState.set('project', project.serialize()) windowState.set('syntax', syntax.serialize()) windowState.set('rootView', rootView.serialize()) atom.deactivatePackages()