ability to store Workspaces in a different folder than Projects
michaelmagistro opened this issue · 0 comments
michaelmagistro commented
Unlike sublime-projects, sublime-workspaces almost certainly will contain sensitive data as they contain any text that passes through the text editor itself. This will include any text the user deals with, including secrets.
Without the ability to have Workspaces in a separate folder from Projects, the User should not pass the ProjectManager folder to any cloud-based data solutions and it should be relegated to local device only for security reasons.
However, being able to specify different folders will provide the added convenience of being able to pass the sublime-project files themselves to cloud solutions.