You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be handy if you could get a warning to ask if you want to continue to pop and delete a saved tab group when you switch tabs. Otherwise you will lose some tabs.
Example
Create file_1 and file_2 B on branch_a.
Switch to branch_b where only file_1 exists.
Run the pop and delete tab group command.
The reference to file_1 is lost.
The text was updated successfully, but these errors were encountered:
I can add an option for this and when activated to display a list with all not found files and the message "Do you want to continue?"?
If the user choose yes, then the missing files will be "lost".
But if the user choose no then he will not lose the files but he will also not be able to display the editors. So he is kind of stuck.
Firstly, I think that an user should not do pop and delete if he does not want to "lose" files which no longer exists.
Secondly, I think that as long the files are not there it makes no sense to get stuck if you anyway want to delete this saved group.
Thirdly, the list of saved groups are in stored in a file in .vscode so you can push it in git and so to be able to keep it synced with the branch where should be used.
I would like to know what think the community about this topic.
It would be handy if you could get a warning to ask if you want to continue to
pop and delete
a saved tab group when you switch tabs. Otherwise you will lose some tabs.Example
file_1
andfile_2
B onbranch_a
.branch_b
where onlyfile_1
exists.pop and delete
tab group command.The reference to
file_1
is lost.The text was updated successfully, but these errors were encountered: