I am fixing this issue:
On the on the package
- https://packagecontrol.io/packages/RememberCommandPaletteInput
- https://github.com/SublimeTextIssues/Core/issues/1814#issuecomment-367093727
The only limitation of this fix will be if Sublime Text closes before I got the chance to save the input for all workspaces, the inputs are lost on the next restart/start up.
For now I will use the sublime.project_file_name()
, but his is not optimal because one project can have several distinct workspaces.
Or, do you know how to save thinks on the .sublime-workspace
(not .sublime-project
)?