What is the difference between these two command IDs in VSCode?
workbench.action
.closeEditorsAndGroupworkbench.action
.closeEditorsInGroup
Both seem to trigger the same action when I run it (they both close all editors in the current editor group and the editor group)