Sublime Forum

Is it possible to remove projects attached to Sublime window from command palette?

#1

For example I have two projects open in the same Sublime window :

Is it possible to remove .dotfiles directory from it from command palette?

0 Likes

#2

it’s possible, but you will need a plugin to do it, or choose Project: Edit Project and manually edit the JSON to remove the .dotfiles folder and save it.

2 Likes

#3

Also, just to avoid confusion regarding terminology, you currently have two folders added to a single project. Sublime Text can only open one project per window, but each project can have multiple folders attached to it.

2 Likes

#4

Maybe this is a feature, which could be added to the ProjectManager package? We could ask @randy3k to add it. Should not be too complicated to create a quick panel with a list of all folders of a window and remove them on selection.

1 Like

#5

I though think that it could be a feature of FileManager as it is already handling similar things

cc: @math2001

0 Likes